AlphaZeroES: Direct score maximization outperforms planning loss minimization
Carlos Martin, Tuomas Sandholm

TL;DR
This paper demonstrates that in single-agent environments, directly maximizing episode scores using evolution strategies outperforms the traditional AlphaZero approach of minimizing planning loss, with the same neural and search architecture.
Contribution
The study shows that direct score maximization with evolution strategies can surpass AlphaZero's planning loss minimization in single-agent tasks.
Findings
Direct score maximization outperforms planning loss minimization.
Evolution strategies effectively optimize episode scores.
Results are consistent across multiple environments.
Abstract
Planning at execution time has been shown to dramatically improve performance for agents in both single-agent and multi-agent settings. A well-known family of approaches to planning at execution time are AlphaZero and its variants, which use Monte Carlo Tree Search together with a neural network that guides the search by predicting state values and action probabilities. AlphaZero trains these networks by minimizing a planning loss that makes the value prediction match the episode return, and the policy prediction at the root of the search tree match the output of the full tree expansion. AlphaZero has been applied to both single-agent environments (such as Sokoban) and multi-agent environments (such as chess and Go) with great success. In this paper, we explore an intriguing question: In single-agent environments, can we outperform AlphaZero by directly maximizing the episode score…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Machine Learning and Data Classification
MethodsAlphaZero
