#742 · Primary category: Education & Research
pytorch-a2c-ppo-acktr-gail
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
Project last updated:05/29/22
GitHub Stars
3.9K
Forks
840
Contributors
31
License
MIT
Why we included this project
This repo is the reference implementation people point to when they start learning deep reinforcement learning. It covers the four policy-gradient algorithms most newcomers meet first, A2C, PPO, ACKTR, and GAIL, and each one is laid out plainly enough to read like a worked example rather than a framework you have to dig through. Tracing through the code is a good way to see how an advantage estimator slots into a policy update, how PPO keeps its updates from going too far, or how GAIL learns from demonstrations, all of which are easy to lose in the math. It also ships with tuned hyperparameters and Gym adapters for Atari, MuJoCo, PyBullet, and the DeepMind Control Suite, so you can run experiments quickly. One caveat: the author now steers people toward a newer JAX-based RL repository, so treat this as a learning and prototyping resource rather than something to drop into production.
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