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