#517 · Primary category: Education & Research
DRL-Pytorch
Clean, Robust, and Unified PyTorch implementation of popular Deep Reinforcement Learning (DRL) algorithms (Q-learning, Duel DDQN, PER, C51, Noisy DQN, PPO, DDPG, TD3, SAC, ASL)
Project last updated:06/11/25
GitHub Stars
3.4K
Forks
389
Contributors
1
License
Other
Why we included this project
For someone learning deep reinforcement learning, this repository collects the core algorithms into one place with consistent PyTorch code. You get value-based methods like Q-learning, Dueling DDQN, prioritized experience replay, C51 and NoisyNet, alongside policy-gradient approaches like PPO, DDPG, TD3 and SAC, including discrete and continuous action versions where they differ. Each algorithm sits in its own folder and runs with a single main.py, so you can trace how a specific trick such as distributional Q-learning or twin critics changes the training loop. The code links back to the original papers and common learning resources, which makes it useful both as a reference and as a study path when moving from theory to runnable agents. If you are prototyping on gymnasium environments, it is a convenient self-contained base for comparing how these methods behave.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI