Search
About
Datasets
Models
Log In
Sign Up
Log In
Sign Up
Models
:
JoelW
/
NeurIPS2018-AIforProsthet
Like
0
Downloads: 1
Card
Git
Discussions
[f9c9f2]
:
/
submission
/
baselines
/
ppo2
/ README.md
History
Download this file
7 lines (5 with data), 373 Bytes
PPO2
Original paper:
https://arxiv.org/abs/1707.06347
Baselines blog post:
https://blog.openai.com/openai-baselines-ppo/
python -m baselines.ppo2.run_atari
runs the algorithm for 40M frames = 10M timesteps on an Atari game. See help (
-h
) for more options.
python -m baselines.ppo2.run_mujoco
runs the algorithm for 1M frames on a Mujoco environment.