paper-with-me

홈 › Papers

Monte-Carlo Planning: Theoretically Fast Convergence Meets Practical Efficiency

2013-09-26 · Zohar Feldman, Carmel Domshlak

Popular Monte-Carlo tree search (MCTS) algorithms for online planning, such as epsilon-greedy tree search and UCT, aim at rapidly identifying a reasonably good action, but provide rather poor worst-case guarantees on performance improvement over time. In contrast, a recently introduced MCTS algorithm BRUE guarantees exponential-rate improvement over time, yet it is not geared towards identifying reasonably good choices right at the go. We take a stand on the individual strengths of these two classes of algorithms, and show how they can be effectively connected. We then rationalize a principle of "selective tree expansion", and suggest a concrete implementation of this principle within MCTS. The resulting algorithm,s favorably compete with other MCTS algorithms under short planning times, while preserving the attractive convergence properties of BRUE.

📄 PDF Abstract BibTeX arXiv:1309.6828

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 제목 키워드 기반

Scalable Bayesian Monte Carlo: fast uncertainty estimation beyond deep ensembles

2025-05-19 · Xinzhu Liang, Joseph M. Lukens, Sanjaya Lohani, Brian T. Kirby 외

This work introduces a new method called scalable Bayesian Monte Carlo (SBMC). The model interpolates between a point estimator and the posterior, and the algorithm is a parallel implementation of a consistent (asymptoti…

Uncertainty Quantification

Surrogate Modelling of Proton Dose with Monte Carlo Dropout Uncertainty Quantification

2025-09-16 · Aaron Pim, Tristan Pryer arxiv

Accurate proton dose calculation using Monte Carlo (MC) is computationally demanding in workflows like robust optimisation, adaptive replanning, and probabilistic inference, which require repeated evaluations. To address…

Multilevel Monte Carlo Variational Inference

2019-02-01 · Masahiro Fujisawa, Issei Sato

We propose a variance reduction framework for variational inference using the Multilevel Monte Carlo (MLMC) method. Our framework is built on reparameterized gradient estimators and "recycles" parameters obtained from pa…

Stochastic OptimizationVariational Inference

Using Monte Carlo Tree Search as a Demonstrator within Asynchronous Deep RL

2018-11-30 · Bilal Kartal, Pablo Hernandez-Leal, Matthew E. taylor

Deep reinforcement learning (DRL) has achieved great successes in recent years with the help of novel methods and higher compute power. However, there are still several challenges to be addressed such as convergence to l…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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 c…