Skip to content

ExistentialRobotics/cross_embodiment_transfer

Repository files navigation

cross_embodiment_transfer

  1. Install packpages
pip install -r requirements.txt
  1. Install robosuite fork
git clone https://github.com/tianyudwang/robosuite
cd robosuite
pip install -e .
  1. Data generation
python3 generate_demos.py --robot Panda
python3 generate_demos.py --robot Sawyer
  1. Train source Panda robot policy
python3 train_bc.py --config configs/Reach/BC_JV.yml

Panda

  1. Alignment on target Sawyer robot
python3 train_align.py --config configs/Reach/align.JV.yml
  1. Visualize
python3 visualize.py --config configs/Sawyer/eval.yml

Sawyer

Acknowledgements

We gratefully acknowledge support from the Technology Innovation Program (20018112, Development of autonomous manipulation and gripping technology using imitation learning based on visual and tactile sensing) funded by the Ministry of Trade, Industry & Energy (MOTIE), Korea.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages