mmuppidi / DQN-Atari-PongLinks
This project explores a deep reinforcement learning technique to train an agent to play atari pong game from OpenAI Gym. OpenAI Gym is a toolkit to develop and compare reinforcement learning algorithms. The learning agent takes raw pixels from the atari emulator and predicts an action that is fed back into the emulator via OpenAI interface. The …
☆10Updated 7 years ago
Alternatives and similar repositories for DQN-Atari-Pong
Users that are interested in DQN-Atari-Pong are comparing it to the libraries listed below
Sorting:
- Reinforcement Learning algorithms SARSA, Q-Learning, DQN, for Classical and MuJoCo Environments and testing them with OpenAI Gym.☆7Updated 7 years ago
- Utilizes Q-learning, DQN, and TD3 reinforcement learning algorithms to teach BipedalWalker to walk☆9Updated 4 years ago
- A DQN implementation using Keras and Tensorflow☆12Updated 6 years ago
- A PyTorch Implementation for Deep Q Network☆7Updated 7 years ago
- [ICML 2024 Oral] Consistent Adversarial Robust Deep Q Networks (CAR-DQN)☆14Updated 5 months ago
- Adaptation of DQN, DDQN and COMA for multi-agent Gym environments☆12Updated last year
- My implementation of a deep q learning network learning to play pong.☆9Updated 4 years ago
- A PyTorch implementation of deep Q-learning for Atari games☆14Updated 6 years ago
- DQN based RL agent for Mountain Car☆13Updated 8 years ago
- DQN with freezing target network in tensorflow on pygame FlappyBird☆11Updated 6 years ago
- Implementation of Dueling Network Architectures for Deep Reinforcement Learning paper with Pytorch☆10Updated 4 years ago
- Towards Better Interpretability in Deep Q-Networks (Codebase)☆9Updated 5 years ago
- This is a repository of DQN and its variants implementation in PyTorch based on the original papar.☆13Updated 5 years ago
- This is pytorch implmentation project of Bootsrapped DQN☆12Updated 4 years ago
- ☆15Updated 4 years ago
- a Federated Learning Framework adapted for resource-constrained environments, focusing on IoT devices☆10Updated 3 months ago
- Asynchronous implementation of DQN algorithm in PyTorch☆8Updated 5 years ago
- ☆11Updated 3 years ago
- Deep Q-Network (DQN) to play classic Atari Games☆11Updated 7 years ago
- Implementations for solutions to programming exercises of Reinforcement Learning: An Introduction, Second Edition (Sutton & Barto)☆33Updated 3 years ago
- OpenAI MountainCar-v0 DeepRL-based solutions (DQN, DuelingDQN, D3QN)☆25Updated 3 years ago
- ☆12Updated 3 years ago
- RL Agent for Atari Game Pong☆12Updated 5 years ago
- This is a DQN-based recommendation system for item-list recommendation and it finally achieved second place in the competition of RL-base…☆11Updated 3 years ago
- 🕹️ Flappy Bird hack using Deep Reinforcement Learning with Double Q-learning☆18Updated 3 years ago
- This repository contains a python implementation of a Deep Q-Network (DQN) for Atari gameplay using tensorflow.☆6Updated 6 years ago
- ☆19Updated 6 years ago
- Implementations of Coursera Reinforcement Learning Specialization☆46Updated 5 years ago
- Jupyter notebook containing a solution to Sutton and Barto's gridworld problem with both a random agent and a Q-learning agent.☆33Updated 7 years ago
- DQN, Reinforce, A2C (Reference: https://github.com/pytorch)☆8Updated 7 years ago