Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Proximal Policy Optimization Algorithms

About

We propose a new family of policy gradient methods for reinforcement learning, which alternate between sampling data through interaction with the environment, and optimizing a "surrogate" objective function using stochastic gradient ascent. Whereas standard policy gradient methods perform one gradient update per data sample, we propose a novel objective function that enables multiple epochs of minibatch updates. The new methods, which we call proximal policy optimization (PPO), have some of the benefits of trust region policy optimization (TRPO), but they are much simpler to implement, more general, and have better sample complexity (empirically). Our experiments test PPO on a collection of benchmark tasks, including simulated robotic locomotion and Atari game playing, and we show that PPO outperforms other online policy gradient methods, and overall strikes a favorable balance between sample complexity, simplicity, and wall-time.

John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, Oleg Klimov• 2017

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K--
1362
Instruction FollowingAlpacaEval 2.0
Win Rate26.79
507
Code GenerationHumanEval (test)
Pass@17.8
506
Multi-turn Dialogue EvaluationMT-Bench
Overall Score7.21
447
Mathematical ReasoningMATH 500
Accuracy64.1
442
Mathematical ReasoningAIME 2024
Accuracy26.7
370
Mathematical ReasoningMATH
Accuracy59.7
338
Multi-task Language UnderstandingMMLU
Accuracy67.87
321
Mathematical ReasoningGSM8K
Accuracy88.4
312
Mathematical ReasoningMathQA
Accuracy43.8
305
Showing 10 of 898 rows
...

Other info

Follow for update