Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]
-
Updated
Jan 14, 2021 - Jupyter Notebook
Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]
📖Learning reinforcement learning by implementing the algorithms from reinforcement learning an introduction
Jupyter notebook containing a solution to Sutton and Barto's gridworld problem with both a random agent and a Q-learning agent.
Code for the reading group on Sutton & Barto: Reinforcement Learning
This is a Python implementation of concepts and algorithms described in "Reinforcement Learning: An Introduction" (Sutton and Barto, 2018, 2nd edition).
Q-Learing algorithm solves simple mazes.
Reinforcement Learning
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.
Implementations of RL Algos and solved exercises for Sutton&Barto RLAI
My solutions to Sutton and Barto's book 'Reinforcement Learning: An Introduction'
Reinforcement Learning Algorithms implemented based on pseudocode from Sutton and Barto
Reinforcement Learning Course from IPVS
Add a description, image, and links to the barto topic page so that developers can more easily learn about it.
To associate your repository with the barto topic, visit your repo's landing page and select "manage topics."