Deep Learning and Reinforcement Learning Library for Developers and Scientists
Python
Updated Mar 18, 2019
Simple Reinforcement learning tutorials
Python
Updated Jan 29, 2019
Minimal and Clean Reinforcement Learning Examples
Python
Updated Dec 25, 2018
Deep Reinforcement Learning with pytorch & visdom
Python
Updated Feb 20, 2018
PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement…
Python
Updated Mar 20, 2019
Asynchronous Methods for Deep Reinforcement Learning
Python
Updated Aug 9, 2018
Modular Deep Reinforcement Learning framework in PyTorch.
Python
Updated Mar 22, 2019
Scalable, event-driven, deep-learning-friendly backtesting library
Python
Updated Mar 4, 2019
A3C LSTM Atari with Pytorch plus A3G design
Python
Updated Nov 1, 2018
Deep Reinforcement Learning for the JVM (Deep-Q, A3C)
Java
Updated May 21, 2018
Accompanying repository for Let's make a DQN / A3C series.
Python
Updated Sep 4, 2018
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearnin…
Jupyter Notebook
Updated Jan 22, 2019
This is a simple implementation of DeepMind's PySC2 RL agents.
Python
Updated Nov 8, 2017
This repository contains most of classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Netwo…
Python
Updated Jan 23, 2019
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Python
Updated Mar 19, 2019
A continuous action space version of A3C LSTM in pytorch plus A3G design
Python
Updated Oct 10, 2018
Implementations of deep RL papers and random experimentation
Python
Updated Apr 7, 2018
Simple A3C implementation with pytorch + multiprocessing
Python
Updated Jan 24, 2019
A recurrent, multi-process and readable PyTorch implementation of the deep reinforcement algorithms A2C and PPO
Python
Updated Dec 21, 2018
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
Python
Updated Jan 28, 2019
PyTorch implementation of Advantage async actor-critic Algorithms (A3C) in PyTorch
Python
Updated Apr 3, 2017
StarCraft II / PySC2 Deep Reinforcement Learning Agents (A2C)
Python
Updated Oct 25, 2018
Combining deep learning and reinforcement learning.
Python
Updated Mar 22, 2019
A high-performance Atari A3C agent in 180 lines of PyTorch
Python
Updated Jan 18, 2019
pytorch implementation of Curiosity-driven Exploration by Self-supervised Prediction
Python
Updated Jan 5, 2019
Deep reinforcement learning using an asynchronous advantage actor-critic (A3C) model.
Python
Updated Mar 10, 2018
Implement A3C for Mujoco gym envs
Python
Updated Nov 2, 2017
Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's …
Jupyter Notebook
Updated Feb 27, 2019
Tensorflow implementation of A3C algorithm
Python
Updated Jul 4, 2017
Variation of "Asynchronous Methods for Deep Reinforcement Learning" with multiple processes generating experience for…
Python
Updated Feb 27, 2018