dongminlee94 / deep_rlLinks
PyTorch implementation of deep reinforcement learning algorithms
☆491Updated 4 years ago
Alternatives and similar repositories for deep_rl
Users that are interested in deep_rl are comparing it to the libraries listed below
Sorting:
- DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DD…☆347Updated 2 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆359Updated 6 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆231Updated 3 years ago
- A pytorch tutorial for DRL(Deep Reinforcement Learning)☆224Updated 2 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆692Updated last month
- Reinforcement Learning Algorithms Based on PyTorch☆452Updated 4 years ago
- Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...☆420Updated 4 years ago
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆772Updated 2 years ago
- List of competitions related to Reinforcement Learning☆349Updated 2 years ago
- 🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2☆606Updated 3 years ago
- Policy Gradient algorithms (REINFORCE, NPG, TRPO, PPO)☆372Updated 6 years ago
- TensorFlow2 Reinforcement Learning☆476Updated 3 years ago
- Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]☆315Updated 3 years ago
- Hello, I pushed some python environments for Multi Agent Reinforcement Learning.☆741Updated 3 years ago
- Implementation of benchmark RL algorithms☆472Updated 3 years ago
- PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Lear…☆1,273Updated 5 years ago
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,082Updated 4 years ago
- Simple A3C implementation with pytorch + multiprocessing☆660Updated 2 years ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆785Updated 3 years ago
- Structural implementation of RL key algorithms☆516Updated 2 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆301Updated last year
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆612Updated 8 years ago
- Simple Cartpole example writed with pytorch.☆169Updated 6 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆178Updated 3 years ago
- PyTorch implementation of SAC-Discrete.☆314Updated last year
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆335Updated 4 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆215Updated 2 years ago
- PyTorch implementation of soft actor critic☆933Updated 6 months ago
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆733Updated 2 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆294Updated 4 years ago