Topic

GRPO & Policy Optimization

Group Relative Policy Optimization and related methods update a language-model policy using rewards from sampled response groups rather than a separately learned value critic. The family is attractive for reasoning post-training because it can simplify the RL stack, but performance still depends on sampling, normalization, clipping, KL control, and the quality of the reward signal.

Key concepts

Group-relative advantages

Policy gradients

KL control

Clipping

Latest research

11 items
paper

Proximal Policy Optimization Algorithms

OpenAI

PPO introduces clipped and adaptive objectives intended to make policy-gradient optimization simpler to implement while limiting excessively large policy updates.

RolloutsComputeModels
Read