#690 · Primary category: Education & Research
Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Project last updated:03/24/23
GitHub Stars
4.7K
Forks
895
Contributors
3
License
MIT
Why we included this project
Getting from theory to working code in deep reinforcement learning usually means juggling a dozen different implementations. This repository shortens that step. It covers the classic algorithms, DQN, policy gradient, actor-critic, A2C/A3C, DDPG, TRPO, PPO, SAC, and TD3, each as a self-contained PyTorch script you can run against standard Gym environments like CartPole, MountainCar, Pendulum, and BipedalWalker. The author's stated goal is clear, readable code for learning, and the structure follows that: each chapter pairs an implementation with the original paper and practical notes, such as why a sparse-reward task like MountainCar behaves the way it does. That makes it a useful study aid for anyone who wants to compare how these algorithms are actually coded rather than just read about them. It is not a maintained production library, so treat it as a learning reference and a starting point for your own experiments rather than something to drop straight into a service.
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