paper-with-me

홈 › Papers

POLY-HOOT: Monte-Carlo Planning in Continuous Space MDPs with Non-Asymptotic Analysis

2020-06-08 · NeurIPS 2020 12 · Weichao Mao, Kaiqing Zhang, Qiaomin Xie, Tamer Başar

Monte-Carlo planning, as exemplified by Monte-Carlo Tree Search (MCTS), has demonstrated remarkable performance in applications with finite spaces. In this paper, we consider Monte-Carlo planning in an environment with continuous state-action spaces, a much less understood problem with important applications in control and robotics. We introduce POLY-HOOT, an algorithm that augments MCTS with a continuous armed bandit strategy named Hierarchical Optimistic Optimization (HOO) (Bubeck et al., 2011). Specifically, we enhance HOO by using an appropriate polynomial, rather than logarithmic, bonus term in the upper confidence bounds. Such a polynomial bonus is motivated by its empirical successes in AlphaGo Zero (Silver et al., 2017b), as well as its significant role in achieving theoretical guarantees of finite space MCTS (Shah et al., 2019). We investigate, for the first time, the regret of the enhanced HOO algorithm in non-stationary bandit problems. Using this result as a building block, we establish non-asymptotic convergence guarantees for POLY-HOOT: the value estimate converges to an arbitrarily small neighborhood of the optimal value function at a polynomial rate. We further provide experimental results that corroborate our theoretical findings.

📄 PDF Abstract BibTeX arXiv:2006.04672

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Monte-Carlo Tree Search Monte-Carlo Tree Search is a planning algorithm that accumulates value estimates obtained from Monte Carlo simulations in order to successively direct simulations towards more…

Similar Papers 제목 키워드 기반

Probabilistic Planning with Sequential Monte Carlo methods

2019-05-01 · ICLR 2019 5 · Alexandre Piche, Valentin Thomas, Cyril Ibrahim, Yoshua Bengio 외

In this work, we propose a novel formulation of planning which views it as a probabilistic inference problem over future optimal trajectories. This enables us to use sampling methods, and thus, tackle planning in continu…

continuous-controlContinuous Control

Continuous Monte Carlo Graph Search

2022-10-04 · Kalle Kujanpää, Amin Babadi, Yi Zhao, Juho Kannala 외

Online planning is crucial for high performance in many complex sequential decision-making tasks. Monte Carlo Tree Search (MCTS) employs a principled mechanism for trading off exploration for exploitation for efficient o…

continuous-controlContinuous ControlDecision MakingSequential Decision Making

Monte Carlo Planning in Hybrid Belief POMDPs

2022-11-14 · Moran Barenboim, Moshe Shienman, Vadim Indelman

Real-world problems often require reasoning about hybrid beliefs, over both discrete and continuous random variables. Yet, such a setting has hardly been investigated in the context of planning. Moreover, existing online…

Monte Carlo Value Iteration with Macro-Actions

2011-12-01 · NeurIPS 2011 12 · Zhan Lim, Lee Sun, David Hsu

POMDP planning faces two major computational challenges: large state spaces and long planning horizons. The recently introduced Monte Carlo Value Iteration (MCVI) can tackle POMDPs with very large discrete state spaces o…

Action-Gradient Monte Carlo Tree Search for Non-Parametric Continuous (PO)MDPs

2025-03-15 · Idan Lev-Yehudi, Michael Novitsky, Moran Barenboim, Ron Benchetrit 외

Autonomous systems that operate in continuous state, action, and observation spaces require planning and reasoning under uncertainty. Existing online planning methods for such POMDPs are almost exclusively sample-based, …