File size: 3,628 Bytes
9721ea8 155a043 9721ea8 155a043 9721ea8 155a043 9721ea8 3e06692 9721ea8 0cccadd 9721ea8 0cccadd 9721ea8 0cccadd 9721ea8 8d5f9a3 9721ea8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
---
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
---
<img src="geniesim.jpg" alt="Image Alt Text" width="80%" style="display: block; margin-left: auto; margin-right: auto;" />
<div align="center">
<a href="https://github.com/AgibotTech/genie_sim">
<img src="https://img.shields.io/badge/GitHub-grey?logo=GitHub" alt="GitHub">
</a>
<a href="https://huggingface.co/datasets/agibot-world/GenieSimAssets">
<img src="https://img.shields.io/badge/HuggingFace-yellow?logo=HuggingFace" alt="HuggingFace">
</a>
<a href="https://agibot-world.com/sim-evaluation">
<img src="https://img.shields.io/badge/Genie%20Sim%20Benchmark-blue?style=plastic" alt="Genie Sim Benchmark">
</a>
<a href="https://genie.agibot.com/en/geniestudio">
<img src="https://img.shields.io/badge/Genie_Studio-green?style=flat" alt="Genie Studio">
</a>
</div>
# Key Features π
- **12 scenarios** including supermarket, cafeteria and home
- **550+** 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 # G1 Robot
βΒ Β βββ G1_pico.usd
βΒ Β βββ G1.usd
βΒ Β βββ ...
βββ materials # materials
βΒ Β βββ carpet
βΒ Β βββ hdri
βΒ Β βββ stone
βΒ Β βββ wood
βββ objects # objects
βΒ Β βββ benchmark
βΒ Β βββ genie
βΒ Β βββ lightwheelai
βββ README.md
βββ scenes # scenes
βββ genie
βββ guanglun
```
# 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}
}
```
|