Definition
Plain language
A reinforcement-learning recipe that compares several attempts at the same task to figure out which ones to reinforce.
As stated in the literature
Group Relative Policy Optimization, an RL method that computes advantages by comparing a group of rollouts on the same prompt without a separate value model.
Also called: G-R-P-O
Why it matters: Comparing rollouts within a group removes the need for a separate value network and is now the default RL recipe behind much of recent reasoning-model training.
For example, GRPO has a model produce eight attempts at the same math problem, then reinforces the ones that scored above the group average and discourages those below it.
Heard on the show
“Run GRPO with a judge-scored compliance reward.”Episode 244 — The Open-Weight Defense That Feeds Attackers Confident, Falsified Answers