yrlu / reinforcement_learning
Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.
☆151Updated last year
Alternatives and similar repositories for reinforcement_learning:
Users that are interested in reinforcement_learning are comparing it to the libraries listed below
- Pytorch implementation of Distributed Proximal Policy Optimization: https://arxiv.org/abs/1707.02286☆181Updated 6 years ago
- implement of prioritized experience replay☆158Updated 6 years ago
- A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow☆182Updated 5 years ago
- Continuous control with deep reinforcement learning - Deep Deterministic Policy Gradient (DDPG) algorithm implemented in OpenAI Gym envir…☆274Updated 6 years ago
- TensorFlow implementation of the DDPG algorithm from the paper Continuous Control with Deep Reinforcement Learning (ICLR 2016)☆212Updated 6 years ago
- Implementations of deep RL papers and random experimentation☆177Updated 6 years ago
- A TensorFlow implementation of DeepMind's A Distributional Perspective on Reinforcement Learning.(C51-DQN)☆56Updated 7 years ago
- Tensorflow implementation of generative adversarial imitation learning☆200Updated 6 years ago
- ☆160Updated 7 years ago
- This repo is intended as an extension for OpenAI Gym for auxiliary tasks (multitask learning, transfer learning, inverse reinforcement le…☆214Updated 5 years ago
- Code for hierarchical imitation learning and reinforcement learning☆289Updated 6 years ago
- Actor-critic with experience replay☆252Updated 2 years ago
- Implementation of DDPG (Modified from the work of Patrick Emami) - Tensorflow (no TFLearn dependency), Ornstein Uhlenbeck noise function,…☆65Updated 7 years ago
- "Continuous Deep Q-Learning with Model-based Acceleration" in TensorFlow☆193Updated 6 years ago
- An implementation of FeUdal Networks for Hierarchical Reinforcement Learning as published : https://arxiv.org/abs/1703.01161☆179Updated 7 years ago
- Noisy Networks for Exploration☆186Updated 6 years ago
- Multiagent Cooperation and Competition with Deep Reinforcement Learning☆125Updated 9 years ago
- Hybrid Reward Architecture☆78Updated 6 years ago
- NIPS 2017 Value Prediction Network☆166Updated 7 years ago
- Advantage async actor-critic Algorithms (A3C) and Progressive Neural Network implemented by tensorflow.☆121Updated 8 years ago
- An implement of DQfD(Deep Q-learning from Demonstrations) raised by DeepMind:Learning from Demonstrations for Real World Reinforcement Le…☆133Updated 7 years ago
- Atari - Deep Reinforcement Learning algorithms in TensorFlow☆135Updated 9 months ago
- Implementation of algorithms for continuous control (DDPG and NAF).☆307Updated 3 years ago
- ICML 2018 Self-Imitation Learning☆275Updated 4 years ago
- Simple grid-world environment compatible with OpenAI-gym☆49Updated 4 years ago
- some Multiagent enviroment in 《Multi-agent Reinforcement Learning in Sequential Social Dilemmas》 and 《Value-Decomposition Networks For Co…☆131Updated 2 years ago
- Reinforcement Learning with Deep Energy-Based Policies☆418Updated last year
- Deep RL Algorithms implemented for UC Berkeley's CS 294-112: Deep Reinforcement Learning☆140Updated 7 years ago
- Implementation of Inverse Reinforcement Learning Algorithm on a toy car in a 2D world problem, (Apprenticeship Learning via Inverse Reinf…☆177Updated 3 years ago