The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
LeHome: A Simulation Environment for Deformable Object Manipulation in Household Scenarios
LeHome is a high-fidelity simulation platform designed for manipulating deformable objects (such as garments and food items) in household scenarios. It integrates various household environments and supports multiple robotic embodiments, emphasizing low-cost robots for end-to-end evaluation.
- Paper: LeHome: A Simulation Environment for Deformable Object Manipulation in Household Scenarios
- Project Page: https://lehome-web.github.io/
- GitHub Repository: https://github.com/lehome-official/lehome
Assets & Data Preparation
This repository contains the required simulation assets (Materials, scenes, objects, and robots). Install or update the Hugging Face CLI, then download the assets:
# Install or update the Hugging Face CLI
pip install --upgrade huggingface_hub
# This creates the Assets/ directory with the required simulation resources
hf download lehome/lehome_release --repo-type dataset --local-dir Assets
For detailed information on environment setup, dataset collection, and training, please refer to the official documentation.
Citation
@inproceedings{li2026lehome,
title={{LeHome}: A Simulation Environment for Deformable Object Manipulation in Household Scenarios},
author={Zeyi Li and Yushi Yang and Shawn Xie and Kyle Xu and Tianxing Chen and Yuran Wang and Zhenhao Shen and Yan Shen and Yue Chen and Wenjun Li and Yukun Zheng and Chaorui Zhang and Siyi Lin and Fei Teng and Hongjun Yang and Ming Chen and Steve Xie and Ruihai Wu},
booktitle={2026 IEEE International Conference on Robotics and Automation (ICRA)},
year={2026},
eprint={2604.22363},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2604.22363}
}
- Downloads last month
- 220