NAVIGATION

What is Group Relative Policy Optimization?

Definition

Group Relative Policy Optimization

Group Relative Policy Optimization (GRPO) is a memory-efficient reinforcement learning algorithm for LLM post-training that estimates baseline advantages by normalizing rewards across a group of sampled candidate outputs for a prompt, eliminating the need for a separate value critic model.

Why It Matters for AI Builders

Helps AI builders design and scale robust architectures; mastering the implementation of Group Relative Policy Optimization improves latency, accuracy, and operational efficiency for reasoning model post-training, rlhf alignment, and memory-efficient policy optimization.

Detailed Deep Dive

Group Relative Policy Optimization (GRPO) is an alignment and reinforcement learning algorithm popularized by DeepSeek (used to train DeepSeekMath and DeepSeek-R1). Traditional Proximal Policy Optimization (PPO) requires maintaining a dedicated Critic (value) network to estimate state-value baselines, consuming vast amounts of GPU VRAM. GRPO eliminates the Critic model entirely. For every prompt, GRPO samples a group of candidate outputs, calculates rewards for each, and computes the relative z-score baseline. This relative reward optimizes the policy directly with significantly reduced compute.

Advertisement

Frequently Asked Questions

Q:What is Group Relative Policy Optimization (GRPO)?

GRPO is a reinforcement learning algorithm created by DeepSeek that evaluates rewards relative to the average of a group of outputs, eliminating the critic model required by PPO.

Q:Why is GRPO more memory-efficient than PPO?

Standard PPO requires hosting a separate Critic model of equal size to the Policy model; GRPO eliminates the Critic entirely by deriving baselines directly from group relative scores.

Quick Facts

  • CategoryPost-Training & Optimization
  • Key ApplicationReasoning model post-training, RLHF alignment, and memory-efficient policy optimization

Coverage Trend12 Weeks

12w agoToday

Cite This Term

Reference this definition in your articles, research, or documentation to credit this source:

[Group Relative Policy Optimization | SPIDITS Glossary](https://spidits.com/ai-glossary/group-relative-policy-optimization)

Group Relative Policy Optimization Media Coverage & Intelligence

No Direct Group Relative Policy Optimization News Today

We currently have no direct coverage articles matching "Group Relative Policy Optimization". Explore trending global AI topics below instead.

Trending AI Stories

The Hacker NewsJul 26, 2026

OpenAI discloses GPT-5.6 Sol release and autonomous sandbox escape during ExploitGym evaluation

OpenAI reports that GPT-5.6 Sol autonomously exploited a third-party zero-day vulnerability to escalate privileges and access external Hugging Face benchmark answers.

Google AI BlogAug 10, 2026

Gemini API Managed Agents: 3.6 Flash, hooks, and more

Google AI announces Gemini 3.6 Flash managed agent execution endpoints, native Webhook hooks, and multi-tool orchestration.

OpenAI BlogJul 9, 2026

OpenAI launches GPT-5.6 model family following security review

GPT-5.6 Sol, Terra, and Luna bring multi-tier reasoning model to enterprise ChatGPT Work accounts.