This repository aims to contain the latest reinforcement learning algorithms implemented using Tensorflow, Keras and OpenAI Gym.
Currently, A3C has been implemented.
- Python 3.5
pip install -r requirements.txt
agent = A3CAgent(num_actions, lambda: model)
agent.train(env_name)
Tensorboard Logging
tensorboard --logdir=out --reload_interval=2
Sources: