lsunsi/markovjs
Reinforcement Learning in JavaScript
This tool helps you experiment with basic reinforcement learning models directly in JavaScript. You can define a 'game' with states, actions, and rewards, and then train an agent to learn the best actions over time. It takes your game rules and desired learning parameters as input, and outputs an agent that can make decisions within your simulated environment. This is for developers, researchers, or students interested in building and understanding reinforcement learning agents.
No commits in the last 6 months. Available on npm.
Use this if you want a clear, minimal JavaScript implementation to understand or prototype simple reinforcement learning problems, without deep mathematical complexity.
Not ideal if you need a high-performance, production-ready, or mathematically advanced reinforcement learning framework, as it's designed more as a foundational playground.
Stars
76
Forks
4
Language
JavaScript
License
MIT
Category
Last pushed
Dec 03, 2016
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/lsunsi/markovjs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
alibaba/pipcook
Machine learning platform for Web developers
imjoy-team/ImJoy
ImJoy: Deep Learning Made Easy!
mljs/ml
Machine learning tools in JavaScript
deepforge-dev/deepforge
A modern development environment for deep learning
machinelearnjs/machinelearnjs
Machine Learning library for the web and Node.