akazemipour
DDPG-HER
Python

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

Last updated Jul 22, 2026
100
Stars
17
Forks
0
Issues
0
Stars/day
Attention Score
11
Language breakdown
Python 100.0%
โ–ธ Files click to expand
README

DDPG + HER

Implementation of the Deep Deterministic Policy Gradient with Hindsight Experience Replay Extension on the MuJoCo's robotic FetchPickAndPlace environment.
Visit vanilla_DDPG branch for the implementation without the HER extention.

Dependencies

  • gym == 0.17.2
  • matplotlib == 3.1.2
  • mpi4py == 3.0.3
  • mujoco-py == 2.0.2.13
  • numpy == 1.19.1
  • opencvcontribpython == 3.4.0.12
  • psutil == 5.4.2
  • torch == 1.4.0

Installation

pip3 install -r requirements.txt

Usage

mpirun -np $(nproc) python3 -u main.py

Demo

Result

Reference

Acknowledgement

All the credit goes to @TianhongDai for his simplified implementation of the original OpenAI's code.
๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท akazemipour/DDPG-HER ยท Updated daily from GitHub