schatty / oprlLinks
A Modular Library for Off-Policy Reinforcement Learning with a focus on SafeRL and distributed computing
☆137Updated 3 months ago
Alternatives and similar repositories for oprl
Users that are interested in oprl are comparing it to the libraries listed below
Sorting:
- Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.☆98Updated 5 years ago
- PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)☆253Updated 5 years ago
- Unofficial Pytorch code for "Deep Reinforcement Learning in a Handful of Trials using Probabilistic Dynamics Models"☆195Updated 3 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆186Updated last year
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆148Updated 6 years ago
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆176Updated last year
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆332Updated 4 years ago
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.☆149Updated 4 years ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆139Updated last year
- Pytorch implementation of distributed deep reinforcement learning☆76Updated 3 years ago
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆182Updated 3 years ago
- ☆201Updated 2 years ago
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆328Updated 2 years ago
- Implementation of VariBAD: A Very Good Method for Bayes-Adaptive Deep RL via Meta-Learning - Zintgraf et al. (ICLR 2020)☆198Updated 2 years ago
- Experiments with reinforcement learning and recurrent neural networks☆114Updated 2 years ago
- This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.