MaximeVandegar /
Papers-in-100-Lines-of-Code
Implementation of papers in 100 lines of code.
Loading repository data…
ShangtongZhang / repository
Python Implementation of Reinforcement Learning: An Introduction
Python replication for Sutton & Barto's book Reinforcement Learning: An Introduction (2nd Edition)
If you have any confusion about the code or want to report a bug, please open an issue instead of emailing me directly, and unfortunately I do not have exercise answers for the book.
All files are self-contained
python any_file_you_want.py
If you want to contribute some missing examples or fix some bugs, feel free to open an issue or make a pull request.
Selected from shared topics, language and repository description—not editorial ratings.
MaximeVandegar /
Implementation of papers in 100 lines of code.
Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.
curiousily /
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
jangirrishabh /
Implementation of Inverse Reinforcement Learning Algorithm on a toy car in a 2D world problem, (Apprenticeship Learning via Inverse Reinforcement Learning Abbeel & Ng, 2004)
Anjum48 /
Examples of published reinforcement learning algorithms in recent literature implemented in TensorFlow
natetsang /
Implementations of a large collection of reinforcement learning algorithms.