mirror of
https://github.com/dragen1860/TensorFlow-2.x-Tutorials.git
synced 2021-05-12 18:32:23 +03:00
Reinforcement Learning A2C Algorithm
Here implement a synchronous A2C algorithm using gym CartPole-v0 environment
Howto
-
Step1.
pip install gym -
Step2.
python a2c.py
Screenshot
Acknowledgement
This implementation is taken from Deep Reinforcement Learning with TensorFlow 2.0.

