SAPO Boosts Agentic RL Performance, Reduces Memory Overhead.

Dayang Liang, Lang Feng, Bo An, Yunlong Liu· August 21, 2026 View original

Key takeaways

  • SAPO is a new, efficient framework for agentic reinforcement learning.
  • It uses a single autoregressive backbone for both policy and value functions.
  • SAPO significantly outperforms PPO and GRPO on complex tasks.
  • It reduces memory overhead and per-iteration runtime compared to PPO.

Who benefits

AI/TechGamingRoboticsCustomer ServiceEducation

Summary

This paper introduces Single-rollout Autoregressive Policy Optimization (SAPO), a new framework for agentic reinforcement learning that improves performance and efficiency. SAPO shares a single autoregressive backbone for policy and value functions, eliminating separate critic memory overhead and outperforming existing methods like PPO and GRPO on complex tasks.

Agentic reinforcement learning (RL) is becoming crucial for post-training large language models (LLMs). While existing critic-free, group-relative methods have shown promise by estimating policy advantages from multiple rollouts, they often suffer from limitations such as a lack of explicit value generalization, ineffective temporal credit assignment, potential advantage collapse in long-horizon tasks, and a costly trade-off between sampling budget and policy performance. To address these issues, researchers propose Single-rollout Autoregressive Policy Optimization (SAPO). This novel framework is designed to be low-memory and compute-efficient, leveraging a single autoregressive backbone that is shared between the policy and value functions. SAPO optimizes Proximal Policy Optimization (PPO) objectives and auxiliary on-policy SARSA objectives independently, while still sharing parameters, allowing for distinct policy and value predictions at different causal boundaries. Furthermore, SAPO introduces a trajectory-level generalized advantage estimator that combines lambda-returns with batch normalization to robustly estimate the contribution of each turn. Experimental results on ALFWorld and WebShop benchmarks, using Qwen2.5-1.5B/7B models, demonstrate that SAPO achieves stable training and significantly outperforms PPO and GRPO by mean +15.1 and +12.1 percentage points, respectively. It also eliminates the memory cost of a separate critic model and reduces per-iteration runtime by 33.2% compared to PPO.

Why it matters

For AI engineers and researchers, SAPO offers a more efficient and effective method for training LLM agents, potentially accelerating development, reducing computational costs, and improving agent performance on complex, long-horizon tasks.

How to implement this in your domain

  1. 1Evaluate SAPO as an alternative to PPO or GRPO for training LLM agents in your projects.
  2. 2Experiment with integrating SAPO's single autoregressive backbone for policy and value functions.
  3. 3Implement the trajectory-level generalized advantage estimator in your RL setups.
  4. 4Benchmark SAPO's performance and memory footprint against current agent training methods.
  5. 5Consider applying SAPO to long-horizon interactive tasks where existing methods struggle.

Original post by Dayang Liang, Lang Feng, Bo An, Yunlong Liu

"arXiv:2608.19842v1 Announce Type: new Abstract: Agentic reinforcement learning (RL) has become a critical stage in the post-training of large language models. Existing critic-free, group-relative methods estimate policy advantages from multiple rollouts, avoiding the substantial…"

View on X

Originally posted by Dayang Liang, Lang Feng, Bo An, Yunlong Liu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses