kengz / SLM-Lab

Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
https://slm-lab.gitbook.io/slm-lab/
MIT License
1.25k stars 264 forks source link

Atari benchmark 7/28/2019 #396

Closed kengz closed 5 years ago

kengz commented 5 years ago

Atari benchmark

This is a benchmark ran using the current master branch. All the results are shown below and the data folders including the metrics and models are uploaded to the SLM Lab public Dropbox with file prefix PR396-.

To Reproduce

  1. JSON spec: See the spec/benchmark folder
  2. git SHA (contained in the file above): 8360612e05985210dcf84de2f8302440a5c8d81c
Env. \ Alg. A2C (GAE) A2C (n-step) PPO DQN DDQN+PER
Breakout
graph
389.99
graph
391.32
graph
425.89
graph
65.04
graph
181.72
graph
Pong
graph
20.04
graph
19.66
graph
20.09
graph
18.34
graph
20.44
graph
Qbert
graph
13,328.32
graph
13,259.19
graph
13,691.89
graph
4,787.79
graph
11,673.52
graph
Seaquest
graph
892.68
graph
1,686.08
graph
1,583.04
graph
1,118.50
graph
3,751.34
graph

Terminology

ppo beamrider ppo breakout ppo kungfumaster ppo mspacman
BeamRider Breakout KungFuMaster MsPacman
ppo pong ppo qbert ppo seaquest ppo spaceinvaders
Pong Qbert Seaquest Sp.Invaders