arXiv:2607.07508cs.LGcs.AI2026-07被引 10

提出单轨迹异步优化,让大模型强化学习更稳定高效。

Single-Rollout Asynchronous Optimization for Agentic Reinforcement Learning

论文配图:Single-Rollout Asynchronous Optimization for Agentic Reinforcement Learning
图 1 · 摘自论文原文
  • 用单条轨迹替代分组采样,降低偏离策略影响
  • 支持千步稳定训练,代码与推理任务表现超越GRPO
  • 适合需要快速适应变化环境的在线学习场景

强化学习正日益成为大语言模型后训练的关键。现有基于大模型的强化学习流程多为同步批处理,难以高效应对长时序智能体任务。异步强化学习虽提升效率,但常忽视训练稳定性与任务有效性。例如,广泛使用的GRPO框架中的分组采样不适配异步智能体训练。本文提出单轨迹异步优化(SAO),通过每提示仅用一条轨迹采样,减少离策略偏差并提升泛化能力;引入严格的双向词元级裁剪策略增强优化稳定性。SAO可在1000步内稳定训练,并在SWE-Bench Verified、BeyondAIME和IMOAnswerBench等智能体编码与推理基准上持续优于GRPO及其变体。此外,在模拟在线学习场景中,单轨迹强化学习表现出色,模型需适应动态演化环境。SAO已成功应用于开源GLM-5.2(750B-A40B)模型的智能体强化学习训练流程。

原文摘要 · Abstract (English)

Reinforcement learning (RL) is becoming increasingly important for post-training large language models (LLMs). Previous RL pipelines for LLMs were mostly synchronous and batch-interleaved, which is inefficient for long-horizon agentic tasks. Recently, asynchronous RL has emerged as a more efficient alternative by updating the model as rollouts arrive. However, existing asynchronous RL systems often emphasize throughput, while leaving training stability and task effectiveness largely underexplored. For example, a key challenge is that group-wise sampling in the widely-used GRPO framework does not naturally fit asynchronous agentic training. In this paper, we present Single-rollout Asynchronous Optimization (SAO) to address the stability and off-policy challenges in asynchronous RL. To reduce off-policy effects and improve generalization, we replace group-wise sampling with single-rollout sampling, that is, using one rollout per prompt. We further improve this single-rollout strategy with practical value-model training designs. To improve optimization stability, we introduce a strict double-side token-level clipping strategy. SAO is able to train stably for one thousand steps and consistently outperform GRPO and its variants on agentic coding and reasoning benchmarks, such as SWE-Bench Verified, BeyondAIME, and IMOAnswerBench. We also demonstrate that single-rollout RL is particularly effective in a simulated online learning setting, where the model must adapt to changing evolving environments. To this end, SAO is successfully deployed in the agentic RL pipeline for training the open GLM-5.2 model (750B-A40B).

强化学习大模型异步训练智能体

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。