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

https://github.com/gerdm/reinforcement-learning

Repository of notes, code and notebooks in Python for the book "Reinforcement Learning: An Introduction" by Richard S. Sutton and Andrew G. Barto
https://github.com/gerdm/reinforcement-learning

barto-sutton jax machine-learning python reinforcement-learning

Last synced: about 1 year ago
JSON representation

Repository of notes, code and notebooks in Python for the book "Reinforcement Learning: An Introduction" by Richard S. Sutton and Andrew G. Barto

Awesome Lists containing this project

README

          

# Reinforcement learning

Basic implementation of methods in Sutton and Barto's Reinforcement Learning book.

We consider numba for gridworld experiments and Jax where gradients are required.