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.
gymrl
OpenAI style Gym for javascript
tabular-sarsa
A tabular implementation of the SARSA reinforcement learning algorithm which is related to Q-learning