Variation of "Asynchronous Methods for Deep Reinforcement Learning" with multiple processes generating experience for agent (Keras + Theano + OpenAI Gym)[1-step Q-learning, n-step Q-learning, A3C]
☆44Feb 27, 2018Updated 8 years ago
Alternatives and similar repositories for async-rl
Users that are interested in async-rl are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Asynchronous Advantage Actor Critic☆20Aug 15, 2016Updated 9 years ago
- A3C tensorflow implementation☆11Jul 22, 2018Updated 7 years ago
- Implementation for ACER in tensorflow and sonnet by deepmind☆11Aug 28, 2017Updated 8 years ago
- Using Pilco algorithm to find a controller for few robotic problems☆44Jul 31, 2015Updated 10 years ago
- PyOblige is Python wrapper for OBLIGE - random level generator for Doom☆11Jul 2, 2018Updated 7 years ago
- Model-Free Episodic Control☆14Jan 12, 2017Updated 9 years ago
- Duel_DDQN (Dueling Network Architectures + Double DQN) using Keras☆31Jun 26, 2016Updated 9 years ago
- Asynchronous Methods for Deep Reinforcement Learning