Skip to content

Latest commit

 

History

History
executable file
·
2 lines (2 loc) · 343 Bytes

README.md

File metadata and controls

executable file
·
2 lines (2 loc) · 343 Bytes

ReinforcementLearning

Currently, this contains independent Python implementations of the problem described in Reinforcement Learning: An Introduction (2nd ed.) by Richard S. Sutton and Andrew G. Barto (ISBN: 978-0-262-19398-6). I have done my best to code the implementations using only the pseudocode given for various methods in the book.