Skip to content

The code of paper "Trajectory Progress-based Prioritizing and Intrinsic Reward Mechanism for Robust Training of Robotic Manipulations" submitted to T-ASE.

License

Notifications You must be signed in to change notification settings

weixiang-smart/P-HER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P-HER

The code of paper "Trajectory Progress-based Prioritizing and Intrinsic Reward Mechanism for Robust Training of Robotic Manipulations" submitted to T-ASE.
Our code is developed based on OpenAI Baselines

Video of simulation and real-world experiments

video.2.mp4

Video of real-world applicaion (workpieces sorting task)

workpiece.3.mp4

Requirement(important)

Installation

pip install -e .

Usage

  1. Open the terminal in ./basedlines/her/experiment

  2. Train the model with P-HER in PandaPickAndPlaceJoints-v2 by running the command

python train.py --env_name PandaPickAndPlaceJoints-v2  --prioritization motivation --ratio_o 0.75 --ratio 0.25 --seed 2 --n_epochs 100 --num_cpu 8 --logdir logs/PandaPickAndPlaceJoints-v2/test/7525/finaltest/r2 --logging True

Reference

About

The code of paper "Trajectory Progress-based Prioritizing and Intrinsic Reward Mechanism for Robust Training of Robotic Manipulations" submitted to T-ASE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published