GRPO (Group Relative Policy Optimization) is the RL alignment method used by DeepSeek-R1. Core idea: sample
G responses per prompt and compute advantage from group-relative scores — subtract the group mean, divide by the group std — eliminating the value/critic network entirely; advantage depends only on within-group ranking, not absolute scores.