Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 382 Bytes

SHER

code of IJCAI submission "Soft Hindsight Experience Replay"

Use

git clone https://github.com/FSLight1996/SHER.git
python SHER/experiment/train.py --env_name FetchSlide-v1 --n_epochs 200 --num_cpu 19 --seed 0

Baselines to Compare with

Open AI HER
Tencent CHER