sutton
There are 22 repositories under sutton topic.
iamhectorotero/rlai-exercises
Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]
diegoalejogm/Reinforcement-Learning
Implementation of Reinforcement Learning algorithms in Python, based on Sutton's & Barto's Book (Ed. 2)
zyxue/sutton-barto-rl-exercises
đź“–Learning reinforcement learning by implementing the algorithms from reinforcement learning an introduction
michaeltinsley/Gridworld-with-Q-Learning-Reinforcement-Learning-
Jupyter notebook containing a solution to Sutton and Barto's gridworld problem with both a random agent and a Q-learning agent.
alokwhitewolf/Reinforcement-Learning
Implementation of various Reinforcement Learning Algorithms
Xingtao/ReinforceLearningIntro
Reinforcement Learning Introduction - Selected Exercise Solutions & Experiment Code
adrianshort/suttonelections
Election results in the London Borough of Sutton.
MatthewGerber/rlai
This is a Python implementation of concepts and algorithms described in "Reinforcement Learning: An Introduction" (Sutton and Barto, 2018, 2nd edition).
pcluteijn/MazeLearning
Q-Learing algorithm solves simple mazes.
adliska/reinforcement_learning
Code for the reading group on Sutton & Barto: Reinforcement Learning
MrShininnnnn/Temporal-Differences-Learning
"Learning to Predict by the Methods of Temporal Differences" by Sutton, Richard S. (1988)
levimcclenny/Reinforcement_Learning
Reinforcement Learning
ocraft/rl-sandbox
Selected algorithms and exercises from the book Sutton, R. S. & Barton, A.: Reinforcement Learning: An Introduction. 2nd Edition, MIT Press, Cambridge, 2018.
OsamaElHariri/Reinforcment-Learning-Sutton-and-Barto-Solution
My solutions to Sutton and Barto's book 'Reinforcement Learning: An Introduction'
Dany-L/Reinforcement-learning
Reinforcement Learning Course from IPVS
samlanka/RL
Bandits in Numpy
adityakuppa26/Reinforcement-Learning
Implementations of RL Algos and solved exercises for Sutton&Barto RLAI
lukiwieser/racetrack
Train an AI to drive on a simple racetrack, by using reinforcement learning with Q-Learning and Monte Carlo. Inspired by Sutton and Barto's book.
auralius/sutton-mountain-car
Sutton's Mountain Car Problem with Value Iteration
psaintlaurent/reinforcement_learning
Reinforcement Learning Algorithms implemented based on pseudocode from Sutton and Barto