TrulyPPO/baselines/a2c/README.md

5 lines
265 B
Markdown
Raw Normal View History

2020-01-17 12:30:26 +08:00
# 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.