Single-Rollout Asynchronous Optimization for Agentic Reinforcement Learning
This presentation explores a breakthrough in reinforcement learning for large language models that solves the efficiency crisis in long-horizon agentic tasks. Single-rollout Asynchronous Optimization (SAO) replaces traditional group-wise sampling with immediate single-trajectory updates, using aggressive importance sampling and novel value-model training to achieve unprecedented training stability and performance on complex reasoning and coding benchmarks.Script
Training large language models with reinforcement learning on complex, multi-step tasks hits a wall: traditional systems wait for all rollouts to finish before learning anything, wasting time on stragglers. What if each trajectory could teach the model immediately, without waiting?
Single-rollout Asynchronous Optimization does exactly that. The authors designed SAO to update the policy immediately after each trajectory is generated, using token-level importance sampling to aggressively clip off-policy updates and a frozen-attention value model to prevent gradient explosions.
The results are striking. SAO outperforms both the supervised baseline and Group Relative Policy Optimization across every reasoning and coding benchmark, including challenging mathematical competitions and real-world software engineering tasks.
Training stability tells an even sharper story. Standard GRPO collapses before 200 training steps, while SAO maintains smooth, sustained improvement for over 1000 steps without degradation. This stability comes from combining token-level advantage estimation with faster critic updates that skip environment feedback tokens.
Ablation studies confirm that every component matters. Removing frozen attention or faster value updates causes substantial performance drops, and step-level advantage estimation consistently underperforms token-level variants. The architecture's aggressive clipping and careful value-model design are not optional refinements, they are structural necessities.
SAO opens a pathway for large language models to learn from complex, long-horizon tasks in real time, adapting immediately rather than waiting on batch feedback. To dive deeper into this work and create your own video summaries of cutting-edge research, visit EmergentMind.com.