google-deepmind / dqnLinks
Lua/Torch implementation of DQN (Nature, 2015)
☆600Updated 8 years ago
Alternatives and similar repositories for dqn
Users that are interested in dqn are comparing it to the libraries listed below
Sorting:
- Hybrid CPU/GPU implementation of the A3C algorithm for deep reinforcement learning.☆657Updated 5 years ago
- A packaged and slightly-modified version of https://github.com/bbitmaster/ale_python_interface☆382Updated 2 years ago
- Implementation of TRPO and related algorithms☆631Updated 7 years ago
- [ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning☆1,436Updated 2 years ago
- Reimplementation of DDPG(Continuous Control with Deep Reinforcement Learning) based on OpenAI Gym + Tensorflow☆562Updated 3 years ago
- Code for the paper "Generative Adversarial Imitation Learning"☆712Updated 6 years ago
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".☆1,274Updated 5 years ago
- Code for the paper "Exploration by Random Network Distillation"☆898Updated 4 years ago
- Rainbow: Combining Improvements in Deep Reinforcement Learning☆1,627Updated 3 years ago
- Reinforcement Learning with Deep Energy-Based Policies☆425Updated last year
- rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.☆2,967Updated last year
- A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.☆1,177Updated 2 years ago
- A TensorFlow implementation of Scalable Distributed Deep-RL with Importance Weighted Actor-Learner Architectures.☆1,003Updated 6 years ago
- Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official imp…☆1,304Updated last year
- Accompanying repository for Let's make a DQN / A3C series.☆395Updated 6 years ago
- A3C LSTM Atari with Pytorch plus A3G design☆565Updated 2 years ago
- PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Lear…☆1,214Updated 4 years ago
- Implementations of selected inverse reinforcement learning algorithms.☆1,023Updated 2 years ago
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆700Updated 2 years ago
- Soft Actor-Critic☆1,099Updated last year
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆680Updated 4 years ago
- ☆303Updated 2 years ago
- Using Keras and Deep Deterministic Policy Gradient to play TORCS☆723Updated 7 years ago
- Deep Q-Learning Network in pytorch (not actively maintained)☆401Updated 7 years ago
- Implementation of Inverse Reinforcement Learning (IRL) algorithms in Python/Tensorflow. Deep MaxEnt, MaxEnt, LPIRL☆632Updated last year
- A Platform for Many-Agent Reinforcement Learning☆1,734Updated 2 years ago
- Continuous control with deep reinforcement learning - Deep Deterministic Policy Gradient (DDPG) algorithm implemented in OpenAI Gym envir…☆274Updated 7 years ago
- Code for the paper "Meta-Learning Shared Hierarchies"☆615Updated last year
- PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.☆411Updated 4 years ago
- DQN Zoo is a collection of reference implementations of reinforcement learning agents developed at DeepMind based on the Deep Q-Network (…☆472Updated last year