Files
TensorFlow-2.x-Tutorials/lesson27-A2C
2019-03-11 17:20:51 +11:00
..
2019-03-11 17:19:52 +11:00
2019-03-11 17:19:52 +11:00
2019-03-11 17:20:51 +11:00
2019-03-11 17:19:52 +11: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.