/reinforcement-learning-an-introduction-solutions

Implementations for solutions to programming exercises of Reinforcement Learning: An Introduction, Second Edition (Sutton & Barto)

Primary LanguagePythonMIT LicenseMIT

Solutions to Programming Exercises for "Reinforcement Learning: An Introduction (2nd Edition)"

About

Implementations for solutions to programming exercises of Reinforcement Learning: An Introduction, Second Edition (Sutton & Barto)

Table of Contents

Implementations

Exercise 2.5

Implementation of the solution of Exercise 2.5

Code

exercise2.5

Exercise 2.11

Implementation of the solution of Exercise 2.11

Code

exercise2.11

Exercise 4.7

Implementation of the solution of Exercise 4.7

Code

Original problem exercise4.7 original

Modified problem exercise4.7 modified

Exercise 4.9

Implementation of the solution of Exercise 4.9

Code

exercise4.9

Exercise 5.10

Implementation of the solution of Exercise 5.10

Code

exercise5.10 type 1 exercise5.10 type 2

Exercise 8.4

Implementation of the solution of Exercise 8.4

Code

Blocking Maze exercise8.4 type 1

Shortcut Maze exercise8.4 type 2