A Study of Solving Life-and-Death Problems in Go Using Relevance-Zone Based Solvers
By: Chung-Chin Shih , Ti-Rong Wu , Ting Han Wei and more
This paper analyzes the behavior of solving Life-and-Death (L&D) problems in the game of Go using current state-of-the-art computer Go solvers with two techniques: the Relevance-Zone Based Search (RZS) and the relevance-zone pattern table. We examined the solutions derived by relevance-zone based solvers on seven L&D problems from the renowned book "Life and Death Dictionary" written by Cho Chikun, a Go grandmaster, and found several interesting results. First, for each problem, the solvers identify a relevance-zone that highlights the critical areas for solving. Second, the solvers discover a series of patterns, including some that are rare. Finally, the solvers even find different answers compared to the given solutions for two problems. We also identified two issues with the solver: (a) it misjudges values of rare patterns, and (b) it tends to prioritize living directly rather than maximizing territory, which differs from the behavior of human Go players. We suggest possible approaches to address these issues in future work. Our code and data are available at https://rlg.iis.sinica.edu.tw/papers/study-LD-RZ.
Similar Papers
Xiangqi-R1: Enhancing Spatial Strategic Reasoning in LLMs for Chinese Chess via Reinforcement Learning
Artificial Intelligence
Teaches computers to play Chinese Chess better.
On the Limits of Innate Planning in Large Language Models
Artificial Intelligence
Computers struggle to solve puzzles without help.
Absolute Zero: Reinforced Self-play Reasoning with Zero Data
Machine Learning (CS)
AI teaches itself to solve hard problems.