Practice free →
HomeClaudeaifoundationsinstructgpt_rlhf › 'PPO-ptx' differs from plain PPO by

'PPO-ptx' differs from plain PPO by

ADoubling the policy network parameter count
BRemoving the per-token KL penalty entirely
CReplacing PPO with a value-function loss
DMixing pretraining gradients into the PPO update
Answer & Solution
Correct answer: D. Mixing pretraining gradients into the PPO update
PPO-ptx adds a pretraining-distribution log-likelihood term (weight gamma) to the RL objective. This patches performance regressions on public NLP datasets that plain PPO causes.
Solve this in the app — Claude practice & 24k+ MCQs →
Related questions