artem-oppermann / Deep-Reinforcement-LearningLinks
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:
- An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.☆72Updated 4 years ago
- Examples of published reinforcement learning algorithms in recent literature implemented in TensorFlow☆103Updated 4 years ago
- A3C-LSTM algorithm tested on CartPole OpenAI Gym environment☆48Updated 7 years ago
- DQN, DDDQN, A3C, PPO, Curiosity applied to the game DOOM☆87Updated 4 years ago
- Reinforcement Learning using Policy Gradient to solve OpenAI Gym games☆113Updated 7 years ago
- This is the code for "Actor Critic Algorithms" by Siraj Raval on Youtube☆75Updated 7 years ago
- Coding Demos from the School of AI's Move37 Course☆184Updated 6 years ago
- Keras and OpenAI Gym implementation of the Deep Q-learning algorithm to play Atari games.☆50Updated 7 years ago
- Implementation of Deep/Double Deep/Dueling Deep Q networks for playing Atari games using Keras and OpenAI gym☆40Updated 6 years ago
- MLP-framework (pure numpy) and DDQN-framework for OpenAI's Gym games. +test code for PPO added. +Hindsight Experience Replay(HER) bitfli…☆20Updated 7 years ago
- My implementation of the Proximal Policy Optisation algorithm using Keras as a backend☆88Updated 5 years ago
- Deep Recurrent Q-Learning vs Deep Q Learning on a simple Partially Observable Markov Decision Process with Minecraft☆50Updated 6 years ago
- Train a tic-tac-toe agent using reinforcement learning.☆63Updated 4 years ago
- This is an implementation of Deep Q Learning (DQN) playing Breakout from OpenAI's gym with Keras.☆30Updated 7 years ago
- Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advanta…☆187Updated 10 months ago
- ☆15Updated 5 years ago
- Unofficial Implementation of GAN Q Learning https://arxiv.org/abs/1805.04874☆47Updated 4 years ago
- Evolving deep neural network agents using Genetic Algorithms☆67Updated 6 years ago
- ☆82Updated 6 years ago
- 💥💥 This is a easy installable extension for OpenAi Gym Environment. This simulates SpaceX Falcon landing.☆57Updated 6 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆175Updated 2 years ago
- PPO implementation for OpenAI gym environment based on Unity ML Agents☆149Updated 7 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆300Updated last year
- TF2 Implementation of the Soft Actor-Critic Algorithm☆43Updated 2 years ago
- Deep reinforcement learning baselines base on OpenAI. More algorithms are included, such as Rainbow: Combining Improvements in Deep Rei…☆35Updated 6 years ago
- 🕹️ Flappy Bird hack using Deep Reinforcement Learning with Double Q-learning☆18Updated 3 years ago
- Clone of OpenAI's Spinning Up in PyTorch☆148Updated 3 years ago
- Code repository for my course on the fundamentals of reinforcement learning☆94Updated 6 years ago
- NeurIPS 2019: DQN(λ) = Deep Q-Network + λ-returns.☆23Updated last year
- Implementation of Double Deep Q Networks and Dueling Q Networks using Keras on Space Invaders using OpenAI Gym. Code can be easily genera…☆38Updated 7 years ago