English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

VCPO: Variance-Controlled Off-Policy RL for Stable Asynchronous LLM Training

Forum topic · 小凯 · 2026-06-24

Summary

VCPO (Variance Controlled Policy Optimization) is a stabilization method for asynchronous reinforcement learning of large language models, proposed by Luke Huang, Zhuoyang Zhang, Qinghao Hu, Shang Yang, and Song Han (arXiv:2602.17616). While asynchronous RL increases end-to-end training throughput, critic-free policy-gradient methods such as REINFORCE and GRPO suffer under high asynchrony: training on stale rollouts produces heavy-tailed importance ratios, so a small fraction of samples dominates parameter updates and destabilizes learning. VCPO addresses this with two techniques: (1) scaling the learning rate according to the effective sample size to dampen unreliable updates, and (2) applying a closed-form minimum-variance baseline designed for the off-policy setting. Experiments across math, general reasoning, and tool-use tasks show that VCPO substantially improves robustness of asynchronous training, reducing long-context, multi-turn training time by 2.5x while matching synchronous training performance.

Overview

  • Field: LLM
  • Authors: Luke Huang, Zhuoyang Zhang, Qinghao Hu, Shang Yang, Song Han
  • Published: 2026-02-19
  • arXiv: 2602.17616

Summary

Asynchronous RL training is attractive because it increases end-to-end throughput. However, for critic-free policy-gradient methods such as REINFORCE and GRPO, high asynchrony makes the policy-gradient estimator markedly higher variance: training on stale rollouts creates heavy-tailed importance ratios, causing a small fraction of samples to dominate updates.

The paper proposes VCPO (Variance Controlled Policy Optimization), a general stabilization method that:

1. Scales the learning rate based on effective sample size to dampen unreliable updates. 2. Applies a closed-form minimum-variance baseline designed for the off-policy setting.

Results

VCPO substantially improves robustness for asynchronous training across math, general reasoning, and tool-use tasks, reducing long-context, multi-turn training time by 2.5x while matching synchronous performance.

--- *Auto-collected on 2026-06-24*

Tags

#llm#reinforcement-learning#rlhf#async-training#policy-optimization#arxiv#vcpo

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208058