Home

Awesome

DexDeform

Code and data for paper DexDeform: Dexterous Deformable Object Manipulation with Human Demonstrations and Differentiable Physics at ICLR 2023.

Alt Text

Installation

conda env create -f environment.yml
conda activate dexdeform
pip install -e .
Install Sinkhorn Distance Metric
pip install pykeops
pip install geomloss

Download Demonstrations

Download here. For loading demonstrations, checkout tutorials/demonstration_loading.ipynb.

Tutorials

Implementation Details

Acknowledgements

TODO

Citation

@inproceedings{
li2023dexdeform,
title={DexDeform: Dexterous Deformable Object Manipulation with Human Demonstrations and Differentiable Physics},
author={Sizhe Li and Zhiao Huang and Tao Chen and Tao Du and Hao Su and Joshua B. Tenenbaum and Chuang Gan},
booktitle={International Conference on Learning Representations},
year={2023},
url={https://openreview.net/forum?id=LIV7-_7pYPl}
}