Proximal Policy Optimization

AI and Machine Learning · Reinforcement Learning · 2017 · also: PPO · ppo.yaml

Clips the ratio between new and old policy so an update cannot move too far from the data it was collected under. Most of TRPO's stability with none of its second-order machinery.

Colour is the family; a dashed line is the second member of it.

Drag to pan · scroll to zoom · click a node to open it
G grpo Group Relative Policy Optimization ppo Proximal Policy Optimization grpo->ppo the critic is a second model the size of the policy importance-sampling Importance Sampling policy-gradient Policy Gradient ppo->importance-sampling the ratio it clips is the importance weight of reused data ppo->policy-gradient an unconstrained step can collapse the policy trpo Trust Region Policy Optimization ppo->trpo clipping instead of a constrained second-order solve rlhf RLHF rlhf->ppo the reward model is not differentiable through text

This node

Referenced by

References