English

IsoCompute Playbook: Optimally Scaling Sampling Compute for LLM RL

Machine Learning 2026-03-13 v1 Artificial Intelligence

Abstract

While scaling laws guide compute allocation for LLM pre-training, analogous prescriptions for reinforcement learning (RL) post-training of large language models (LLMs) remain poorly understood. We study the compute-optimal allocation of sampling compute for on-policy RL methods in LLMs, framing scaling as a compute-constrained optimization over three resources: parallel rollouts per problem, number of problems per batch, and number of update steps. We find that the compute-optimal number of parallel rollouts per problem increases predictably with compute budget and then saturates. This trend holds across both easy and hard problems, though driven by different mechanisms: solution sharpening on easy problems and coverage expansion on hard problems. We further show that increasing the number of parallel rollouts mitigates interference across problems, while the number of problems per batch primarily affects training stability and can be chosen within a broad range. Validated across base models and data distributions, our results recast RL scaling laws as prescriptive allocation rules and provide practical guidance for compute-efficient LLM RL post-training.

Keywords

Cite

@article{arxiv.2603.12151,
  title  = {IsoCompute Playbook: Optimally Scaling Sampling Compute for LLM RL},
  author = {Zhoujun Cheng and Yutao Xie and Yuxiao Qu and Amrith Setlur and Shibo Hao and Varad Pimpalkhute and Tongtong Liang and Feng Yao and Zhengzhong Liu and Eric Xing and Virginia Smith and Ruslan Salakhutdinov and Zhiting Hu and Taylor Killian and Aviral Kumar},
  journal= {arXiv preprint arXiv:2603.12151},
  year   = {2026}
}

Comments

29 pages, 27 figures. Under review

R2 v1 2026-07-01T11:17:07.530Z