Minimax Strikes Back
Quentin Cohen-Solal, Tristan Cazenave
TL;DR
The paper evaluates Athénan, a policy-free reinforcement-learning framework built on Descent Minimax and Unbounded Minimax, against Polygames/AlphaZero in zero-knowledge complete-information games. It demonstrates that Athénan generates far more learning data via tree learning (about $296$x) and achieves substantially higher win rates against MCTS baselines, especially when augmented with a reinforcement heuristic, while using far fewer computational resources. In a long-term Hex 13 study against Mohex 2.0, Athénan with the reinforcement heuristic surpasses the strongest public Hex program, while Polygames fails to beat it. Overall, the results show that minimax-based search with deep, tree-based evaluation can outperform policy-based MCTS approaches under realistic hardware constraints, offering a viable and efficient alternative for zero-knowledge learning in complete-information games, with broad implications for game-playing AI.
Abstract
Deep Reinforcement Learning reaches a superhuman level of play in many complete information games. The state of the art algorithm for learning with zero knowledge is AlphaZero. We take another approach, Athénan, which uses a different, Minimax-based, search algorithm called Descent, as well as different learning targets and that does not use a policy. We show that for multiple games it is much more efficient than the reimplementation of AlphaZero: Polygames. It is even competitive with Polygames when Polygames uses 100 times more GPU (at least for some games). One of the keys to the superior performance is that the cost of generating state data for training is approximately 296 times lower with Athénan. With the same reasonable ressources, Athénan without reinforcement heuristic is at least 7 times faster than Polygames and much more than 30 times faster with reinforcement heuristic.
