Algorithms' implementation of "Reinforcement Learning: An Introduction(2nd)" by Richard S. Sutton and Andrew G. Barto in python3.
Reading is insufficient, practice makes understanding.
- Python 3.5
- gym
- Numpy
- Scikit-learn
- Pytorch
- tensorboardX
- OpenCV-python
"Reinforcement Learning: An Introduction(2nd)" by Richard S. Sutton and Andrew G. Barto.
This work is highly based on the following repo(s):
dennybritz/reinforcement-learning yenchenlin/DeepLearningFlappyBird