lbarazza / VPG-PyTorch
Minimalistic implementation of Vanilla Policy Gradient with PyTorch
☆18Updated 5 years ago
Alternatives and similar repositories for VPG-PyTorch:
Users that are interested in VPG-PyTorch are comparing it to the libraries listed below
- Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC☆98Updated 5 years ago
- Distributional Soft Actor Critic☆52Updated 4 years ago
- An Implementation of Recurrent Experience Replay in Distributed Reinforcement Learning (Kapturowski et al. 2019) in PyTorch☆45Updated 2 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆174Updated 8 months ago
- Experiments with reinforcement learning and recurrent neural networks☆113Updated last year
- A Modular Library for Off-Policy Reinforcement Learning with a focus on SafeRL and distributed computing☆133Updated 8 months ago
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆137Updated 6 years ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆135Updated 10 months ago
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆166Updated 2 years ago
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.☆143Updated 3 years ago
- Pytorch GAIL VAIL AIRL VAIRL EAIRL SQIL Implementation☆64Updated 3 years ago
- A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartP…☆108Updated last year
- PyTorch implementation of DDPG for continuous control tasks.☆46Updated 5 years ago
- Baseline implementation of recurrent PPO using truncated BPTT☆138Updated 11 months ago
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆162Updated 4 months ago
- Partially Observable Process Gym☆183Updated 8 months ago
- Prioritized Experience Replay implementation with proportional prioritization☆75Updated last year
- Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.☆94Updated 4 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆286Updated 4 years ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆123Updated 7 months ago
- Official PyTorch code for "Recurrent Off-policy Baselines for Memory-based Continuous Control" (DeepRL Workshop, NeurIPS 21)☆83Updated last year
- Gridworld for MARL experiments☆139Updated 4 years ago
- Deep Reinforcement Learning for Continuous Control in PyTorch☆98Updated 3 years ago
- Implementation of Truncated Quantile Critics method for continuous reinforcement learning. https://bayesgroup.github.io/tqc/☆93Updated 4 years ago
- Level-based Foraging (LBF): A multi-agent environment for RL☆175Updated 6 months ago
- Implementation of Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor.☆26Updated 8 months ago
- Pytorch implementation of intrinsic curiosity module with proximal policy optimization☆53Updated 6 years ago
- Minimal implementation of multi-agent reinforcement learning algorithms☆54Updated 3 years ago
- Solving POMDP using Recurrent networks☆85Updated 4 years ago
- Multi-Agent Deep Reinforcement Learning by using Asynchronous & Impala Proximal Policy Optimization in Pytorch with some explanation☆36Updated 4 years ago