paper-with-me

홈 › Papers

Demystifying Group Relative Policy Optimization: Its Policy Gradient is a U-Statistic

2026-03-01 · Hongyi Zhou, Kai Ye, Erhan Xu, Jin Zhu, Ying Yang, Shijin Gong, Chengchun Shi arxiv

Group relative policy optimization (GRPO), a core methodological component of DeepSeekMath and DeepSeek-R1, has emerged as a cornerstone for scaling reasoning capabilities of large language models. Despite its widespread adoption and the proliferation of follow-up works, the theoretical properties of GRPO remain less studied. This paper provides a unified framework to understand GRPO through the lens of classical U-statistics. We demonstrate that the GRPO policy gradient is inherently a U-statistic, allowing us to characterize its mean squared error (MSE), derive the finite-sample error bound and asymptotic distribution of the suboptimality gap for its learned policy. Our findings reveal that GRPO is asymptotically equivalent to an oracle policy gradient algorithm -- one with access to a value function that quantifies the goodness of its learning policy at each training iteration -- and achieves asymptotically optimal performance within a broad class of policy gradient algorithms. Furthermore, we establish a universal scaling law that offers principled guidance for selecting the optimal group size. Empirical experiments further validate our theoretical findings, demonstrating that the optimal group size is universal, and verify the oracle property of GRPO.

📄 PDF Abstract BibTeX arXiv:2603.01162

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Group-Relative REINFORCE Is Secretly an Off-Policy Algorithm: Demystifying Some Myths About GRPO and Its Friends

2025-09-29 · Chaorui Yao, Yanxi Chen, Yuchang Sun, Yushuo Chen 외 arxiv

Off-policy reinforcement learning (RL) for large language models (LLMs) is attracting growing interest, driven by practical constraints in real-world applications, the complexity of LLM-RL infrastructure, and the need fo…

Reinforcement Learning

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

2025-05-28 · Youssef Mroueh, Nicolas Dupuis, Brian Belgodere, Apoorva Nitsure 외

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 …

M$^{2}$GRPO: Mamba-based Multi-Agent Group Relative Policy Optimization for Biomimetic Underwater Robots Pursuit

2026-04-21 · Yukai Feng, Zhiheng Wu, Zhengxing Wu, Junwen Gu 외 arxiv

Traditional policy learning methods in cooperative pursuit face fundamental challenges in biomimetic underwater robots, where long-horizon decision making, partial observability, and inter-robot coordination require both…

Decision Making

GOPO: Policy Optimization using Ranked Rewards

2026-02-01 · Kyuseong Choi, Dwaipayan Saha, Woojeong Kim, Anish Agarwal 외 arxiv

Standard reinforcement learning from human feedback (RLHF) trains a reward model on pairwise preference data and then uses it for policy optimization. However, while reward models are optimized to capture relative prefer…

Reinforcement LearningInstruction Following

Principled RL for Flow Matching Emerges from the Chunk-level Policy Optimization

2025-10-24 · Yifu Luo, Haoyuan Sun, Xinhao Hu, Penghui Du 외 arxiv

Recent Progress in post-training flow matching for text-to-image (T2I) generation with Group Relative Policy Optimization (GRPO) has demonstrated strong potential. However, it is hindered by a critical limitation: inaccu…

Reinforcement Learning