rl-satton

Collection of Reinforcement Learning algorithms

https://github.com/grwlf/rl

Latest on Hackage:0.1.2.4

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Sergey Mironov
Maintained by [email protected]

rl-satton provides implementation of algorithms, described in the 'Reinforcement Learing: An Introduction' book by Richard S. Satton and Andrew G. Barto. In particular, TD(0), TD(lambda), Q-learing are implemented. Code readability was placed above performance. Usage examples are provided in the ./examples folder.