Skip to content

Code of "Graph-Structured Policy Learning for Multi-Goal Manipulation Tasks" (IROS'22)

License

Notifications You must be signed in to change notification settings

dmklee/graph-structured-manip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph-Structured Policy Learning for Multi-Goal Manipulation Tasks

Paper | Project Page


This is the code for the paper "Graph-Structured Policy Learning for Multi-Goal Manipulation Tasks" published in IROS'22.

Installation

The code was tested using Python 3.8, and the neural networks are instantiated with PyTorch.

pip install -r requirements.txt

Training

To train the method on block structures with different maximum heights, run:

python -m src.train --folder=./results --max_height=1 --num_env_steps=50000 --method=Ours

We recommend using 50k env steps per structure height (e.g. 250k for max height of 5). You can also run the baselines by replacing the method argument with one of the following: Ours, HER, UVFA, Shaped, NeighborReplay, Curriculum.

About

Code of "Graph-Structured Policy Learning for Multi-Goal Manipulation Tasks" (IROS'22)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages