TianhongDai/hindsight-experience-replay
PyTorch implementation of the Hindsight Experience Replay reinforcement learning algorithm for training agents on robotic manipulation tasks.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This repository implements the HER algorithm in PyTorch to train DDPG agents on OpenAI Gym’s Fetch robotic manipulation environments. The implementation supports multi-process training via MPI and includes pre-trained models for FetchReach, FetchPush, FetchPickAndPlace, and FetchSlide tasks. It builds on the OpenAI Baselines codebase and targets robotics research applications.