This is the code release of the following paper:
Learning In-Hand Translation Using Tactile Skin With Shear and Normal Force Sensing
Jessica Yin,
Haozhi Qi,
Jitendra Malik,
James Pikul,
Mark Yim,
Tess Hellebrekers
ArXiv, Project Website
This repository contains the following functionalities:
- We offer a standalone implementation for the tactile skin model implementation (
reskin_model.py), for use in your own pipeline. - We provide the pretrained in-hand translation policy in simulation with IsaacGym Preview 4.0 (Download). Model weights can be downloaded here.
Please refer to the Hora repo for the RL training pipeline implementation, we primarily show the tactile skin model and how it is integrated here. Additionally, please refer to the Hora repo for policy deployment code.
TODO: Instructions for policy visualization in IsaacGym.
This repository is based on Hora and IsaacGymEnvs.
If you find the paper or this codebase helpful in your research, please consider citing:
@article{yin2024learninginhandtranslation,
title={Learning In-Hand Translation Using Tactile Skin With Shear and Normal Force Sensing},
author={Jessica Yin and Haozhi Qi and Jitendra Malik and James Pikul and Mark Yim and Tess Hellebrekers},
year={2024},
eprint={2407.07885},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2407.07885},
}