Skip to content

Implementations and write-ups for all programming exercises in RL: An Introduction 2nd edition by Sutton and Barto

Notifications You must be signed in to change notification settings

mdeib/RL-intro-programming-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning: An Introduction

Python implementations of all programming exercises in Sutton and Barto's book Reinforcement Learning: An Introduction (2nd Edition). Code for each exercise is contained in its own folder along with a readme detailing the solution and its conclusions. The code is written to provide a short and simple solution and often does not reflect standard RL conventions.

Usage

To view the solution for an exercise simply navigate to the respective folder. The code for each exercise is in a self-contained python file and can be easily run with the command:

python exercise-number.py

About

Implementations and write-ups for all programming exercises in RL: An Introduction 2nd edition by Sutton and Barto

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages