Meredevs / DQN_PongLinks
My implementation of a deep q learning network learning to play pong.
☆10Updated 4 years ago
Alternatives and similar repositories for DQN_Pong
Users that are interested in DQN_Pong are comparing it to the libraries listed below
Sorting:
- SARSA, Q-Learning, Expected SARSA, SARSA(λ) and Double Q-learning Implementation and Analysis☆29Updated 6 years ago
- This project explores a deep reinforcement learning technique to train an agent to play atari pong game from OpenAI Gym. OpenAI Gym is a …☆10Updated 7 years ago
- Implementation of Dueling Network Architectures for Deep Reinforcement Learning paper with Pytorch☆10Updated 4 years ago
- Teaching the Donkey car to drive a track in the simulator using State Representation Learning and different Reinforcement Learning Algori…☆10Updated 3 years ago
- Adaptation of DQN, DDQN and COMA for multi-agent Gym environments☆12Updated last year
- Open AI Gym - Pendulum-v1 reinforcement learning (DQN, SAC)☆19Updated last year
- An attempt at recreating DeepMind's implementation of Deep Q Learning on Atari Breakout using PyTorch☆12Updated 5 years ago
- Working examples of Deep Q Network of Reinforcement Learning☆13Updated 5 years ago
- Implementation of the CartPole from OpenAI's Gym using only visual input for Reinforcement Learning control with DQN☆16Updated 4 years ago
- 📖 Paper: Human-level control through deep reinforcement learning 🕹️☆51Updated last year
- Keras implementation of DQN for the MsPacman-v0 OpenAI Gym environment.☆37Updated 2 years ago
- All the source codes and lectures of reinforcement learning.☆32Updated 5 years ago
- This is a repository of DQN and its variants implementation in PyTorch based on the original papar.☆13Updated 5 years ago
- A DQN implementation using Keras and Tensorflow