dongminlee94 / deep_rlLinks
PyTorch implementation of deep reinforcement learning algorithms
☆493Updated 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:
- Prioritized Experience Replay (PER) implementation in PyTorch☆357Updated 5 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆691Updated 3 weeks ago
- A pytorch tutorial for DRL(Deep Reinforcement Learning)☆223Updated 2 years ago
- DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DD…☆344Updated 2 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆230Updated 3 years ago
- Reinforcement Learning Algorithms Based on PyTorch☆451Updated 4 years ago
- Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...☆420Updated 4 years ago
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,082Updated 4 years ago
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆764Updated 2 years ago
- 🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2☆608Updated 3 years ago
- PyTorch implementation of SAC-Discrete.