Files
baselines/baselines/acer/README.md

7 lines
301 B
Markdown
Raw Normal View History

2017-11-16 10:02:32 -08:00
# ACER
- Original paper: https://arxiv.org/abs/1611.01224
- `python -m baselines.run --alg=acer --env=PongNoFrameskip-v4` runs the algorithm for 40M frames = 10M timesteps on an Atari Pong. See help (`-h`) for more options.
- also refer to the repo-wide [README.md](../../README.md#training-models)