paper-with-me

Papers

Revisiting Group Relative Policy Optimization: Insights into On-Policy and Off-Policy Training

2025-05-28 · Youssef Mroueh, Nicolas Dupuis, Brian Belgodere, Apoorva Nitsure, Mattia Rigotti, Kristjan Greenewald, Jiri Navratil, Jerret Ross, Jesus Rios

We revisit Group Relative Policy Optimization (GRPO) in both on-policy and off-policy optimization regimes. Our motivation comes from recent work on off-policy Proximal Policy Optimization (PPO), which improves training stability, sampling efficiency, and memory usage. In addition, a recent analysis of GRPO suggests that estimating the advantage function with off-policy samples could be beneficial. Building on these observations, we adapt GRPO to the off-policy setting. We show that both on-policy and off-policy GRPO objectives yield an improvement in the reward. This result motivates the use of clipped surrogate objectives in the off-policy version of GRPO. We then compare the empirical performance of reinforcement learning with verifiable rewards in post-training using both GRPO variants. Our results show that off-policy GRPO either significantly outperforms or performs on par with its on-policy counterpart.

📄 PDF Abstract BibTeX arXiv:2505.22257

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Without Critics? Revisiting GRPO in Classical Reinforcement Learning Environments

2025-11-05 · Bryan L. M. de Oliveira, Felipe V. Frujeri, Marcos P. C. M. Queiroz, Luana G. B. Martins 외 arxiv

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…

Reinforcement LearningContinuous Control

Group Causal Policy Optimization for Post-Training Large Language Models

2025-08-07 · Ziyin Gu, Jingyao Wang, Ran Zuo, Chuxiong Sun 외 arxiv

Recent advances in large language models (LLMs) have broadened their applicability across diverse tasks, yet specialized domains still require targeted post training. Among existing methods, Group Relative Policy Optimiz…

Revisiting Reinforcement Learning with Verifiable Rewards from a Contrastive Perspective

2026-05-13 · Feng Zhang, Xinhong Ma, Ziqiang Dong, Xi Leng 외 arxiv

Group Relative Policy Optimization (GRPO) is one of the most widely adopted RLVR algorithms for post-training large language models on reasoning tasks. We first show that GRPO admits an equivalent discriminative reformul…

Reinforcement Learning

GRPOformer: Advancing Hyperparameter Optimization via Group Relative Policy Optimization

2025-09-21 · Haoxin Guo, Jiawen Pan, Weixin Zhai arxiv

Hyperparameter optimization (HPO) plays a critical role in improving model performance. Transformer-based HPO methods have shown great potential; however, existing approaches rely heavily on large-scale historical optimi…

Hyperparameter OptimizationReinforcement Learning

Are complicated loss functions necessary for teaching LLMs to reason?

2026-03-19 · Gabriele Carrino, Andrea Sassella, Nicolo Brunello, Federico Toschi 외 arxiv

Recent advances in large language models (LLMs) highlight the importance of post training techniques for improving reasoning and mathematical ability. Group Relative Policy Optimization (GRPO) has shown promise in this d…

Mathematical Reasoning