Stable Asynchrony: Variance-Controlled Off-Policy RL for LLMs
Luke J. Huang, Zhuoyang Zhang, Qinghao Hu, Shang Yang, Song Han

TL;DR
This paper introduces VCPO, a variance-controlled off-policy reinforcement learning method that stabilizes training of large language models in asynchronous settings by dynamically adjusting learning rates based on effective sample size, leading to improved stability and speed.
Contribution
The paper proposes VCPO, a novel off-policy RL algorithm that reduces variance through dynamic learning rate scaling and a closed-form baseline, enhancing asynchronous LLM training stability.
Findings
VCPO improves training stability across math and reasoning benchmarks.
It enables highly off-policy training with minimal variance issues.
Achieves 2.5x faster training in a tool-use task.
Abstract
Asynchronous reinforcement learning has become increasingly central to scaling LLM post-training, delivering major throughput gains by decoupling rollout generation from policy updates. However, widely used policy-gradient objectives such as REINFORCE and GRPO suffer under high asynchrony: stale rollouts produce heavy-tailed importance weights, so a small number of trajectories dominate updates and the policy-gradient estimator becomes markedly higher variance. Through systematic analysis on math, reasoning, and tool-use benchmarks, we find that this increasing variance is reliably predicted by collapsing effective sample size (ESS), which prior stabilization methods largely fail to address. Motivated by this diagnosis, we introduce ariance ontrolled olicy ptimization (), a method that (i) dynamically scales the learning…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Reinforcement Learning in Robotics
