mpark commited on
Commit
aa04491
·
verified ·
1 Parent(s): 6d1c426

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +214 -0
README.md ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v3.0",
28
+ "robot_type": "robomimic",
29
+ "total_episodes": 1000,
30
+ "total_frames": 213384,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:1000"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 14
46
+ ],
47
+ "names": [
48
+ "action_0",
49
+ "action_1",
50
+ "action_2",
51
+ "action_3",
52
+ "action_4",
53
+ "action_5",
54
+ "action_6",
55
+ "action_7",
56
+ "action_8",
57
+ "action_9",
58
+ "action_10",
59
+ "action_11",
60
+ "action_12",
61
+ "action_13"
62
+ ]
63
+ },
64
+ "observation.state": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 18
68
+ ],
69
+ "names": [
70
+ "robot0_eef_pos_0",
71
+ "robot0_eef_pos_1",
72
+ "robot0_eef_pos_2",
73
+ "robot0_eef_quat_0",
74
+ "robot0_eef_quat_1",
75
+ "robot0_eef_quat_2",
76
+ "robot0_eef_quat_3",
77
+ "robot0_gripper_qpos_0",
78
+ "robot0_gripper_qpos_1",
79
+ "robot1_eef_pos_0",
80
+ "robot1_eef_pos_1",
81
+ "robot1_eef_pos_2",
82
+ "robot1_eef_quat_0",
83
+ "robot1_eef_quat_1",
84
+ "robot1_eef_quat_2",
85
+ "robot1_eef_quat_3",
86
+ "robot1_gripper_qpos_0",
87
+ "robot1_gripper_qpos_1"
88
+ ]
89
+ },
90
+ "task_index": {
91
+ "dtype": "int64",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": null
96
+ },
97
+ "observation.images.agentview_image": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 84,
101
+ 84,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channel"
108
+ ],
109
+ "info": {
110
+ "video.height": 84,
111
+ "video.width": 84,
112
+ "video.codec": "av1",
113
+ "video.pix_fmt": "yuv420p",
114
+ "video.is_depth_map": false,
115
+ "video.fps": 20,
116
+ "video.channels": 3,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "observation.images.robot0_eye_in_hand_image": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 84,
124
+ 84,
125
+ 3
126
+ ],
127
+ "names": [
128
+ "height",
129
+ "width",
130
+ "channel"
131
+ ],
132
+ "info": {
133
+ "video.height": 84,
134
+ "video.width": 84,
135
+ "video.codec": "av1",
136
+ "video.pix_fmt": "yuv420p",
137
+ "video.is_depth_map": false,
138
+ "video.fps": 20,
139
+ "video.channels": 3,
140
+ "has_audio": false
141
+ }
142
+ },
143
+ "observation.images.robot1_eye_in_hand_image": {
144
+ "dtype": "video",
145
+ "shape": [
146
+ 84,
147
+ 84,
148
+ 3
149
+ ],
150
+ "names": [
151
+ "height",
152
+ "width",
153
+ "channel"
154
+ ],
155
+ "info": {
156
+ "video.height": 84,
157
+ "video.width": 84,
158
+ "video.codec": "av1",
159
+ "video.pix_fmt": "yuv420p",
160
+ "video.is_depth_map": false,
161
+ "video.fps": 20,
162
+ "video.channels": 3,
163
+ "has_audio": false
164
+ }
165
+ },
166
+ "timestamp": {
167
+ "dtype": "float32",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": null
172
+ },
173
+ "frame_index": {
174
+ "dtype": "int64",
175
+ "shape": [
176
+ 1
177
+ ],
178
+ "names": null
179
+ },
180
+ "episode_index": {
181
+ "dtype": "int64",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null
186
+ },
187
+ "index": {
188
+ "dtype": "int64",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": null
193
+ },
194
+ "next.done": {
195
+ "dtype": "bool",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": [
200
+ "done"
201
+ ]
202
+ }
203
+ }
204
+ }
205
+ ```
206
+
207
+
208
+ ## Citation
209
+
210
+ **BibTeX:**
211
+
212
+ ```bibtex
213
+ [More Information Needed]
214
+ ```