Rafael1s / Deep-Reinforcement-Learning-AlgorithmsLinks
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.
☆932Updated 4 years ago
Alternatives and similar repositories for Deep-Reinforcement-Learning-Algorithms
Users that are interested in Deep-Reinforcement-Learning-Algorithms are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT…☆1,274Updated 5 months ago
- Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math☆433Updated 4 years ago
- Reinforcement learning tutorials☆387Updated 2 years ago
- Deep-Reinforcement-Learning-Hands-On-Second-Edition, published by Packt☆1,237Updated last year
- Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019☆702Updated 2 years ago
- Repository for most of the code from my YouTube channel☆921Updated 2 years ago
- ☆418Updated 2 years ago
- Hello, I pushed some python environments for Multi Agent Reinforcement Learning.☆721Updated 3 years ago
- A curated list of awesome Deep Reinforcement Learning resources.☆803Updated last month
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,079Updated 4 years ago
- Implementations of IQL, QMIX, VDN, COMA, QTRAN, MAVEN, CommNet, DyMA-CL, and G2ANet on SMAC, the decentralised micromanagement scenario…☆1,622Updated 2 years ago
- Author's PyTorch implementation of TD3 for OpenAI gym tasks☆1,935Updated 2 years ago
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆306Updated 5 years ago
- DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DD…☆340Updated 2 years ago
- Code from the Deep Reinforcement Learning in Action book from Manning, Inc☆803Updated last year
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆762Updated last year
- A simple and well styled PPO implementation. Based on my Medium series: https://medium.com/@eyyu/coding-ppo-from-scratch-with-pytorch-par…☆1,075Updated 10 months ago
- PyTorch implementation of soft actor critic☆902Updated last month
- Pytorch implementation of the MARL algorithm, MADDPG, which correspondings to the paper "Multi-Agent Actor-Critic for Mixed Cooperative-C…☆644Updated 3 years ago
- Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch☆531Updated 7 years ago
- PyTorch implementation of deep reinforcement learning algorithms☆495Updated 3 years ago
- Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approxi…☆760Updated 6 years ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆761Updated 3 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆682Updated 4 years ago
- Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]☆313Updated 2 years ago
- Reinforcement Learning Algorithms Based on PyTorch☆447Updated 3 years ago
- Related papers for reinforcement learning, including classic papers and latest papers in top conferences☆463Updated 5 months ago
- Notes and exercise solutions for second edition of Sutton & Barto's book☆395Updated 2 years ago
- Python Multi-Agent Reinforcement Learning framework☆2,069Updated 2 years ago
- Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official imp…☆1,332Updated last year