English

Doubly Robust Monte Carlo Tree Search

Machine Learning 2025-02-05 v1 Artificial Intelligence Machine Learning

Abstract

We present Doubly Robust Monte Carlo Tree Search (DR-MCTS), a novel algorithm that integrates Doubly Robust (DR) off-policy estimation into Monte Carlo Tree Search (MCTS) to enhance sample efficiency and decision quality in complex environments. Our approach introduces a hybrid estimator that combines MCTS rollouts with DR estimation, offering theoretical guarantees of unbiasedness and variance reduction under specified conditions. Empirical evaluations in Tic-Tac-Toe and the partially observable VirtualHome environment demonstrate DR-MCTS's superior performance over standard MCTS. In Tic-Tac-Toe, DR-MCTS achieves an 88% win rate compared to a 10% win rate for standard MCTS. In compound VirtualHome tasks, DR-MCTS attains a 20.7% success rate versus 10.3% for standard MCTS. Our scaling analysis reveals that DR-MCTS exhibits better sample efficiency, notably outperforming standard MCTS with larger language models while using a smaller model. These results underscore DR-MCTS's potential for efficient decision-making in complex, real-world scenarios where sample efficiency is paramount.

Keywords

Cite

@article{arxiv.2502.01672,
  title  = {Doubly Robust Monte Carlo Tree Search},
  author = {Manqing Liu and Andrew L. Beam},
  journal= {arXiv preprint arXiv:2502.01672},
  year   = {2025}
}
R2 v1 2026-06-28T21:31:05.499Z