Skip to content

adamz799/Learning-Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning-Reinforcement-Learning

Algorithms' implementation of "Reinforcement Learning: An Introduction(2nd)" by Richard S. Sutton and Andrew G. Barto in python3.
Reading is insufficient, practice makes understanding.

Installation Dependencies:

  • Python 3.5
  • gym
  • Numpy
  • Scikit-learn
  • Pytorch
  • tensorboardX
  • OpenCV-python

References

"Reinforcement Learning: An Introduction(2nd)" by Richard S. Sutton and Andrew G. Barto.

Disclaimer

This work is highly based on the following repo(s):

dennybritz/reinforcement-learning yenchenlin/DeepLearningFlappyBird

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages