paper-with-me

Papers

Targeted Search Control in AlphaZero for Effective Policy Improvement

2023-02-23 · Alexandre Trudeau, Michael Bowling

AlphaZero is a self-play reinforcement learning algorithm that achieves superhuman play in chess, shogi, and Go via policy iteration. To be an effective policy improvement operator, AlphaZero's search requires accurate value estimates for the states appearing in its search tree. AlphaZero trains upon self-play matches beginning from the initial state of a game and only samples actions over the first few moves, limiting its exploration of states deeper in the game tree. We introduce Go-Exploit, a novel search control strategy for AlphaZero. Go-Exploit samples the start state of its self-play trajectories from an archive of states of interest. Beginning self-play trajectories from varied starting states enables Go-Exploit to more effectively explore the game tree and to learn a value function that generalizes better. Producing shorter self-play trajectories allows Go-Exploit to train upon more independent value targets, improving value training. Finally, the exploration inherent in Go-Exploit reduces its need for exploratory actions, enabling it to train under more exploitative policies. In the games of Connect Four and 9x9 Go, we show that Go-Exploit learns with a greater sample efficiency than standard AlphaZero, resulting in stronger performance against reference opponents and in head-to-head play. We also compare Go-Exploit to KataGo, a more sample efficient reimplementation of AlphaZero, and demonstrate that Go-Exploit has a more effective search control strategy. Furthermore, Go-Exploit's sample efficiency improves when KataGo's other innovations are incorporated.

📄 PDF Abstract BibTeX arXiv:2302.12359

Code (1)

alextrudeau/go_exploit 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

MAPLE: Multi-State Aggregated Policy Evaluation for AlphaZero in Imperfect-Information Games

2026-05-22 · Qian-Rong Li, Hung Guei, I-Chen Wu, Ti-Rong Wu arxiv

Imperfect-information games (IIGs) are challenging, as players must make decisions without fully observing the true game state. While AlphaZero has achieved remarkable success in perfect-information games, extending it t…

Learning to Run Power Networks: Effective AlphaZero-inspired Topological Control

2026-08-14 · Lukas Zetto, Benjamin Schäfer, Qiong Huang arxiv

As the integration of volatile renewable energy sources increases the strain on modern power grids, the use of Reinforcement Learning (RL) for autonomous topological reconfiguration has emerged as a promising research fi…

Reinforcement Learning

Lessons from AlphaZero for Optimal, Model Predictive, and Adaptive Control

2021-08-20 · Dimitri Bertsekas

In this paper we aim to provide analysis and insights (often based on visualization), which explain the beneficial effects of on-line decision making on top of off-line training. In particular, through a unifying abstrac…

Bayesian OptimizationDecision MakingModel Predictive Control

Policy improvement by planning with Gumbel

2021-09-29 · ICLR 2022 4 · Ivo Danihelka, Arthur Guez, Julian Schrittwieser, David Silver

AlphaZero is a powerful reinforcement learning algorithm based on approximate policy iteration and tree search. However, AlphaZero can fail to improve its policy network, if not visiting all actions at the root of a sear…

reinforcement-learningReinforcement Learning (RL)

Policy-Value Alignment and Robustness in Search-based Multi-Agent Learning

2023-01-27 · Niko A. Grupen, Michael Hanlon, Alexis Hao, Daniel D. Lee 외

Large-scale AI systems that combine search and learning have reached super-human levels of performance in game-playing, but have also been shown to fail in surprising ways. The brittleness of such models limits their eff…