TianhongDai / reinforcement-learning-algorithms
This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are still in progress)
☆679Updated 4 years ago
Alternatives and similar repositories for reinforcement-learning-algorithms
Users that are interested in reinforcement-learning-algorithms are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Lear…☆1,198Updated 4 years ago
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,070Updated 3 years ago
- PyTorch implementation of deep reinforcement learning algorithms☆495Updated 3 years ago
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆574Updated 7 years ago
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆750Updated last year
- Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official imp…☆1,295Updated last year
- Simple A3C implementation with pytorch + multiprocessing☆639Updated 2 years ago
- PyTorch implementation of soft actor critic☆875Updated 3 years ago
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆696Updated 2 years ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆739Updated 2 years ago
- Implementation of benchmark RL algorithms☆466Updated 2 years ago
- Author's PyTorch implementation of BCQ for continuous and discrete actions☆628Updated 4 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆339Updated 5 years ago
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".☆1,269Updated 5 years ago
- PyTorch implementation of Trust Region Policy Optimization☆441Updated 6 years ago
- A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.☆1,175Updated 2 years ago
- Hello, I pushed some python environments for Multi Agent Reinforcement Learning.☆707Updated 2 years ago
- Reinforcement Learning Algorithms Based on PyTorch☆449Updated 3 years ago
- PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT…☆1,226Updated 2 months ago
- Soft Actor-Critic☆1,092Updated last year
- Collection of reinforcement learning algorithms☆2,673Updated 10 months ago
- A collection of multi agent environments based on OpenAI gym.☆597Updated 10 months ago
- Implementation of Efficient Off-policy Meta-learning via Probabilistic Context Variables (PEARL)☆489Updated 2 years ago
- A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)☆657Updated 6 years ago
- Policy Gradient algorithms (REINFORCE, NPG, TRPO, PPO)☆369Updated 5 years ago
- Rainbow: Combining Improvements in Deep Reinforcement Learning☆1,625Updated 3 years ago
- PyTorch Implementation of MADDPG (Lowe et. al. 2017)☆625Updated 5 years ago
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆489Updated 2 years ago
- Implementation of Inverse Reinforcement Learning (IRL) algorithms in Python/Tensorflow. Deep MaxEnt, MaxEnt, LPIRL☆628Updated last year
- Structural implementation of RL key algorithms☆513Updated 2 years ago