AAAI 2026technical0 citations

Extreme Value Monte Carlo Tree Search for Classical Planning

Masataro Asai, Stephen Wissow

Abstract

Despite being successful in board games and reinforcement learning (RL), Monte Carlo Tree Search (MCTS) combined with Multi Armed Bandit (MAB) has seen limited success in domain-independent classical planning until recently. Previous work (Wissow and Asai, 2024) showed that UCB1, designed for bounded rewards, does not perform well as applied to cost-to-go estimates in classical planning, because cost-to-go estimates are unbounded, and showed improved performance using a Gaussian reward MAB instead. This paper further sharpens our understanding of ideal bandits for planning tasks. Existing work has two issues: first, Gaussian MABs under-specify the support of cost-to-go estimates as (-∞, ∞), which we can narrow down. Second, Full Bellman backup (Schulte and Keller, 2014) that backpropagates sample max/min lacks theoretical justification. We use Peaks-Over-Threashold Extreme Value Theory to resolve both issues at once, propose a new bandit algorithm (UCB1-Uniform). We formally prove its regret bound and empirically demonstrate its performance in classical planning.

BibTeX
@inproceedings{aaai2026_extremevaluemont,
  title = {Extreme Value Monte Carlo Tree Search for Classical Planning},
  author = {Masataro Asai and Stephen Wissow},
  booktitle = {AAAI 2026},
  year = {2026}
}
Extreme Value Monte Carlo Tree Search for Classical Planning · AAAI 2026