Simplifications to Guide Monte Carlo Tree Search in Combinatorial Games
Michael Haythorpe, Alex Newcombe, Damian O'Dea
TL;DR
The paper addresses guiding Monte Carlo Tree Search in complex combinatorial games by leveraging simplified versions and micro-strategies. It proposes a general metaheuristic that augments MCTS with micro-strategies derived from simplified MB games, forming an ensemble approach. Across three categories of simplifications—board variation, variation of winning sets, and strategy complexity—some instances show preservation of relative performance, enabling efficient identification of promising strategies for the original game. This provides a practical heuristic for strategy development in intractable settings and has potential applications to large-scale Go-like and other combinatorial games.
Abstract
We examine a type of modified Monte Carlo Tree Search (MCTS) for strategising in combinatorial games. The modifications are derived by analysing simplified strategies and simplified versions of the underlying game and then using the results to construct an ensemble-type strategy. We present some instances where relative algorithm performance can be predicted from the results in the simplifications, making the approach useful as a heuristic for developing strategies in highly complex games, especially when simulation-type strategies and comparative analyses are largely intractable.
