Back to Research papers
Research paper index

Is Monte Carlo Tree Search Just Every-Visit Monte Carlo Control?

Xianyi Wu

arXiv:2608.27985Published August 28, 20260 citations
  • cs.LG
  • policy
  • action
  • reinforcement learning
  • trajectory

Abstract

Monte Carlo Tree Search (MCTS) and every-visit Monte Carlo (MC) control are usually presented as different methods. MCTS is described in the language of search (selection, expansion, simulation, and backup), whereas MC control is described in the language of reinforcement learning (trajectory sampling, return estimation, action-value updating, and policy improvement). This note argues that, at the level of trajectory generation and action-value updating, the distinction is largely terminological. The tree policy and rollout policy can be viewed as the learned and not-yet-learned parts of a single evolving policy; expansion corresponds to first visit and initialization; and backup is the ordinary every-visit Monte Carlo update. Under this interpretation, the four stages of MCTS reduce to two basic operations: trajectory sampling under the current policy and every-visit Monte Carlo updating. In this sense, MCTS is simply every-visit Monte Carlo control expressed in the language and data structure of search. The purpose of this note is expository: to make this equivalence explicit and easier to recognize.

Read the original paper

This page indexes public paper metadata. The manuscript remains with its original publisher and authors.