PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.
☆1,272Feb 9, 2021Updated 5 years ago
Alternatives and similar repositories for PyTorch-RL
Users that are interested in PyTorch-RL are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinfor…☆3,875May 29, 2022Updated 3 years ago
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆773Dec 22, 2023Updated 2 years ago
- PyTorch implementation of Trust Region Policy Optimization☆450Sep 13, 2018Updated 7 years ago
- Modularized Implementation of Deep RL Algorithms in PyTorch☆3,407Apr 16, 2024Updated last year
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆692Dec 18, 2025Updated 2 months ago
- Collection of reinforcement learning algorithms☆2,867Jun 17, 2024Updated last year
- PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT…☆1,335Mar 13, 2025Updated 11 months ago
- PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....☆4,576Mar 24, 2023Updated 2 years ago
- Reinforcement Learning in PyTorch☆2,275Jan 4, 2021Updated 5 years ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆785May 29, 2022Updated 3 years ago
- Imitation learning algorithms☆561Mar 22, 2025Updated 11 months ago
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,082May 19, 2021Updated 4 years ago
- Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official imp…☆1,405Nov 29, 2023Updated 2 years ago
- PyTorch implementation of Deterministic Generative Adversarial Imitation Learning (GAIL) for Off Policy learning☆67Dec 30, 2019Updated 6 years ago
- PyTorch implementation of deep reinforcement learning algorithms☆491Nov 19, 2021Updated 4 years ago
- Implementation of Inverse Reinforcement Learning (IRL) algorithms in Python/Tensorflow. Deep MaxEnt, MaxEnt, LPIRL☆664May 10, 2024Updated last year
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆611Nov 11, 2017Updated 8 years ago
- Implementations of selected inverse reinforcement learning algorithms.☆1,064Oct 21, 2022Updated 3 years ago
- PyTorch implementation of soft actor critic☆936Jul 17, 2025Updated 7 months ago
- RL starter files in order to immediately train, visualize and evaluate an agent without writing any line of code☆717May 12, 2024Updated last year
- Author's PyTorch implementation of TD3 for OpenAI gym tasks☆2,033Jul 14, 2023Updated 2 years ago
- PyTorch implementation of GAIL and AIRL based on PPO.☆241Nov 22, 2020Updated 5 years ago
- Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL☆3,161Nov 4, 2021Updated 4 years ago
- Deep Reinforcement Learning with pytorch & visdom☆804Jul 16, 2020Updated 5 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆231Jul 10, 2022Updated 3 years ago
- PyTorch implementations of deep reinforcement learning algorithms and environments☆5,925Jul 25, 2024Updated last year
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆733Apr 12, 2023Updated 2 years ago
- Reinforcement Learning with Model-Agnostic Meta-Learning in Pytorch☆876Dec 27, 2022Updated 3 years ago
- Policy Gradient algorithms (REINFORCE, NPG, TRPO, PPO)☆372Aug 1, 2019Updated 6 years ago
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".☆1,316Sep 25, 2019Updated 6 years ago
- Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)☆3,150Apr 22, 2023Updated 2 years ago
- Fault-tolerant, highly scalable GPU orchestration, and a machine learning framework designed for training models with billions to trillio…☆3,550May 25, 2024Updated last year
- Rainbow: Combining Improvements in Deep Reinforcement Learning☆1,660Jan 13, 2022Updated 4 years ago
- Code for the paper "Generative Adversarial Imitation Learning"☆730Nov 22, 2018Updated 7 years ago
- Soft Actor-Critic☆1,220Nov 29, 2023Updated 2 years ago
- Structural implementation of RL key algorithms☆516Apr 8, 2023Updated 2 years ago
- OpenAI Baselines: high-quality implementations of reinforcement learning algorithms☆16,650Aug 1, 2024Updated last year
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆531Nov 22, 2022Updated 3 years ago
- Policy Gradient is all you need! A step-by-step tutorial for well-known PG methods.☆997May 30, 2025Updated 9 months ago