Reinforcement Learning Agents in Javascript (Dynamic Programming, Temporal Difference, Deep Q-Learning, Stochastic/Deterministic Policy Gradients)
☆1,453Feb 18, 2019Updated 7 years ago
Alternatives and similar repositories for reinforcejs
Users that are interested in reinforcejs are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Deep Recurrent Neural Networks and LSTMs in Javascript. More generally also arbitrary expression graphs with automatic differentiation.☆982Nov 4, 2016Updated 9 years ago
- Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.☆11,148Jan 7, 2023Updated 3 years ago
- Implementation of t-SNE visualization algorithm in Javascript.☆910Mar 15, 2019Updated 7 years ago
- tensorflow reinforcement learning agents for OpenAI gym environments☆144Jul 21, 2017Updated 8 years ago
- Support Vector Machine in Javascript (SMO algorithm, supports arbitrary kernels) + GUI demo☆706Apr 14, 2018Updated 8 years ago
- Serverless GPU API endpoints on Runpod - Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.☆3,054Jun 10, 2023Updated 2 years ago
- Random Forest implementation for JavaScript. Supports arbitrary weak learners. Includes interactive demo.☆335Oct 4, 2012Updated 13 years ago
- A deep Q learning demonstration using Google Tensorflow☆1,164May 24, 2017Updated 8 years ago
- A microframework for working with Amazon's Mechanical Turk☆34Mar 3, 2015Updated 11 years ago
- Tensorflow + Keras + OpenAI Gym implementation of 1-step Q Learning from "Asynchronous Methods for Deep Reinforcement Learning"☆1,007Mar 18, 2018Updated 8 years ago
- Theano-based implementation of Deep Q-learning☆1,094Apr 14, 2017Updated 9 years ago
- Implementation of TRPO and related algorithms☆649May 20, 2018Updated 7 years ago
- Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book a…☆21,951Jul 13, 2023Updated 2 years ago
- Persistent dict, backed by sqlite3 and pickle, multithread-safe.☆41Feb 21, 2020Updated 6 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- ☆36Feb 5, 2016Updated 10 years ago
- Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch☆12,022Oct 24, 2023Updated 2 years ago
- A numeric optimization package for Torch.☆39Aug 19, 2021Updated 4 years ago
- Artificial Life simulator using canvas. Based on https://github.com/karpathy/scriptsbots☆107May 27, 2012Updated 13 years ago
- A toolkit for developing and comparing reinforcement learning algorithms.☆37,155Mar 26, 2026Updated 3 weeks ago
- A JavaScript deep learning and reinforcement learning library.☆4,376Oct 10, 2023Updated 2 years ago
- Simple deep Q-learning agent.