shagunm1210 / Playing-Breakout-with-A3C-algorithimLinks
Using the deep reinforcement learning algorithm A3C to train my agent to play the Atari game Breakout!
☆32Updated 7 years ago
Alternatives and similar repositories for Playing-Breakout-with-A3C-algorithim
Users that are interested in Playing-Breakout-with-A3C-algorithim are comparing it to the libraries listed below
Sorting:
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆175Updated 2 years ago
- ☆184Updated 3 years ago
- (AAAI 2018) Action Branching Architectures for Deep Reinforcement Learning☆117Updated 2 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆299Updated last year
- Implementation of the algorithm in Python 3, TensorFlow and OpenAI Gym☆178Updated 7 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆352Updated 5 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆121Updated 4 years ago
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆308Updated 5 years ago
- PyTorch implementation of SAC-Discrete.☆310Updated last year
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆326Updated 3 years ago
- Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout☆98Updated 7 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆214Updated 2 years ago
- Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)☆548Updated 5 years ago
- Tensorflow implementation of Deepminds dqn with double dueling networks☆216Updated 5 years ago
- Reinforcement Learning Algorithms Based on PyTorch☆448Updated 4 years ago
- TensorFlow 2.0 for Deep Reinforcement Learning.☆88Updated 2 years ago
- Mean Field Multi-Agent Reinforcement Learning☆406Updated 5 years ago
- Coding Demos from the School of AI's Move37 Course☆183Updated 6 years ago
- Codebase for Evolutionary Reinforcement Learning (ERL) from the paper "Evolution-Guided Policy Gradients in Reinforcement Learning" publi…☆241Updated 5 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆186Updated last year
- ☆426Updated 2 years ago
- Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment☆106Updated 6 years ago
- Solving OpenAI Gym problems.☆187Updated 4 years ago
- Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]☆315Updated 3 years ago
- 🐳 Implementation of various Distributional Reinforcement Learning Algorithms using TensorFlow2.