karpathy / reinforcejsLinks
Reinforcement Learning Agents in Javascript (Dynamic Programming, Temporal Difference, Deep Q-Learning, Stochastic/Deterministic Policy Gradients)
☆1,400Updated 6 years ago
Alternatives and similar repositories for reinforcejs
Users that are interested in reinforcejs are comparing it to the libraries listed below
Sorting:
- Code for the paper "Evolution Strategies as a Scalable Alternative to Reinforcement Learning"☆1,607Updated 6 years ago
- Deep Recurrent Neural Networks and LSTMs in Javascript. More generally also arbitrary expression graphs with automatic differentiation.☆950Updated 8 years ago
- Simple deep Q-learning agent.☆701Updated 6 years ago
- Theano-based implementation of Deep Q-learning☆1,092Updated 8 years ago
- rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.☆3,013Updated 2 years ago
- [ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning☆1,461Updated 2 years ago
- A starter agent that can solve a number of universe environments.☆1,102Updated 7 years ago
- Lua/Torch implementation of DQN (Nature, 2015)☆614Updated 8 years ago
- The original code from the DeepMind article + my tweaks☆1,830Updated 7 years ago
- Implementation of TRPO and related algorithms☆638Updated 7 years ago
- TensorFlow implementation of Deep Reinforcement Learning papers☆1,586Updated 7 years ago
- Code for the paper "Emergent Complexity via Multi-agent Competition"☆825Updated 2 years ago
- PlayGround: AI Research into Multi-Agent Learning.☆772Updated last year
- A deep Q learning demonstration using Google Tensorflow☆1,164Updated 8 years ago
- A list of papers and resources dedicated to deep reinforcement learning☆835Updated 9 years ago
- Tensorforce: a TensorFlow library for applied reinforcement learning☆3,314Updated last year
- Hacks for training RL systems from John Schulman's lecture at Deep RL Bootcamp (Aug 2017)☆1,119Updated 8 years ago
- Efficient Batched Reinforcement Learning in TensorFlow☆970Updated 6 years ago
- ☆1,093Updated 2 years ago
- Tensorflow + Keras + OpenAI Gym implementation of 1-step Q Learning from "Asynchronous Methods for Deep Reinforcement Learning"☆1,009Updated 7 years ago
- Hybrid CPU/GPU implementation of the A3C algorithm for deep reinforcement learning.☆657Updated 5 years ago
- The Arcade Learning Environment (ALE) -- a platform for AI research.☆2,345Updated last month
- Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning☆2,560Updated 6 years ago
- Asynchronous Methods for Deep Reinforcement Learning☆589Updated 7 years ago
- API to access OpenAI Gym from other languages via HTTP☆297Updated 2 years ago
- A set of Deep Reinforcement Learning Agents implemented in Tensorflow.