Files
tanzhenyu d1a05a0dd2 Baselines for Tensorflow 2.0. (#978)
* Baselines for Tensorflow 2.0.

Please do note that:
1. ACER, ACKTR, GAIL is still under development by external
contributors.
2. HER is still under development by tanzheny@google.com.

* Some cleanup.

* Addressing some comments.
2019-08-08 11:03:17 -07:00
..
2017-08-18 09:25:39 -07:00
2019-08-08 11:03:17 -07:00
2019-08-08 11:03:17 -07:00
2019-08-08 11:03:17 -07:00

A2C

Files

  • run_atari: file used to run the algorithm.
  • policies.py: contains the different versions of the A2C architecture (MlpPolicy, CNNPolicy, LstmPolicy...).
  • a2c.py: - Model : class used to initialize the step_model (sampling) and train_model (training)
    • learn : Main entrypoint for A2C algorithm. Train a policy with given network architecture on a given environment using a2c algorithm.
  • runner.py: class used to generates a batch of experiences