ppo-clipped-surrogate-ratio

IN premiseentries/2026/06/21/wiki-Reinforcement_learning_from_human_feedback-chunk-2.md

Created 2026-06-21T09:50:10+00:00

PPO uses a clipped probability ratio π/π_old constrained to [1−ε, 1+ε] to prevent destructively large policy updates, where ε is a hyperparameter controlling the clipping range

Summary

PPO acts as a speed limit on policy updates by capping how much the probability of an action can shift in a single training step relative to the previous version of the policy. This matters because without that cap, one noisy or oversized gradient could catastrophically overwrite a well-learned policy in an instant, making training unstable and hard to recover from.

Dependents

These beliefs depend on this one: