Our new X account is live! Follow @wizwand_team for updates
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
Code GenerationHumanEval (test)
Pass@17.8
444
Multi-turn Dialogue EvaluationMT-Bench
Overall Score7.21
331
Mathematical ReasoningAIME 2024
Accuracy26.7
251
Mathematical ReasoningMATH
Accuracy59.7
162
Mathematical ReasoningCollegeMATH
Accuracy41.1
161
Mathematical ReasoningMATH (test)
Pass@173.52
151
Mathematical ReasoningAMC
Accuracy52.5
151
Multi-hop Question AnsweringBamboogle
Exact Match24
97
Mathematical ReasoningGSM8K (val)
Accuracy87
67
Interactive Decision-makingALFWorld (test)
Success Rate80.46
67
Showing 10 of 483 rows
...

Other info

Follow for update