Files
baselines/baselines/acer
pzhokhov 014a5597b1 refactor ACER (#664)
* make acer use vecframestack

* acer passes mnist test with 20k steps

* acer with non-image observations and tests

* flake8

* test acer serialization with non-recurrent policies
2018-10-23 10:01:25 -07:00
..
2018-10-23 10:01:25 -07:00
2018-10-23 10:01:25 -07:00
2018-08-16 14:53:49 -07:00
2018-10-23 10:01:25 -07: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