> For the complete documentation index, see [llms.txt](https://docs.deepdrive.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deepdrive.io/vendor/openai/baselines/a2c.md).

# 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.
