SAO Optimization Technique Unveiled for Agentic RL
Key point
It proposes the SAO methodology, which improves agent training performance by enhancing the stability and efficiency of asynchronous reinforcement learning.
Details
Existing LLM reinforcement learning (RL) pipelines have mainly operated in a synchronous manner, causing efficiency problems in agentic tasks that require long-horizon operations.
SAO (Single-rollout Asynchronous Optimization), proposed in this paper, addresses the stability and efficiency of asynchronous RL through the following core techniques.
- Single-rollout Sampling: Instead of the group-based sampling of existing GRPO, this approach adopts a method that uses a single rollout per prompt, reducing off-policy effects and improving generalization performance.
- Double-side Token-level Clipping: A strict token-level clipping strategy was introduced to ensure stability during the optimization process.
- Performance Verification: On agentic coding and reasoning benchmarks such as SWE-Bench Verified and BeyondAIME, it consistently achieved higher performance than existing GRPO and its variants.
In particular, SAO was successfully applied to the agentic RL pipeline of the GLM-5.2 (750B-A40B) model, demonstrating its practical effectiveness.
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.