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:
- Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch fra…☆138Updated 2 years ago
- A repository for code of reinforcement learning algorithms with PyTorch☆30Updated 3 years ago
- PyTorch implementation of Advantage Actor-Critic (A2C)☆45Updated 7 years ago
- PyTorch implementation of Deterministic Generative Adversarial Imitation Learning (GAIL) for Off Policy learning☆67Updated 5 years ago
- Simple bit flipping with sparse rewards using HER, similarly to the original paper☆39Updated 6 years ago
- Unofficial Implementation of GAN Q Learning https://arxiv.org/abs/1805.04874☆47Updated 4 years ago
- Transfer Learning for Related Reinforcement Learning Tasks via Image-to-Image Translation☆49Updated 5 years ago
- Graph-based Reinforcement Learning☆16Updated 6 years ago
- A PyTorch implementation of Human-Level Control through Deep Reinforcement Learning☆23Updated 8 years ago
- research and implementations of Deep RL agents and their applications☆51Updated 3 weeks ago
- Reinforcement Learning algorithms SARSA, Q-Learning, DQN, for Classical and MuJoCo Environments and testing them with OpenAI Gym.☆7Updated 6 years ago
- Utilizes Q-learning, DQN, and TD3 reinforcement learning algorithms to teach BipedalWalker to walk☆9Updated 4 years ago
- Proximal policy optimization in PyTorch. Easy to read and understand.☆50Updated 4 years ago
- DQN with freezing target network in tensorflow on pygame FlappyBird☆11Updated 6 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆123Updated 4 years ago
- Simple implementation of the model presented in Hierarchical Deep Reinforcement Learning: Integrating Temporal Abstraction and Intrinsic …☆17Updated 6 years ago
- Random Network Distillation(RND) algo in Pytorch☆49Updated 6 years ago
- TF2 Implementation of the Soft Actor-Critic Algorithm☆43Updated 2 years ago
- Implementations of Coursera Reinforcement Learning Specialization☆45Updated 5 years ago
- I have targeted to solve the benchmark problem in Reinforcement learning literature using Deep Q-networks with images as the only input t…☆12Updated 5 years ago
- This is a repository of DQN and its variants implementation in PyTorch based on the original papar.☆13Updated 5 years ago
- The exact codes used by the team "liveinparis" at the kaggle football competition ranked 6th/1141☆57Updated 4 years ago
- Implementation of Dueling Network Architectures for Deep Reinforcement Learning paper with Pytorch☆9Updated 4 years ago
- General implementation of Advantage Actor Critic using Pytorch☆27Updated 3 years ago
- Series of deep reinforcement learning algorithms 🤖☆29Updated 4 years ago
- pytorch, noisy_distributional_double_dueling_PER_RNN_CNN...CartPole-v1 , Acrobot-v1, MountainCar-v0☆15Updated 7 years ago
- Tensorflow Implementation for "Noisy network for exploration"☆32Updated 7 years ago
- Implement some reinforcement learning algorithms, test and visualize on Pacman.☆28Updated 6 years ago
- Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment☆106Updated 6 years ago
- Implementations for solutions to programming exercises of Reinforcement Learning: An Introduction, Second Edition (Sutton & Barto)☆33Updated 3 years ago