Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Implementation Matters in Deep Policy Gradients: A Case Study on PPO and TRPO

About

We study the roots of algorithmic progress in deep policy gradient algorithms through a case study on two popular algorithms: Proximal Policy Optimization (PPO) and Trust Region Policy Optimization (TRPO). Specifically, we investigate the consequences of "code-level optimizations:" algorithm augmentations found only in implementations or described as auxiliary details to the core algorithm. Seemingly of secondary importance, such optimizations turn out to have a major impact on agent behavior. Our results show that they (a) are responsible for most of PPO's gain in cumulative reward over TRPO, and (b) fundamentally change how RL methods function. These insights show the difficulty and importance of attributing performance gains in deep reinforcement learning. Code for reproducing our results is available at https://github.com/MadryLab/implementation-matters .

Logan Engstrom, Andrew Ilyas, Shibani Santurkar, Dimitris Tsipras, Firdaus Janoos, Larry Rudolph, Aleksander Madry• 2020

Related benchmarks

TaskDatasetResultRank
Reward Hacking MitigationSynthetic Goodhart 1.0 (Evaluation)
R_g3.72
10
Reward Hacking MitigationExcessive HH Harmless 1.0 (Evaluation)
Reference Error Rate19.5
10
Reward Hacking MitigationLength Bias OA Length 1.0 (Evaluation)
Dominance36
9
Showing 3 of 3 rows

Other info

Follow for update