Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.85 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.85 KB

ContactInsert teaser

This repository has the training and deployment code as well as trained models for the paper

"Zero-Shot Transfer of Haptics-based Object Insertion Policies" - Samarth Brahmbhatt, Ankur Deka, Andrew Spielberg, and Matthias Müller, ICRA 2023.

The code is divided into directories.

  • Simulation training:
    • rl (entry point): Simulation environment and training framework, including reproduction of the ICRA 2023 paper.
    • robosuite: Fork of robosuite which implements policy inference delay randomization.
  • Real robot deployment:

Code contributors

Citation

@InProceedings{Brahmbhatt_2023_ICRA,
author = {Brahmbhatt, Samarth and Deka, Ankur and Spielberg, Andrew and M{\"u}ller, Matthias},
title = {Zero-Shot Transfer of Haptics-based Object Insertion Policies},
booktitle = {International Conference on Robotics and Automation (ICRA)},
month = {June},
year = {2023}
}