TianhongDai / hindsight-experience-replayLinks
This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.
☆433Updated 3 years ago
Alternatives and similar repositories for hindsight-experience-replay
Users that are interested in hindsight-experience-replay are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of Soft Actor-Critic (SAC)☆553Updated 3 years ago
- Benchmark for Continuous Multi-Agent Robotic Control, based on OpenAI's Mujoco Gym environments.☆358Updated 2 years ago
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆501Updated 2 years ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆317Updated 3 years ago
- This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.☆259Updated 5 years ago
- Reinforcement learning algorithms for MuJoCo tasks☆412Updated 4 months ago
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆362Updated 3 years ago
- PyTorch implementation of SAC-Discrete.☆307Updated 11 months ago
- Implementation of Efficient Off-policy Meta-learning via Probabilistic Context Variables (PEARL)☆496Updated 2 years ago
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆316Updated 2 years ago
- PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)☆246Updated 5 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆346Updated 5 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆288Updated 4 years ago
- Imitation learning algorithms