# GRPO RL Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/grpo-rl
> Markdown URL: https://aitinkerers.org/technologies/grpo-rl.md
> Technology record last updated: 2026-07-24T20:30:35Z
> Generated: 2026-09-22T02:45:18Z

GRPO (Group Relative Policy Optimization) is a critic-free reinforcement learning algorithm for training large language models (LLMs), enhancing reasoning while reducing computational overhead.

GRPO, or Group Relative Policy Optimization, is a reinforcement learning (RL) algorithm introduced by DeepSeek in 2024 with their DeepSeekMath paper and scaled by DeepSeek-R1 in January 2025. It optimizes large language models (LLMs) by removing the need for a separate value network, a key component in traditional PPO (Proximal Policy Optimization). Instead, GRPO samples a group of responses to a given prompt, scores each one, and computes an advantage based on its performance relative to the group average. This approach significantly lowers compute and memory requirements, making large-scale RL for reasoning tasks more stable and affordable. GRPO has become a default for training reasoning and agentic models, especially when paired with verifiable rewards in domains like mathematics and code generation.

- Official technology site: https://www.snorkel.ai/blog/grpo-group-relative-policy-optimization-explained/
- Public AI Tinkerers demos and talks: 0
- Result page: 1 of 1

## Recent Public Talks and Demos

No public projects are currently indexed for this technology.
