yrlu / reinforcement_learning

Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.
MIT License
151 stars 48 forks source link
openai-gym python reinforcement-learning rl tensorflow

Implementation of Reinforcement Learning Algorithms in Python

Implementation of selected reinforcement learning algorithms with tensorflow.

Implemented Algorithms

(Click into the links for more details)

Advanced
Policy Gradient Methods
Temporal Difference Learning
Monte Carlo Methods
Dynamic Programming MDP Solver

Environments

Dependencies

Tests

python test_[class].py

MIT License