English

Adaptive Rollout Allocation for Online Reinforcement Learning with Verifiable Rewards

Machine Learning 2026-03-06 v3 Artificial Intelligence Computation and Language

Abstract

Sampling efficiency is a key bottleneck in reinforcement learning with verifiable rewards. Existing group-based policy optimization methods, such as GRPO, allocate a fixed number of rollouts for all training prompts. This uniform allocation implicitly treats all prompts as equally informative, and could lead to inefficient computational budget usage and impede training progress. We introduce VIP, a Variance-Informed Predictive allocation strategy that allocates a given rollout budget to the prompts in the incumbent batch to minimize the expected gradient variance of the policy update. At each iteration, VIP uses a lightweight Gaussian process model to predict per-prompt success probabilities based on recent rollouts. These probability predictions are translated into variance estimates, which are then fed into a convex optimization problem to determine the optimal rollout allocations under a hard compute budget constraint. Empirical results show that VIP consistently improves sampling efficiency and achieves higher performance than uniform or heuristic allocation strategies in multiple benchmarks.

Keywords

Cite

@article{arxiv.2602.01601,
  title  = {Adaptive Rollout Allocation for Online Reinforcement Learning with Verifiable Rewards},
  author = {Hieu Trung Nguyen and Bao Nguyen and Wenao Ma and Yuzhi Zhao and Ruifeng She and Viet Anh Nguyen},
  journal= {arXiv preprint arXiv:2602.01601},
  year   = {2026}
}

Comments

Accepted at ICLR 2026

R2 v1 2026-07-01T09:30:52.200Z