paper-with-me

홈 › Papers

A Novel Approach to Solving Goal-Achieving Problems for Board Games

2021-12-05 · Chung-Chin Shih, Ti-Rong Wu, Ting Han Wei, I-Chen Wu

Goal-achieving problems are puzzles that set up a specific situation with a clear objective. An example that is well-studied is the category of life-and-death (L&D) problems for Go, which helps players hone their skill of identifying region safety. Many previous methods like lambda search try null moves first, then derive so-called relevance zones (RZs), outside of which the opponent does not need to search. This paper first proposes a novel RZ-based approach, called the RZ-Based Search (RZS), to solving L&D problems for Go. RZS tries moves before determining whether they are null moves post-hoc. This means we do not need to rely on null move heuristics, resulting in a more elegant algorithm, so that it can also be seamlessly incorporated into AlphaZero's super-human level play in our solver. To repurpose AlphaZero for solving, we also propose a new training method called Faster to Life (FTL), which modifies AlphaZero to entice it to win more quickly. We use RZS and FTL to solve L&D problems on Go, namely solving 68 among 106 problems from a professional L&D book while a previous program solves 11 only. Finally, we discuss that the approach is generic in the sense that RZS is applicable to solving many other goal-achieving problems for board games.

📄 PDF Abstract BibTeX arXiv:2112.02563

Code (1)

rockmanray/rzone 공식 구현

Tasks

Board Games

Methods 이 논문이 사용한 방법론

AlphaZero AlphaZero is a reinforcement learning agent for playing board games such as Go, chess, and shogi.

Similar Papers 제목 키워드 기반

Building Machines That Learn and Think Like People

2016-04-01 · Brenden M. Lake, Tomer D. Ullman, Joshua B. Tenenbaum, Samuel J. Gershman

Recent progress in artificial intelligence (AI) has renewed interest in building systems that learn and think like people. Many advances have come from using deep neural networks trained end-to-end in tasks such as objec…

Board GamesObject Recognition

Solving Royal Game of Ur Using Reinforcement Learning

2022-08-23 · Sidharth Malhotra, Girik Malik

Reinforcement Learning has recently surfaced as a very powerful tool to solve complex problems in the domain of board games, wherein an agent is generally required to learn complex strategies and moves based on its own e…

Board Gamesreinforcement-learningReinforcement LearningReinforcement Learning (RL)

On Multi-Agent Learning in Team Sports Games

2019-06-25 · Yunqi Zhao, Igor Borovikov, Jason Rupert, Caedmon Somers 외

In recent years, reinforcement learning has been successful in solving video games from Atari to Star Craft II. However, the end-to-end model-free reinforcement learning (RL) is not sample efficient and requires a signif…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Evaluating Language Models' Evaluations of Games

2025-10-13 · Katherine M. Collins, Cedegao E. Zhang, Graham Todd, Lance Ying 외 arxiv

Reasoning is not just about solving problems -- it is also about evaluating which problems are worth solving at all. Evaluations of artificial intelligence (AI) systems primarily focused on problem solving, historically …

Spatial State-Action Features for General Games

2022-01-17 · Dennis J. N. J. Soemers, Éric Piette, Matthew Stephenson, Cameron Browne

In many board games and other abstract games, patterns have been used as features that can guide automated game-playing agents. Such patterns or features often represent particular configurations of pieces, empty positio…

Board GamesGame of Go