GAPO Improves RL with Adaptive Clipping for Harder Problems

Sheng Jia, Xiao Wang, Shiva Prasad Kasiviswanathan, Rein Houthooft· September 2, 2026 View original

Key takeaways

  • Fixed clipping in RL can suppress valuable learning signals from hard problems.
  • GAPO adaptively adjusts clipping boundaries based on rollout advantage.
  • This improves performance (Pass@1, Pass@k) on math reasoning and coding benchmarks.
  • GAPO is particularly effective for problems where base model pass rates are low.

Who benefits

AI EngineeringSoftware DevelopmentEducation TechnologyRoboticsGaming

Summary

Researchers introduce Group Adaptive Clipping Policy Optimization (GAPO), a modification to GRPO methods that dynamically adjusts the importance-sampling ratio clipping boundary based on rollout advantage. GAPO consistently improves Pass@1 and Pass@k on math reasoning and coding benchmarks for Qwen and Llama models, particularly benefiting harder problems where base model pass rates are low, by giving more update headroom to high-signal rollouts.

A new research paper introduces Group Adaptive Clipping Policy Optimization (GAPO), an enhancement for Group Relative Policy Optimization (GRPO) methods used in reinforcement learning with verifiable rewards (RLVR). The core issue addressed is that traditional fixed clipping boundaries in GRPO can disproportionately suppress valuable learning signals from rare, correct rollouts on challenging problems, while treating abundant correct rollouts on easier problems similarly. GAPO tackles this by adapting the importance-sampling (IS) ratio clipping boundary dynamically, based on the rollout advantage. This approach is motivated by a reverse-KL trust-region perspective, which suggests that rollouts carrying stronger gradient signals, typically those from low-success groups, should be granted greater update headroom. Evaluated on math reasoning and coding benchmarks using Qwen and Llama models, GAPO consistently demonstrated improved Pass@1 and Pass@k metrics. Its benefits were most pronounced in scenarios where the base model's pass rates were initially low, indicating its effectiveness in accelerating learning on harder problems without requiring reward shaping or altering the standard PPO/GSPO surrogate.

Why it matters

For professionals developing and deploying reinforcement learning models, especially in domains like code generation or complex reasoning, GAPO offers a significant improvement in training efficiency and performance. It helps models learn more effectively from challenging examples, leading to more robust and capable AI agents.

How to implement this in your domain

  1. 1Integrate GAPO as a plug-in modification into existing GRPO or PPO-based reinforcement learning pipelines, particularly for tasks with varying difficulty levels.
  2. 2Apply GAPO to improve the training of large language models for code generation, mathematical reasoning, or other complex problem-solving tasks.
  3. 3Benchmark GAPO against fixed clipping and advantage-shaping baselines in specific RL applications to quantify performance gains.
  4. 4Consider the reverse-KL trust-region perspective when designing future policy optimization algorithms to ensure appropriate update headroom for valuable learning signals.

Original post by Sheng Jia, Xiao Wang, Shiva Prasad Kasiviswanathan, Rein Houthooft

"arXiv:2609.00444v1 Announce Type: new Abstract: Group relative policy optimization for reinforcement learning with verifiable rewards (RLVR) typically uses a fixed importance-sampling (IS) ratio clipping boundary across all rollouts. We identify a key limitation: rare correct rol…"

View on X

Originally posted by Sheng Jia, Xiao Wang, Shiva Prasad Kasiviswanathan, Rein Houthooft on X · view source

Want to go deeper?

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

Explore courses