An open API service indexing awesome lists of open source software.

https://github.com/mdeib/rl-intro-programming-solutions

Implementations and write-ups for all programming exercises in RL: An Introduction 2nd edition by Sutton and Barto
https://github.com/mdeib/rl-intro-programming-solutions

aritificial-intelligence reinforcement-learning rl

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Reinforcement Learning: An Introduction

Python implementations of all programming exercises in Sutton and Barto's book [Reinforcement Learning: An Introduction (2nd Edition)](http://incompleteideas.net/book/RLbook2020.pdf). 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:
```commandline
python exercise-number.py
```