reinforce-js
A collection of various reinforcement learning solver. The library is an object-oriented approach (baked with Typescript) and tries to deliver simplified interfaces that make using the algorithms pretty simple.
sarsa
a general SARSA implementation, an A.I. tool useful for machine learning
q-exp
Reinforcement learning (Q-Learning) library
ml-q-learning
Library implementing the q-learning algorithm and several exploration algorithms.