首页 > AI前沿 > Online Robust Reinforcement Learning Through Monte-Carlo Planning

Online Robust Reinforcement Learning Through Monte-Carlo Planning

arXiv机器学习 2026-09-16 20:52 2 阅读 查看原文

Monte Carlo Tree Search (MCTS) is a powerful framework for solving complex decision-making problems, yet it often relies on the assumption that the simulator and the real-world dynamics are identical.

Although this assumption helps achieve the success of MCTS in games like Chess, Go, and Shogi, the real-world scenarios incur ambiguity due to their modeling mismatches in low-fidelity simulators.

In this work

We present a new robust variant of MCTS that mitigates dynamical model ambiguities.

Our algorithm addresses transition dynamics and reward distribution ambiguities to bridge the gap between simulation-based planning and real-world deployment.

We incorporate a robust power mean backup operator and carefully designed exploration bonuses to ensure finite-sample convergence at every node in the search tree.

We show that our algorithm achieves a convergence rate of $\mathcal{O}(n^{-1/2})$ for the value estimation at the root node, comparable to that of standard MCTS.

Finally

We provide empirical evidence that our method achieves robust performance in planning problems even under significant ambiguity in the underlying reward distribution and transition dynamics.