AI Briefing
KO

Single-Rollout Asynchronous Optimization for Agentic Reinforcement Learning

·2026.07.10 09:00

Key point

SAO is a technique that improves the stability and efficiency of agentic reinforcement learning through single-rollout sampling and token-level clipping.

Details

Existing reinforcement learning (RL) pipelines for LLMs mainly operate in a Synchronous and Batch-interleaved manner, making them inefficient for Agentic tasks that involve long-horizon operations. Asynchronous RL, which has recently emerged as an alternative, offers faster model update speed but has limitations in training stability and task effectiveness.

This paper proposes SAO (Single-rollout Asynchronous Optimization) to address these issues. Noting that the group-wise sampling approach of the existing GRPO framework is not well suited for asynchronous training, SAO introduces Single-rollout sampling, which uses only one rollout per prompt. This reduces off-policy effects and improves generalization performance.

To secure optimization stability, SAO also includes the following technical devices:

  • Introduction of a Strict double-side token-level clipping strategy
  • Application of a practical Value-model training design

Experimental results show that SAO consistently outperformed GRPO and its variants on agentic coding and reasoning benchmarks such as SWE-Bench Verified, BeyondAIME, and IMOAnswerBench. In particular, it showed excellent performance even in online learning environments that require adapting to changing conditions, and it was successfully deployed in the actual agentic RL pipeline of the GLM-5.2 (750B-A40B) model.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.