hindsight-experience-replay topic

List hindsight-experience-replay repositories

hindsight-experience-replay

377
Stars
76
Forks
Watchers

This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.

Overcoming-exploration-from-demos

150
Stars
31
Forks
Watchers

Implementation of the paper "Overcoming Exploration in Reinforcement Learning with Demonstrations" Nair et al. over the HER baselines from OpenAI

Sparse-Reward-Algorithms

79
Stars
20
Forks
Watchers

Implement many Sparse Reward algorithms in Gym Fetch environment

AWGCSL

27
Stars
2
Forks
Watchers

Code for ICLR 2022 paper Rethinking Goal-Conditioned Supervised Learning and Its Connection to Offline RL.

hindsight-experience-replay

17
Stars
6
Forks
Watchers

Implementation of HER algorithm in the bit-flipping environment.

hindsight_experience_replay

16
Stars
9
Forks
Watchers

A tensorflow implementation of hindsight experience replay

DDPG-HER

70
Stars
17
Forks
Watchers

Implementation of the Deep Deterministic Policy Gradient and Hindsight Experience Replay.

MLP-framework (pure numpy) and DDQN-framework for OpenAI's Gym games. +test code for PPO added. +Hindsight Experience Replay(HER) bitflip-DQN example. +prioritized replay.