paper-with-me

Papers

An Optimal Computing Budget Allocation Tree Policy for Monte Carlo Tree Search

2020-09-25

We analyze a tree search problem with an underlying Markov decision process, in which the goal is to identify the best action at the root that achieves the highest cumulative reward. We present a new tree policy that optimally allocates a limited computing budget to maximize a lower bound on the probability of correctly selecting the best action at each node. Compared to widely used Upper Confidence Bound (UCB) tree policies, the new tree policy presents a more balanced approach to manage the exploration and exploitation trade-off when the sampling budget is limited. Furthermore, UCB assumes that the support of reward distribution is known, whereas our algorithm relaxes this assumption. Numerical experiments demonstrate the efficiency of our algorithm in selecting the best action at the root.

📄 PDF Abstract BibTeX arXiv:2009.12407

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Stochastic Firefighter Problem

2017-11-22 · Guy Tennenholtz, Constantine Caramanis, Shie Mannor

The dynamics of infectious diseases spread is crucial in determining their risk and offering ways to contain them. We study sequential vaccination of individuals in networks. In the original (deterministic) version of th…

Optimal Policy Learning under Budget and Coverage Constraints

2026-05-12 · Giovanni Cerulli arxiv

We study optimal policy learning under combined budget and minimum coverage constraints. We show that the problem admits a knapsack-type structure and that the optimal policy can be characterized by an affine threshold r…

Statistical Decision Making for Optimal Budget Allocation in Crowd Labeling

2014-03-12 · Xi Chen, Qihang Lin, Dengyong Zhou

In crowd labeling, a large amount of unlabeled data instances are outsourced to a crowd of workers. Workers will be paid for each label they provide, but the labeling requester usually has only a limited amount of the bu…

Decision Making

Marketing Budget Allocation with Offline Constrained Deep Reinforcement Learning

2023-09-06 · Tianchi Cai, Jiyan Jiang, Wenpeng Zhang, Shiji Zhou 외

We study the budget allocation problem in online marketing campaigns that utilize previously collected offline data. We first discuss the long-term effect of optimizing marketing budget allocation decisions in the offlin…

Deep Reinforcement LearningMarketingreinforcement-learningReinforcement Learning

TRACE: A Unified Rollout Budget Allocation Framework for Efficient Agentic Reinforcement Learning

2026-06-09 · Heming Zou, Qi Wang, Yun Qu, Yuhang Jiang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) is a promising approach for enhancing reasoning and agentic behavior in large language models. However, rollout-intensive policy optimization is often limited by insu…

Reinforcement Learning