LGNov 5, 2025

Learning Without Critics? Revisiting GRPO in Classical Reinforcement Learning Environments

arXiv:2511.03527v14 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses the problem of understanding the necessity of learned baselines in policy-gradient methods for reinforcement learning researchers, revealing limitations in critic-free approaches.

The study systematically evaluated Group Relative Policy Optimization (GRPO) in classical reinforcement learning environments, finding that learned critics are essential for long-horizon tasks, with critic-free methods underperforming Proximal Policy Optimization (PPO) except in short-horizon environments like CartPole.

Group Relative Policy Optimization (GRPO) has emerged as a scalable alternative to Proximal Policy Optimization (PPO) by eliminating the learned critic and instead estimating advantages through group-relative comparisons of trajectories. This simplification raises fundamental questions about the necessity of learned baselines in policy-gradient methods. We present the first systematic study of GRPO in classical single-task reinforcement learning environments, spanning discrete and continuous control tasks. Through controlled ablations isolating baselines, discounting, and group sampling, we reveal three key findings: (1) learned critics remain essential for long-horizon tasks: all critic-free baselines underperform PPO except in short-horizon environments like CartPole where episodic returns can be effective; (2) GRPO benefits from high discount factors (gamma = 0.99) except in HalfCheetah, where lack of early termination favors moderate discounting (gamma = 0.9); (3) smaller group sizes outperform larger ones, suggesting limitations in batch-based grouping strategies that mix unrelated episodes. These results reveal both the limitations of critic-free methods in classical control and the specific conditions where they remain viable alternatives to learned value functions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes