Here implement a synchronous A2C algorithm using gym CartPole-v0
environment
-
Step1.
pip install gym
-
Step2.
python a2c.py
This implementation is taken from Deep Reinforcement Learning with TensorFlow 2.0.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Here implement a synchronous A2C algorithm using gym CartPole-v0
environment
Step1. pip install gym
Step2. python a2c.py
This implementation is taken from Deep Reinforcement Learning with TensorFlow 2.0.