Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch
☆556May 12, 2018Updated 7 years ago
Alternatives and similar repositories for DQN_pytorch
Users that are interested in DQN_pytorch are comparing it to the libraries listed below
Sorting:
- Deep Q-Learning Network in pytorch (not actively maintained)☆428Nov 1, 2017Updated 8 years ago
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆319Mar 9, 2020Updated 6 years ago
- PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....☆4,585Mar 24, 2023Updated 2 years ago
- Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.☆71May 30, 2025Updated 9 months ago
- Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning☆2,578Apr 18, 2019Updated 6 years ago
- Deep Reinforcement Learning with DQN, Double DQN, Dueling DQN, Noisy Net (Noisy DQN), and DQN with Prioritized Experience Replay☆100Jun 28, 2020Updated 5 years ago
- Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL☆3,164Nov 4, 2021Updated 4 years ago
- Modularized Implementation of Deep RL Algorithms in PyTorch☆3,413Apr 16, 2024Updated last year
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆692Dec 18, 2025Updated 2 months ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆231Jul 10, 2022Updated 3 years ago
- DQN to play Atari Pong☆113Jan 15, 2019Updated 7 years ago
- PyTorch implementation of soft actor critic☆938Jul 17, 2025Updated 7 months ago
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆611Nov 11, 2017Updated 8 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆215Mar 15, 2023Updated 2 years ago
- PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Lear…☆1,273Feb 9, 2021Updated 5 years ago
- Revisiting Rainbow☆76Jun 9, 2021Updated 4 years ago
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".☆1,316Sep 25, 2019Updated 6 years ago
- Author's PyTorch implementation of TD3 for OpenAI gym tasks☆2,037Jul 14, 2023Updated 2 years ago
- Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch☆630Aug 13, 2018Updated 7 years ago
- Lua/Torch implementation of DQN (Nature, 2015)☆627Apr 6, 2017Updated 8 years ago
- PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinfor…☆3,876May 29, 2022Updated 3 years ago
- Rainbow: Combining Improvements in Deep Reinforcement Learning☆1,660Jan 13, 2022Updated 4 years ago
- PyTorch implementations of deep reinforcement learning algorithms and environments☆5,924Jul 25, 2024Updated last year
- Pytorch implementation of the MARL algorithm, MADDPG, which correspondings to the paper "Multi-Agent Actor-Critic for Mixed Cooperative-C…☆675Jul 16, 2022Updated 3 years ago
- PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.☆421Mar 17, 2021Updated 4 years ago
- PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT…☆1,332Mar 13, 2025Updated 11 months ago
- Collection of reinforcement learning algorithms☆2,873Jun 17, 2024Updated last year
- Implementing DQNClipped and DQNReg Algorithms☆10Mar 2, 2021Updated 5 years ago
- Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout☆96Jun 22, 2018Updated 7 years ago
- Simple A3C implementation with pytorch + multiprocessing☆656Mar 10, 2023Updated 2 years ago
- Tensorflow + OpenAI Gym implementation of Deep Q-Network (DQN), Double DQN (DDQN), Dueling Network and Deep Deterministic Policy Gradient…☆79Feb 14, 2017Updated 9 years ago
- Inverse Reinforcement learning proof-of-concept using the Guided Cost/Reward Learning approach☆10Mar 23, 2020Updated 5 years ago
- A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)☆690Jun 5, 2018Updated 7 years ago
- Implementation of PPO in Pytorch☆41Dec 6, 2017Updated 8 years ago
- RL starter files in order to immediately train, visualize and evaluate an agent without writing any line of code☆719May 12, 2024Updated last year
- Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)☆551May 25, 2020Updated 5 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆358Feb 3, 2020Updated 6 years ago
- Rainbow is all you need! A step-by-step tutorial from DQN to Rainbow☆2,006Sep 26, 2025Updated 5 months ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆788May 29, 2022Updated 3 years ago