GRPO Fails to Improve Small LLM Web Agents' Performance

Chengguang Gan, Zhixi Cai, Yunhao Liang, Hanjun Wei, Shiwen Ni, Qinghao Zhang· July 15, 2026 View original

Summary

This research finds that Group Relative Policy Optimization (GRPO) does not credibly improve the success rate of small language and vision-language model web agents (4B-8B scale) on tasks they have largely mastered. It shows that GRPO only helps when there is significant headroom for improvement, and high learning rates can degrade performance.

A new study investigates the effectiveness of Group Relative Policy Optimization (GRPO) when applied to small language and vision-language model web agents, specifically those at the 4B to 8B parameter scale. The common practice is to run reinforcement learning, like GRPO, on a supervised checkpoint hoping to enhance agent capabilities. However, across a comprehensive control grid of 18 experimental runs, the researchers found no credible improvement in the success rate of a strong supervised baseline on tasks the agent had already largely mastered. In fact, for the text-based tasks, moderate to high learning rates actually led to a credible degradation in performance. This "null" finding remained consistent under various testing conditions, including paired testing, multiple evaluation and training seeds, recipe changes, and different observation types (text and Set-of-Marks screenshots), and even when scaling the backbone to 8B parameters. The detrimental effect was primarily observed on the text track. To confirm that the pipeline was functional, the identical setup was applied to tasks where the reward was easily reachable by sampling, and in those cases, the success rate significantly increased by 22 points. This indicates that GRPO is only beneficial when there's substantial room for the agent to improve, meaning the sampled policy already outperforms the greedy one. The paper further explains the mechanism of failure, showing that middle learning rates degrade the agent and high ones cause collapse, with distinct causal localizations for these effects within the model's architecture.

Why it matters

This research provides crucial insights into the limitations of applying reinforcement learning techniques like GRPO to already proficient smaller LLMs, helping practitioners avoid wasted computational resources and potential performance degradation. It informs efficient model fine-tuning strategies.

How to implement this in your domain

  1. 1Re-evaluate the necessity of applying GRPO or similar RL methods to small LLMs that already perform well on target tasks.
  2. 2Prioritize identifying tasks with significant "headroom" for improvement before applying reinforcement learning.
  3. 3Carefully tune learning rates when using GRPO, especially for smaller models, to avoid performance degradation.
  4. 4Consider alternative fine-tuning strategies for small, proficient web agents if GRPO shows no clear benefit.

Who benefits

AI EngineeringSoftware DevelopmentResearch & DevelopmentRoboticsWeb Automation

Key takeaways

  • GRPO does not reliably improve small LLM web agents on mastered tasks.
  • Reinforcement learning is only effective when there's significant room for improvement.
  • High learning rates with GRPO can degrade small LLM performance.
  • Understanding model scale and task difficulty is crucial for effective RL application.

Original post by Chengguang Gan, Zhixi Cai, Yunhao Liang, Hanjun Wei, Shiwen Ni, Qinghao Zhang

"arXiv:2607.12640v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards, and Group Relative Policy Optimization (GRPO) in particular, is now run routinely on a supervised checkpoint in the hope of producing a stronger agent. We ask whether it adds skill to…"

View on X

Originally posted by Chengguang Gan, Zhixi Cai, Yunhao Liang, Hanjun Wei, Shiwen Ni, Qinghao Zhang on X · view source

Want to go deeper?

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

Explore courses