--- pretty_name: Genie Sim Assets size_categories: - n>10G task_categories: - other language: - en tags: - real-world - dual-arm - robotics manipulation - simulation extra_gated_prompt: >- ### AgiBot World COMMUNITY LICENSE AGREEMENT AgiBot World Alpha Release Date: December 30, 2024 All the data and code within this repo are under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). extra_gated_fields: First Name: text Last Name: text Email: text Country: country Affiliation: text Phone: text Job title: type: select options: - Student - Research Graduate - AI researcher - AI developer/engineer - Reporter - Other Research interest: text geo: ip_location By clicking Submit below I accept the terms of the license and acknowledge that the information I provide will be collected stored processed and shared in accordance with the AgiBot Privacy Policy: checkbox extra_gated_description: >- The information you provide will be collected, stored, processed and shared in accordance with the AgiBot Privacy Policy. extra_gated_button_content: Submit viewer: false --- Image Alt Text
GitHub HuggingFace Genie Sim Benchmark Genie Studio
# Key Features 🔑 - **22 scenarios** including supermarket, cafeteria and home - **600+** objects 1:1 replicated from real-life # Get started 🔥 ## Download the Simulation Assets To download the full assets, you can use the following code. If you encounter any issues, please refer to the official Hugging Face documentation. ``` # Make sure you have git-lfs installed (https://git-lfs.com) git lfs install # When prompted for a password, use an access token with write permissions. # Generate one from your settings: https://huggingface.co/settings/tokens git clone https://huggingface.co/datasets/agibot-world/GenieSimAssets # If you want to clone without large files - just their pointers GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/agibot-world/GenieSimAssets ``` ## Assets Structure ### Folder hierarchy ``` assets ├── G1_120s # G1_120s Robot │   ├── G1_120s.usda │   └── ... ├── G1_omnipicker # G1_omnipicker Robot │   ├── G1_omnipicker.usda │   └── ... ├── materials # materials │   ├── carpet │   ├── hdri │   ├── stone │   └── wood ├── objects # objects │   ├── benchmark │   ├── genie │   ├── iros │   └── lightwheelai ├── README.md └── scenes # scenes ├── genie ├── guanglun └── iros ``` # License and Citation All the data and code within this repo are under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). Please consider citing our project if it helps your research. ```BibTeX @misc{contributors2025geniesimrepo, title={Genie Sim Assets}, author={Genie Sim Team}, howpublished={https://github.com/AgibotTech/genie_sim}, year={2025} } ```