sweetice / Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
☆4,279Updated 2 years ago
Alternatives and similar repositories for Deep-reinforcement-learning-with-pytorch
Users that are interested in Deep-reinforcement-learning-with-pytorch are comparing it to the libraries listed below
Sorting:
- PyTorch implementations of deep reinforcement learning algorithms and environments☆5,793Updated 9 months ago
- PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinfor…☆3,754Updated 2 years ago
- Rainbow is all you need! A step-by-step tutorial from DQN to Rainbow☆1,947Updated 3 weeks ago
- Author's PyTorch implementation of TD3 for OpenAI gym tasks☆1,862Updated last year
- Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch☆2,029Updated 10 months ago
- Modularized Implementation of Deep RL Algorithms in PyTorch☆3,302Updated last year
- Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL☆3,096Updated 3 years ago
- Collection of reinforcement learning algorithms☆2,673Updated 10 months 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
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".☆1,269Updated 5 years ago
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch