Convex Regularization in Monte-Carlo Tree Search
Tuan Dam, Carlo D'Eramo, Jan Peters, Joni Pajarinen

TL;DR
This paper introduces convex regularization techniques into Monte-Carlo Tree Search to improve sample efficiency and computational performance, supported by theoretical guarantees and empirical validation on complex decision problems.
Contribution
It develops a unifying theory for convex regularizers in MCTS, introduces novel regularized backup operators, and demonstrates their effectiveness in advanced RL algorithms.
Findings
Regularized operators outperform baselines in Atari games.
Theoretical guarantees of exponential convergence.
Enhanced exploration efficiency in large decision spaces.
Abstract
Monte-Carlo planning and Reinforcement Learning (RL) are essential to sequential decision making. The recent AlphaGo and AlphaZero algorithms have shown how to successfully combine these two paradigms in order to solve large scale sequential decision problems. These methodologies exploit a variant of the well-known UCT algorithm to trade off exploitation of good actions and exploration of unvisited states, but their empirical success comes at the cost of poor sample-efficiency and high computation time. In this paper, we overcome these limitations by considering convex regularization in Monte-Carlo Tree Search (MCTS), which has been successfully used in RL to efficiently drive exploration. First, we introduce a unifying theory on the use of generic convex regularizers in MCTS, deriving the regret analysis and providing guarantees of exponential convergence rate. Second, we exploit our…
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
Taxonomy
TopicsReinforcement Learning in Robotics · Artificial Intelligence in Games · Advanced Bandit Algorithms Research
MethodsAlphaZero · Monte-Carlo Tree Search
