SyncAI.news, a Varaisys broadcasting
Graph-Based Stochastic Power-UCT: Monte-Carlo Graph Search with Power Mean Estimation
TT

Tung Tran, Viet Bao Mai, Hoang Ta, Tuan Dam

· 1 min read

ResearcharXiv cs.LG

Graph-Based Stochastic Power-UCT: Monte-Carlo Graph Search with Power Mean Estimation

arXiv:2609.19956v1 Announce Type: new Abstract: Tree-based Monte-Carlo Tree Search (MCTS) duplicates the same state when it is reached through different trajectories, which can waste simulations in stochastic MDPs. We introduce Graph-Based Stochastic-Power-UCT (GS-Power-UCT), which shares states reached at the same planning depth while keeping separate values for states reached at different depths. This design applies to general stochastic MDPs, including problems with cycles. We prove that for a fixed planning horizon, the root estimate converges to the finite-horizon value at rate $O(n^{-1/2})$, matching tree-based Stochastic-Power-UCT while reusing samples across shared states. We also study two full-state variants: GS-Power-UCT-F, which stores one node per physical state to increase sample sharing but may mix values from different remaining horizons, and GS-Power-UCT-F$^+$, which uses an adaptive horizon to control this bias. The latter converges to $V^{\star}(s_0)$, the optimal infinite-horizon discounted value at the root state $s_0$, when the remaining cross-depth gap vanishes. Experiments on stochastic planning benchmarks show improved sample efficiency over tree-based and graph-based baselines.

Original source

This story was published by arXiv cs.LG and written by Tung Tran, Viet Bao Mai, Hoang Ta, Tuan Dam. SyncAI.news shows a preview; the complete article is on the publisher's site.

Read the full story on arxiv.org

Similar News