Skip to content

Python implementation of RL algorithms presented in Richard Sutton and Andrew Barto's book Reinforcement Learning: An Introduction (second edtion)

License

Notifications You must be signed in to change notification settings

cemkaraoguz/reinforcement-learning-an-introduction-second-edition

Repository files navigation

Reinforcement Learning: An introduction (second edtion)

In this repo you will find:

  • Python implementation of most of the algorithms presented in Richard Sutton and Andrew Barto's well-known book Reinforcement Learning: An Introduction (second edtion). This is encapsulated in the IRL module.
  • Python scripts for replicating most of the results presented in the book. These are collected in different folders corresponding to each chapter.

The code is written and organized with two major priorities:

  • Pedagogy : to make algorithms and concepts as clear and as close to their form explained in the book as possible
  • Modularity : to facilitate experimenting different algorithms with different problems

Dependencies

  • Numpy
  • Matplotlib (for visualization)

About

Python implementation of RL algorithms presented in Richard Sutton and Andrew Barto's book Reinforcement Learning: An Introduction (second edtion)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages