jonasdee commited on
Commit
9721ea8
Β·
1 Parent(s): 7678091

re-add readme files

Browse files
Files changed (2) hide show
  1. README.md +114 -0
  2. geniesim.jpg +3 -0
README.md ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: AgiBot World
3
+ size_categories:
4
+ - n>1T
5
+ task_categories:
6
+ - other
7
+ language:
8
+ - en
9
+ tags:
10
+ - real-world
11
+ - dual-arm
12
+ - Robotics manipulation
13
+ extra_gated_prompt: >-
14
+ ### AgiBot World COMMUNITY LICENSE AGREEMENT
15
+
16
+ AgiBot World Alpha Release Date: December 30, 2024 All the data and code
17
+ within this repo are under [CC BY-NC-SA
18
+ 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
19
+ extra_gated_fields:
20
+ First Name: text
21
+ Last Name: text
22
+ Email: text
23
+ Country: country
24
+ Affiliation: text
25
+ Phone: text
26
+ Job title:
27
+ type: select
28
+ options:
29
+ - Student
30
+ - Research Graduate
31
+ - AI researcher
32
+ - AI developer/engineer
33
+ - Reporter
34
+ - Other
35
+ Research interest: text
36
+ geo: ip_location
37
+ 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
38
+ extra_gated_description: >-
39
+ The information you provide will be collected, stored, processed and shared in
40
+ accordance with the AgiBot Privacy Policy.
41
+ extra_gated_button_content: Submit
42
+ ---
43
+
44
+ <img src="geniesim.jpg" alt="Image Alt Text" width="80%" style="display: block; margin-left: auto; margin-right: auto;" />
45
+
46
+ <div align="center">
47
+ <a href="https://github.com/AgibotTech/genie_sim">
48
+ <img src="https://img.shields.io/badge/GitHub-grey?logo=GitHub" alt="GitHub Badge">
49
+ </a>
50
+ <a href="https://agibot-world.com">
51
+ <img src="https://img.shields.io/badge/Project%20Page-blue?style=plastic" alt="Project Page Badge">
52
+ </a>
53
+ <a href="https://opendrivelab.com/blog/agibot-world/">
54
+ <img src="https://img.shields.io/badge/Research_Blog-black?style=flat" alt="Research Blog Badge">
55
+ </a>
56
+ </div>
57
+
58
+ # Key Features πŸ”‘
59
+ - **12 scenarios** including supermarket, cafeteria and home
60
+ - **550+** objects 1:1 replicated from real-life
61
+
62
+
63
+
64
+ # Get started πŸ”₯
65
+ ## Download the Simulation Assets
66
+ To download the full assets, you can use the following code. If you encounter any issues, please refer to the official Hugging Face documentation.
67
+ ```
68
+ # Make sure you have git-lfs installed (https://git-lfs.com)
69
+ git lfs install
70
+
71
+ # When prompted for a password, use an access token with write permissions.
72
+ # Generate one from your settings: https://huggingface.co/settings/tokens
73
+ git clone https://huggingface.co/datasets/agibot-world/GenieSimAssets
74
+
75
+ # If you want to clone without large files - just their pointers
76
+ GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/agibot-world/GenieSimAssets
77
+ ```
78
+
79
+
80
+ ## Assets Structure
81
+ ### Folder hierarchy
82
+ ```
83
+ assets
84
+ β”œβ”€β”€ G1 # G1 Robot
85
+ β”‚Β Β  β”œβ”€β”€ G1_pico.usd
86
+ β”‚Β Β  β”œβ”€β”€ G1.usd
87
+ β”‚Β Β  └── ...
88
+ β”œβ”€β”€ materials # materials
89
+ β”‚Β Β  β”œβ”€β”€ carpet
90
+ β”‚Β Β  β”œβ”€β”€ hdri
91
+ β”‚Β Β  β”œβ”€β”€ stone
92
+ β”‚Β Β  └── wood
93
+ β”œβ”€β”€ objects # objects
94
+ β”‚Β Β  β”œβ”€β”€ benchmark
95
+ β”‚Β Β  β”œβ”€β”€ genie
96
+ β”‚Β Β  └── lightwheelai
97
+ β”œβ”€β”€ README.md
98
+ └── scenes # scenes
99
+ β”œβ”€β”€ genie
100
+ └── guanglun
101
+ ```
102
+
103
+
104
+ # License and Citation
105
+ 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.
106
+
107
+ ```BibTeX
108
+ @misc{contributors2025geniesimrepo,
109
+ title={Genie Sim Assets},
110
+ author={Genie Sim Team},
111
+ howpublished={\url{https://github.com/AgibotTech/genie_sim}},
112
+ year={2025}
113
+ }
114
+ ```
geniesim.jpg ADDED

Git LFS Details

  • SHA256: bb245619b6bb8db0ac6029b2042fc5fcf1b823d16c6f51c6498e0b5e5bc31173
  • Pointer size: 132 Bytes
  • Size of remote file: 1.92 MB