DavidSanwald / DDQN
Deep Double Q-Learning implementation introduced by Hasselt et al in this paper: https://arxiv.org/abs/1509.06461. It's interfacing with openAI Gym. WIP.
☆29Updated 8 years ago
Alternatives and similar repositories for DDQN:
Users that are interested in DDQN are comparing it to the libraries listed below
- Duel_DDQN (Dueling Network Architectures + Double DQN) using Keras☆31Updated 8 years ago
- Advantage async actor-critic Algorithms (A3C) and Progressive Neural Network implemented by tensorflow.☆120Updated 8 years ago
- Exploration Strategies for Deep Reinforcement Learning☆39Updated 6 years ago
- Tensorflow implementation of A3C algorithm☆47Updated 7 years ago
- Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.☆150Updated last year
- A TensorFlow based implementation of the DeepMind Atari playing "Deep Q Learning" agent that works reasonably well☆92Updated 7 years ago
- Noisy Networks for Exploration☆186Updated 7 years ago
- Feature Control as Intrinsic Motivation for Hierarchical Reinforcement Learning☆80Updated 7 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
- ☆117Updated 4 years ago
- Deep reinforcement learning using an asynchronous advantage actor-critic (A3C) model.☆66Updated 7 years ago
- An implementation of Deep Q-Network using Caffe☆70Updated 9 years ago
- Variation of "Asynchronous Methods for Deep Reinforcement Learning" with multiple processes generating experience for agent (Keras + Thea…☆44Updated 7 years ago
- Reinforcement learning models in ViZDoom environment☆133Updated 3 years ago
- Keras implementation of DQN on ViZDoom environment☆53Updated 8 years ago
- Combining deep learning and reinforcement learning.☆80Updated 3 years ago
- Reinforcement learning benchmarking.☆40Updated 6 years ago
- implement of prioritized experience replay☆160Updated 6 years ago
- Implementations of deep RL papers and random experimentation☆176Updated 6 years ago
- Distributed implementation of popular evolutionary methods☆64Updated 7 years ago
- Code base for solving Markov Decision Processes and Reinforcement Learning problems using Recurrent Convolutional Neural Networks.☆69Updated 7 years ago
- Deep Attention Recurrent Q-Network☆115Updated 9 years ago
- An implementation of the A3C deep reinforcement learning method using a LSTM layer. Created with Tensorflow.☆29Updated 7 years ago
- Actor-critic with experience replay☆252Updated 2 years ago
- Helpful files for Visual Doom AI Competition 2017☆44Updated 6 years ago
- "Continuous Deep Q-Learning with Model-based Acceleration" in TensorFlow☆192Updated 6 years ago
- Codes of our team for the OpenAI Retro Contest of reinforcement learning☆99Updated 6 years ago
- Distributed Tensorflow Implementation of Asynchronous Methods for Deep Reinforcement Learning☆29Updated 7 years ago
- A PyTorch implementation of Rainbow DQN agent☆170Updated 6 years ago
- Yet another prioritized experience replay buffer implementation.☆48Updated 2 years ago