hindsight-experience-replay topic
hindsight-experience-replay
This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.
Hands-On-Reinforcement-Learning-With-Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Overcoming-exploration-from-demos
Implementation of the paper "Overcoming Exploration in Reinforcement Learning with Demonstrations" Nair et al. over the HER baselines from OpenAI
Sparse-Reward-Algorithms
Implement many Sparse Reward algorithms in Gym Fetch environment
AWGCSL
Code for ICLR 2022 paper Rethinking Goal-Conditioned Supervised Learning and Its Connection to Offline RL.
hindsight-experience-replay
Implementation of HER algorithm in the bit-flipping environment.
hindsight_experience_replay
A tensorflow implementation of hindsight experience replay
DDPG-HER
Implementation of the Deep Deterministic Policy Gradient and Hindsight Experience Replay.
deep-reinforcement-learning_DDQN_PPO_HER
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.
Hindsight-Experience-Replay
Implementation of HindSight Experience Replay paper with Pytorch