Tensorflow implementation of some Reinforcement Learning algorithms.
- Deep Q-learning
- Dueling architecture
- Double Q-learning
- Reinforce
- Advantage Actor Critic (A2C)
python --help
for command usage.
- tensorflow 1.12.0
- gym 0.12.0
- numpy 1.17.0
- opencv-python 4.1.0