rlcode / perLinks
Prioritized Experience Replay (PER) implementation in PyTorch
☆357Updated 5 years ago
Alternatives and similar repositories for per
Users that are interested in per are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of SAC-Discrete.☆314Updated last year
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆334Updated 4 years ago
- PyTorch implementation of Soft Actor-Critic (SAC)☆582Updated 4 years ago
- Author's PyTorch implementation of BCQ for continuous and discrete actions☆654Updated 4 years ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆782Updated 3 years ago
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆766Updated 2 years ago
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆614Updated 8 years ago
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆729Updated 2 years ago
- Mean Field Multi-Agent Reinforcement Learning☆414Updated 5 years ago
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆527Updated 3 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆294Updated 4 years ago
- This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.☆268Updated 5 years ago
- PyTorch implementation of soft actor critic☆931Updated 5 months ago
- A collection of multi agent environments based on OpenAI gym.☆626Updated last year
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆331Updated 2 years ago
- Implementation of Efficient Off-policy Meta-learning via Probabilistic Context Variables (PEARL)☆506Updated 3 years ago
- PyTorch Implementation of MADDPG (Lowe et. al. 2017)☆673Updated 6 years ago
- Hello, I pushed some python environments for Multi Agent Reinforcement Learning.☆739Updated 3 years ago
- Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...☆420Updated 4 years ago
- This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.☆439Updated 4 years ago
- A pytorch tutorial for DRL(Deep Reinforcement Learning)☆223Updated 2 years ago
- Implementation of Inverse Reinforcement Learning (IRL) algorithms in Python/Tensorflow. Deep MaxEnt, MaxEnt, LPIRL☆660Updated last year
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆315Updated 5 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆301Updated last year
- 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 Trust Region Policy Optimization☆450Updated 7 years ago
- PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.☆420Updated 4 years ago
- A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)☆689Updated 7 years ago
- PyTorch implementation of deep reinforcement learning algorithms☆493Updated 4 years ago
- Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment☆106Updated 6 years ago