Tencent Cloud Developer
Aug 24, 2021 · Artificial Intelligence
Design and Implementation of a High‑Scoring Tetris AI for the Tencent Geek Challenge
Zheng Lin‑kai’s record‑breaking Tetris AI for the Tencent Geek Challenge combines a two‑layer breadth‑first search—stage‑level pruning in Python and fast round‑level BFS in C++—with a heuristic that rewards high score, low occupied cells, and smooth board transitions, enabling a 1,413,876‑point performance.
C++Heuristic EvaluationMonte Carlo Tree Search
0 likes · 10 min read