artem-oppermann / Deep-Reinforcement-Learning
A collection of several Deep Reinforcement Learning techniques (Deep Q Learning, Policy Gradients, ...), gets updated over time.
☆37Updated 5 years ago
Alternatives and similar repositories for Deep-Reinforcement-Learning
Users that are interested in Deep-Reinforcement-Learning are comparing it to the libraries listed below
Sorting:
- This is the code for "Actor Critic Algorithms" by Siraj Raval on Youtube☆75Updated 7 years ago
- Unofficial Implementation of GAN Q Learning https://arxiv.org/abs/1805.04874☆47Updated 4 years ago
- A3C-LSTM algorithm tested on CartPole OpenAI Gym environment☆48Updated 6 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆175Updated 2 years ago
- Evolving deep neural network agents using Genetic Algorithms☆67Updated 6 years ago
- A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow☆180Updated 6 years ago
- DQN, DDDQN, A3C, PPO, Curiosity applied to the game DOOM☆85Updated 4 years ago
- Simple implementation of Policy Gradient (PG)/ Actor-Critic with keras☆29Updated 7 years ago
- ☆27Updated 3 years ago
- C51-DDQN in Keras☆126Updated 7 years ago
- An implementation of the A3C deep reinforcement learning method using a LSTM layer. Created with Tensorflow.☆29Updated 7 years ago
- ☆15Updated 5 years ago
- Project 3 of Udacity's Deep Reinforcement Learning nanodegree program.☆45Updated 6 years ago
- Tensorflow implementation of the asynchronous advantage actor-critic (a3c) reinforcement learning algorithm for continuous action space☆46Updated 7 years ago
- TensorFlow implementation of asynchronous advantage actor-critic (A3C)☆39Updated 3 years ago
- research and implementations of Deep RL agents and their applications☆50Updated 2 weeks ago
- Deep Q Learning via Pytorch☆86Updated 7 years ago
- Using the deep reinforcement learning algorithm A3C to train my agent to play the Atari game Breakout!☆32Updated 6 years ago
- An AI agent Learning to play Flappy Bird using Evolution Strategies and deep learning models.☆46Updated 4 years ago
- Deep Recurrent Q-Learning vs Deep Q Learning on a simple Partially Observable Markov Decision Process with Minecraft☆50Updated 6 years ago
- RainBow, Tensorflow☆49Updated 7 years ago
- Code for "Spinning Up a Pong AI With Deep RL" on FloydHub.☆54Updated 6 years ago
- Coding Demos from the School of AI's Move37 Course☆184Updated 6 years ago
- TF2 Implementation of the Soft Actor-Critic Algorithm☆44Updated 2 years ago
- My implementation of the Proximal Policy Optisation algorithm using Keras as a backend☆88Updated 5 years ago
- PPO implementation for OpenAI gym environment based on Unity ML Agents☆149Updated 7 years ago
- Examples of published reinforcement learning algorithms in recent literature implemented in TensorFlow☆103Updated 4 years ago
- AI learning to walk in gym's BipedalWalker environment.