#146 · Primary category: Education & Research
cleanrl
High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
Project last updated:04/20/26
GitHub Stars
10.3K
Forks
1.2K
Contributors
45
License
Other
Why we included this project
CleanRL is the rare RL library that prioritizes readability over abstraction. Every algorithm variant, including PPO, DQN, SAC, TD3, C51, and PPG, lives in a single standalone Python file, so you can trace the whole implementation without digging through subclass hierarchies. That makes it a strong reference for anyone learning deep reinforcement learning and a convenient base for prototyping custom research ideas. It also includes the practical scaffolding researchers expect, such as seeding for reproducible runs, TensorBoard and Weights & Biases logging, gameplay video capture, and published benchmark results across dozens of environments. Just know it is not built to be imported as a dependency; treat it as a study guide and experimentation kit.
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