Rafael1s / Deep-Reinforcement-Learning-Algorithms
32 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
☆702Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for Deep-Reinforcement-Learning-Algorithms
- PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT…☆1,120Updated 11 months ago
- Hello, I pushed some python environments for Multi Agent Reinforcement Learning.☆668Updated 2 years ago
- This is the official implementation of Multi-Agent PPO (MAPPO).☆1,310Updated 3 months ago
- Pytorch implementation of the MARL algorithm, MADDPG, which correspondings to the paper "Multi-Agent Actor-Critic for Mixed Cooperative-C…☆537Updated 2 years ago
- PyTorch implementation of soft actor critic☆814Updated 3 years ago
- Author's PyTorch implementation of TD3 for OpenAI gym tasks☆1,707Updated last year
- Implementations of IQL, QMIX, VDN, COMA, QTRAN, MAVEN, CommNet, DyMA-CL, and G2ANet on SMAC, the decentralised micromanagement scenario…☆1,459Updated 2 years ago
- PyTorch Implementation of MADDPG (Lowe et. al. 2017)☆573Updated 4 years ago
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆665Updated last year
- Python Multi-Agent Reinforcement Learning framework☆1,875Updated last year
- SMAC: The StarCraft Multi-Agent Challenge☆1,103Updated 8 months ago
- The source code for the blog post The 37 Implementation Details of Proximal Policy Optimization☆642Updated 7 months ago
- An extension of the PyMARL codebase that includes additional algorithms and environment support☆508Updated last month
- Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.☆1,070Updated last year
- Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official imp…☆1,216Updated 11 months ago
- DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DD…☆322Updated last year
- A Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm☆298Updated 3 years ago
- Policy Gradient is all you need! A step-by-step tutorial for well-known PG methods.☆860Updated 3 months ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆671Updated 2 years ago
- Multi-Agent Reinforcement Learning (MARL) papers with code☆311Updated 2 years ago
- Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]☆300Updated 2 years ago
- Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch☆1,709Updated 4 months ago
- Implementation of benchmark RL algorithms☆459Updated 2 years ago
- Deep Q-learning (DQN) for Multi-agent Reinforcement Learning (RL)☆314Updated 4 years ago
- Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019☆615Updated last year
- A collection of reference environments for offline reinforcement learning☆1,334Updated this week
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆273Updated 4 years ago
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆526Updated 6 years ago
- Reinforcement Learning Algorithms Based on PyTorch☆448Updated 3 years ago
- Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math☆346Updated 3 years ago