Adaptive Rollout Allocation for Online Reinforcement Learning with Verifiable Rewards
Hieu Trung Nguyen, Bao Nguyen, Wenao Ma, Yuzhi Zhao, Ruifeng She, Viet Anh Nguyen
TL;DR
The paper tackles sampling efficiency in online reinforcement learning with verifiable rewards by introducing VIP, a variance-informed predictive rollout allocator. VIP combines a Gaussian-process-based predictor of per-prompt success with a convex optimization-based budget allocator to minimize the minibatch gradient variance under a fixed rollout budget. Theoretical analysis derives per-prompt gradient-variance expressions for GRPO and RLOO, linking variance to prompt success and rollout counts, which VIP exploits for adaptive budgeting. Empirical results across mathematical reasoning and tool-augmented tasks show consistent improvements over uniform or heuristic allocations, with low computational overhead, highlighting VIP as a practical, principled approach to resource-efficient RL training for language models.
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 \Ours, 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, \Ours~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 \Ours~consistently improves sampling efficiency and achieves higher performance than uniform or heuristic allocation strategies in multiple benchmarks. Our code will be available at https://github.com/HieuNT91/VIP.
