dxyang / DQN_pytorchView external linksLinks
Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch
☆555May 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)☆427Nov 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 5 years ago
- PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....☆4,571Mar 24, 2023Updated 2 years ago
- Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.☆71May 30, 2025Updated 8 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,159Nov 4, 2021Updated 4 years ago
- Modularized Implementation of Deep RL Algorithms in PyTorch☆3,406Apr 16, 2024Updated last year
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆693Dec 18, 2025Updated last month
- 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☆114Jan 15, 2019Updated 7 years ago
- PyTorch implementation of soft actor critic☆935Jul 17, 2025Updated 6 months ago
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆612Nov 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☆75Jun 9, 2021Updated 4 years ago
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".☆1,314Sep 25, 2019Updated 6 years ago
- Author's PyTorch implementation of TD3 for OpenAI gym tasks☆2,032Jul 14, 2023Updated 2 years ago
- Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch☆629Aug 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,922Jul 25, 2024Updated last year
- Pytorch implementation of the MARL algorithm, MADDPG, which correspondings to the paper "Multi-Agent Actor-Critic for Mixed Cooperative-C…☆670Jul 16, 2022Updated 3 years ago
- PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.