PaperScope
LIVE · 2026-09-03 05:40 UTC

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

Xianyi Wu

Latestcs.CLcs.LGcs.AIcs.CV
arXiv ID
2608.27985 v1
Category
Submitted
2026-08-28

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.

Comment: Comments and discussions are welcome

arXiv abs page · PDF · same-day batch