Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.
☆1,486Mar 29, 2023Updated 3 years ago
Alternatives and similar repositories for DRL-code-pytorch
Users that are interested in DRL-code-pytorch are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Concise pytorch implements of MARL algorithms, including MAPPO, MADDPG, MATD3, QMIX and VDN.☆741Oct 13, 2022Updated 3 years ago
- PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....☆4,651Mar 24, 2023Updated 3 years ago
- The source code for the blog post The 37 Implementation Details of Proximal Policy Optimization☆949Mar 23, 2024Updated 2 years ago
- Clean, Robust, and Unified PyTorch implementation of popular Deep Reinforcement Learning (DRL) algorithms (Q-learning, Duel DDQN, PER, C5…☆3,428Jun 11, 2025Updated last year
- Lightweight version of MAPPO to help you quickly migrate to your local environment.☆876May 12, 2026Updated 3 months ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Massively Parallel Deep Reinforcement Learning. 🔥☆4,353Feb 20, 2026Updated 5 months ago
- This is the official implementation of Multi-Agent PPO (MAPPO).☆2,081Jul 18, 2024Updated 2 years ago
- DRLib:a Concise Deep Reinforcement Learning Library, Integrating HER, PER and D2SR for Almost Off-Policy RL Algorithms.☆563Apr 2, 2024Updated 2 years ago
- Implementations of MAPPO and IPPO on SMAC, the multi-agent StarCraft environment.☆80Mar 25, 2022Updated 4 years ago
- Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch☆2,375Jul 9, 2024Updated 2 years ago
- RL algorithms☆141Mar 7, 2021Updated 5 years ago
- PPO x Family DRL Tutorial Course(决策智能入门级公开课:8节课帮你盘清算法理论,理顺代码逻辑,玩转决策AI应用实践 )☆2,612Mar 13, 2025Updated last year
- High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, T…☆10,282Apr 20, 2026Updated 3 months ago
- DSAC-v2; DSAC-T; DASC; Distributional Soft Actor-Critic☆447Dec 1, 2025Updated 8 months ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Implementations of IQL, QMIX, VDN, COMA, QTRAN, MAVEN, CommNet, DyMA-CL, and G2ANet on SMAC, the decentralised micromanagement scenario…☆1,758Sep 8, 2022Updated 3 years ago
- An elegant PyTorch deep reinforcement learning library.☆10,929Apr 3, 2026Updated 4 months ago
- https://hrl.boyuai.com/☆4,937Nov 22, 2022Updated 3 years ago
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆617Nov 11, 2017Updated 8 years ago
- ☆73May 9, 2024Updated 2 years ago
- Author's PyTorch implementation of TD3 for OpenAI gym tasks☆2,103Jul 14, 2023Updated 3 years ago
- Pytorch implementation of the MARL algorithm, MADDPG, which correspondings to the paper "Multi-Agent Actor-Critic for Mixed Cooperative-C…☆680Jul 16, 2022Updated 4 years ago
- PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT…☆1,360Mar 13, 2025Updated last year
- PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinfor…