Islandman93 / reinforcepy
Collection of reinforcement learners implemented in python. Mainly including DQN and its variants
☆54Updated 8 years ago
Alternatives and similar repositories for reinforcepy:
Users that are interested in reinforcepy are comparing it to the libraries listed below
- reinfore learning tool box, contains trpo, a3c algorithm for continous action space☆42Updated 7 years ago
- Playing Atari games with TensorFlow implementation of Asynchronous Deep Q-Learning☆42Updated 6 years ago
- reinforcement learning. policy gradient. PCL☆37Updated 8 years ago
- An implementation of Deep Reinforcement Learning / Deep Q-Networks for Atari games in TensorFlow☆74Updated 8 years ago
- Keras implementation of DQN on ViZDoom environment☆54Updated 8 years ago
- TensorFlow implementation of Value Iteration Networks (VIN): Clean, Simple and Modular☆52Updated 8 years ago
- ☆30Updated 8 years ago
- Using a paper from Google DeepMind I've developed a new version of the DQN using threads exploration instead of memory replay as explain …☆84Updated 9 years ago
- Universal library for deep reinforcement learning.☆38Updated 9 years ago
- Distributed Tensorflow Implementation of Asynchronous Methods for Deep Reinforcement Learning☆29Updated 7 years ago
- Torch implementation of "Deep Exploration via Bootstrapped DQN"☆42Updated 9 years ago
- A TensorFlow implementation of DeepMind's A Distributional Perspective on Reinforcement Learning.(C51-DQN)☆56Updated 7 years ago
- This is the implementation of paper Model Free Episodic Control☆35Updated 5 years ago
- Reinforcement Learning framework to facilitate development and use of scalable RL algorithms and applications