Zenaique
Glossary · Training

PPO (Proximal Policy Optimization)

Also known as: Proximal Policy Optimization

An RL algorithm with clipped updates: the classic engine of RLHF, now often replaced by DPO.

A reinforcement learning algorithm that constrains policy updates with a clipped objective to prevent destructive large steps. The original RL algorithm used in InstructGPT/ChatGPT's RLHF; increasingly replaced by DPO for alignment.

In practice

Foundational alignment knowledge. Senior interviews probe its trust region intuition and why teams move to DPO/GRPO.

How it compares

PPO trains a separate reward model and runs an RL loop; DPO collapses both into one supervised loss.

Comparisons that include PPO (Proximal Policy Optimization)

Related topics

Related terms