@hackage rl-satton0.1.2.2

Collection of Reinforcement Learning algorithms

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.