stonkens commited on
Commit
edd3bcc
·
verified ·
1 Parent(s): bdc3134

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - libero
8
+ - panda
9
+ - libero_10
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+ ## Dataset Description
18
+
19
+
20
+
21
+ - **Homepage:** [More Information Needed]
22
+ - **Paper:** [More Information Needed]
23
+ - **License:** apache-2.0
24
+
25
+ ## Dataset Structure
26
+
27
+ [meta/info.json](meta/info.json):
28
+ ```json
29
+ {
30
+ "codebase_version": "v3.0",
31
+ "robot_type": "panda",
32
+ "total_episodes": 1010,
33
+ "total_frames": 330017,
34
+ "total_tasks": 10,
35
+ "chunks_size": 1000,
36
+ "data_files_size_in_mb": 100,
37
+ "video_files_size_in_mb": 500,
38
+ "fps": 20,
39
+ "splits": {
40
+ "train": "0:1010"
41
+ },
42
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
43
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
44
+ "features": {
45
+ "image": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 224,
49
+ 224,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channel"
56
+ ],
57
+ "info": {
58
+ "video.height": 224,
59
+ "video.width": 224,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 20,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "wrist_image": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 224,
72
+ 224,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channel"
79
+ ],
80
+ "info": {
81
+ "video.height": 224,
82
+ "video.width": 224,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 20,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "state": {
92
+ "dtype": "float64",
93
+ "shape": [
94
+ 8
95
+ ],
96
+ "names": [
97
+ "state"
98
+ ]
99
+ },
100
+ "action": {
101
+ "dtype": "float64",
102
+ "shape": [
103
+ 7
104
+ ],
105
+ "names": [
106
+ "action"
107
+ ]
108
+ },
109
+ "is_first": {
110
+ "dtype": "bool",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": [
115
+ "is_first"
116
+ ]
117
+ },
118
+ "is_last": {
119
+ "dtype": "bool",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": [
124
+ "is_last"
125
+ ]
126
+ },
127
+ "is_terminal": {
128
+ "dtype": "bool",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": [
133
+ "is_terminal"
134
+ ]
135
+ },
136
+ "is_episode_successful": {
137
+ "dtype": "bool",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": [
142
+ "is_episode_successful"
143
+ ]
144
+ },
145
+ "prompt": {
146
+ "dtype": "string",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": [
151
+ "prompt"
152
+ ]
153
+ },
154
+ "language_variation": {
155
+ "dtype": "int32",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": [
160
+ "language_variation"
161
+ ]
162
+ },
163
+ "view_type": {
164
+ "dtype": "string",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": [
169
+ "view_type"
170
+ ]
171
+ },
172
+ "initstate_type": {
173
+ "dtype": "int32",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": [
178
+ "initstate_type"
179
+ ]
180
+ },
181
+ "object_adding_type": {
182
+ "dtype": "int32",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": [
187
+ "object_adding_type"
188
+ ]
189
+ },
190
+ "light_type": {
191
+ "dtype": "int32",
192
+ "shape": [
193
+ 1
194
+ ],
195
+ "names": [
196
+ "light_type"
197
+ ]
198
+ },
199
+ "table_type": {
200
+ "dtype": "int32",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "names": [
205
+ "table_type"
206
+ ]
207
+ },
208
+ "tb_type": {
209
+ "dtype": "int32",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": [
214
+ "tb_type"
215
+ ]
216
+ },
217
+ "noise_type": {
218
+ "dtype": "int32",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": [
223
+ "noise_type"
224
+ ]
225
+ },
226
+ "sample_type": {
227
+ "dtype": "int32",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": [
232
+ "sample_type"
233
+ ]
234
+ },
235
+ "level_type": {
236
+ "dtype": "int32",
237
+ "shape": [
238
+ 1
239
+ ],
240
+ "names": [
241
+ "level_type"
242
+ ]
243
+ },
244
+ "original_task_description": {
245
+ "dtype": "string",
246
+ "shape": [
247
+ 1
248
+ ],
249
+ "names": [
250
+ "original_task_description"
251
+ ]
252
+ },
253
+ "timestamp": {
254
+ "dtype": "float32",
255
+ "shape": [
256
+ 1
257
+ ],
258
+ "names": null
259
+ },
260
+ "frame_index": {
261
+ "dtype": "int64",
262
+ "shape": [
263
+ 1
264
+ ],
265
+ "names": null
266
+ },
267
+ "episode_index": {
268
+ "dtype": "int64",
269
+ "shape": [
270
+ 1
271
+ ],
272
+ "names": null
273
+ },
274
+ "index": {
275
+ "dtype": "int64",
276
+ "shape": [
277
+ 1
278
+ ],
279
+ "names": null
280
+ },
281
+ "task_index": {
282
+ "dtype": "int64",
283
+ "shape": [
284
+ 1
285
+ ],
286
+ "names": null
287
+ }
288
+ }
289
+ }
290
+ ```
291
+
292
+
293
+ ## Citation
294
+
295
+ **BibTeX:**
296
+
297
+ ```bibtex
298
+ [More Information Needed]
299
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f99d69bc1344a29aa60d58433fa0bc1f0a208331c472f932dd49a4517fc9fe97
3
+ size 224171
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c039efd039962d54a27c1495beca02fb9b0249da39b34e7e020489878ba2ed5c
3
+ size 118041
meta/info.json ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "panda",
4
+ "total_episodes": 1010,
5
+ "total_frames": 330017,
6
+ "total_tasks": 10,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 500,
10
+ "fps": 20,
11
+ "splits": {
12
+ "train": "0:1010"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "image": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 224,
21
+ 224,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ],
29
+ "info": {
30
+ "video.height": 224,
31
+ "video.width": 224,
32
+ "video.codec": "av1",
33
+ "video.pix_fmt": "yuv420p",
34
+ "video.is_depth_map": false,
35
+ "video.fps": 20,
36
+ "video.channels": 3,
37
+ "has_audio": false
38
+ }
39
+ },
40
+ "wrist_image": {
41
+ "dtype": "video",
42
+ "shape": [
43
+ 224,
44
+ 224,
45
+ 3
46
+ ],
47
+ "names": [
48
+ "height",
49
+ "width",
50
+ "channel"
51
+ ],
52
+ "info": {
53
+ "video.height": 224,
54
+ "video.width": 224,
55
+ "video.codec": "av1",
56
+ "video.pix_fmt": "yuv420p",
57
+ "video.is_depth_map": false,
58
+ "video.fps": 20,
59
+ "video.channels": 3,
60
+ "has_audio": false
61
+ }
62
+ },
63
+ "state": {
64
+ "dtype": "float64",
65
+ "shape": [
66
+ 8
67
+ ],
68
+ "names": [
69
+ "state"
70
+ ]
71
+ },
72
+ "action": {
73
+ "dtype": "float64",
74
+ "shape": [
75
+ 7
76
+ ],
77
+ "names": [
78
+ "action"
79
+ ]
80
+ },
81
+ "is_first": {
82
+ "dtype": "bool",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": [
87
+ "is_first"
88
+ ]
89
+ },
90
+ "is_last": {
91
+ "dtype": "bool",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": [
96
+ "is_last"
97
+ ]
98
+ },
99
+ "is_terminal": {
100
+ "dtype": "bool",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "names": [
105
+ "is_terminal"
106
+ ]
107
+ },
108
+ "is_episode_successful": {
109
+ "dtype": "bool",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "names": [
114
+ "is_episode_successful"
115
+ ]
116
+ },
117
+ "prompt": {
118
+ "dtype": "string",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": [
123
+ "prompt"
124
+ ]
125
+ },
126
+ "language_variation": {
127
+ "dtype": "int32",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": [
132
+ "language_variation"
133
+ ]
134
+ },
135
+ "view_type": {
136
+ "dtype": "string",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": [
141
+ "view_type"
142
+ ]
143
+ },
144
+ "initstate_type": {
145
+ "dtype": "int32",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": [
150
+ "initstate_type"
151
+ ]
152
+ },
153
+ "object_adding_type": {
154
+ "dtype": "int32",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": [
159
+ "object_adding_type"
160
+ ]
161
+ },
162
+ "light_type": {
163
+ "dtype": "int32",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": [
168
+ "light_type"
169
+ ]
170
+ },
171
+ "table_type": {
172
+ "dtype": "int32",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": [
177
+ "table_type"
178
+ ]
179
+ },
180
+ "tb_type": {
181
+ "dtype": "int32",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": [
186
+ "tb_type"
187
+ ]
188
+ },
189
+ "noise_type": {
190
+ "dtype": "int32",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": [
195
+ "noise_type"
196
+ ]
197
+ },
198
+ "sample_type": {
199
+ "dtype": "int32",
200
+ "shape": [
201
+ 1
202
+ ],
203
+ "names": [
204
+ "sample_type"
205
+ ]
206
+ },
207
+ "level_type": {
208
+ "dtype": "int32",
209
+ "shape": [
210
+ 1
211
+ ],
212
+ "names": [
213
+ "level_type"
214
+ ]
215
+ },
216
+ "original_task_description": {
217
+ "dtype": "string",
218
+ "shape": [
219
+ 1
220
+ ],
221
+ "names": [
222
+ "original_task_description"
223
+ ]
224
+ },
225
+ "timestamp": {
226
+ "dtype": "float32",
227
+ "shape": [
228
+ 1
229
+ ],
230
+ "names": null
231
+ },
232
+ "frame_index": {
233
+ "dtype": "int64",
234
+ "shape": [
235
+ 1
236
+ ],
237
+ "names": null
238
+ },
239
+ "episode_index": {
240
+ "dtype": "int64",
241
+ "shape": [
242
+ 1
243
+ ],
244
+ "names": null
245
+ },
246
+ "index": {
247
+ "dtype": "int64",
248
+ "shape": [
249
+ 1
250
+ ],
251
+ "names": null
252
+ },
253
+ "task_index": {
254
+ "dtype": "int64",
255
+ "shape": [
256
+ 1
257
+ ],
258
+ "names": null
259
+ }
260
+ }
261
+ }
meta/stats.json ADDED
@@ -0,0 +1,1075 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "is_first": {
3
+ "min": [
4
+ false
5
+ ],
6
+ "max": [
7
+ true
8
+ ],
9
+ "mean": [
10
+ 0.0030604484011429738
11
+ ],
12
+ "std": [
13
+ 0.05523660069851257
14
+ ],
15
+ "count": [
16
+ 330017
17
+ ],
18
+ "q01": [
19
+ -9.999999999999941e-11
20
+ ],
21
+ "q10": [
22
+ -9.999999999999941e-11
23
+ ],
24
+ "q50": [
25
+ -9.999999999999941e-11
26
+ ],
27
+ "q90": [
28
+ -9.999999999999941e-11
29
+ ],
30
+ "q99": [
31
+ -9.999999999999941e-11
32
+ ]
33
+ },
34
+ "frame_index": {
35
+ "min": [
36
+ 0
37
+ ],
38
+ "max": [
39
+ 519
40
+ ],
41
+ "mean": [
42
+ 186.16078565649647
43
+ ],
44
+ "std": [
45
+ 131.86811584205248
46
+ ],
47
+ "count": [
48
+ 330017
49
+ ],
50
+ "q01": [
51
+ 3.37086040789289
52
+ ],
53
+ "q10": [
54
+ 36.64122940034471
55
+ ],
56
+ "q50": [
57
+ 185.85875336119076
58
+ ],
59
+ "q90": [
60
+ 335.2874176269314
61
+ ],
62
+ "q99": [
63
+ 368.949262252454
64
+ ]
65
+ },
66
+ "timestamp": {
67
+ "min": [
68
+ 0.0
69
+ ],
70
+ "max": [
71
+ 25.95
72
+ ],
73
+ "mean": [
74
+ 9.308039282824804
75
+ ],
76
+ "std": [
77
+ 6.593405792102642
78
+ ],
79
+ "count": [
80
+ 330017
81
+ ],
82
+ "q01": [
83
+ 0.16854302030131582
84
+ ],
85
+ "q10": [
86
+ 1.8320614699409201
87
+ ],
88
+ "q50": [
89
+ 9.292927919349463
90
+ ],
91
+ "q90": [
92
+ 16.764370881422558
93
+ ],
94
+ "q99": [
95
+ 18.447463112715944
96
+ ]
97
+ },
98
+ "is_last": {
99
+ "min": [
100
+ false
101
+ ],
102
+ "max": [
103
+ true
104
+ ],
105
+ "mean": [
106
+ 0.0030604484011429738
107
+ ],
108
+ "std": [
109
+ 0.05523660069851257
110
+ ],
111
+ "count": [
112
+ 330017
113
+ ],
114
+ "q01": [
115
+ -9.999999999999941e-11
116
+ ],
117
+ "q10": [
118
+ -9.999999999999941e-11
119
+ ],
120
+ "q50": [
121
+ -9.999999999999941e-11
122
+ ],
123
+ "q90": [
124
+ -9.999999999999941e-11
125
+ ],
126
+ "q99": [
127
+ -9.999999999999941e-11
128
+ ]
129
+ },
130
+ "level_type": {
131
+ "min": [
132
+ 0
133
+ ],
134
+ "max": [
135
+ 0
136
+ ],
137
+ "mean": [
138
+ 0.0
139
+ ],
140
+ "std": [
141
+ 0.0
142
+ ],
143
+ "count": [
144
+ 330017
145
+ ],
146
+ "q01": [
147
+ 3.9999999999994457e-16
148
+ ],
149
+ "q10": [
150
+ 3.999999999999397e-15
151
+ ],
152
+ "q50": [
153
+ 1.9999999999997002e-14
154
+ ],
155
+ "q90": [
156
+ 3.599999999999465e-14
157
+ ],
158
+ "q99": [
159
+ 3.9599999999993995e-14
160
+ ]
161
+ },
162
+ "action": {
163
+ "min": [
164
+ -0.9335263801230191,
165
+ -0.896764390078187,
166
+ -0.933687721062839,
167
+ -0.20640429202023863,
168
+ -0.2458060836577183,
169
+ -0.3441272794587903,
170
+ -1.0427537484357357
171
+ ],
172
+ "max": [
173
+ 0.9834122825989721,
174
+ 0.9098893290653227,
175
+ 1.007593688629627,
176
+ 0.24913518734104442,
177
+ 0.22284257412650932,
178
+ 0.4010015721667488,
179
+ 1.021890596832752
180
+ ],
181
+ "mean": [
182
+ 0.0012819869879283196,
183
+ 0.06948946796101488,
184
+ -0.06635236272872627,
185
+ 0.004301195802836215,
186
+ 0.0003562441583844197,
187
+ -0.009481282094304483,
188
+ -0.07226012208982967
189
+ ],
190
+ "std": [
191
+ 0.25400787209290104,
192
+ 0.3248282241961222,
193
+ 0.3406366610859296,
194
+ 0.030270132160688287,
195
+ 0.039968592768404546,
196
+ 0.07591853565241317,
197
+ 0.9981158235458826
198
+ ],
199
+ "count": [
200
+ 330017
201
+ ],
202
+ "q01": [
203
+ -0.4483969911989969,
204
+ -0.6295982660089221,
205
+ -0.6125877547176123,
206
+ -0.055965785520403134,
207
+ -0.09081380366338943,
208
+ -0.14670450974259372,
209
+ -1.0066510929100945
210
+ ],
211
+ "q10": [
212
+ -0.2809910362833623,
213
+ -0.2885720475422198,
214
+ -0.44593471798360046,
215
+ -0.01938255571857075,
216
+ -0.04176135920487005,
217
+ -0.08594193384024686,
218
+ -1.00006519020787
219
+ ],
220
+ "q50": [
221
+ -0.024455548211076615,
222
+ 0.031722218649075956,
223
+ -0.09041724149582263,
224
+ 0.0007772690504821124,
225
+ -0.0012821352694632,
226
+ -0.006200998196155685,
227
+ -0.1728968891099081
228
+ ],
229
+ "q90": [
230
+ 0.3409471471662612,
231
+ 0.4976093929727457,
232
+ 0.42871626611495,
233
+ 0.03508222470992372,
234
+ 0.04402835385416541,
235
+ 0.05767814574584603,
236
+ 0.9894661352465149
237
+ ],
238
+ "q99": [
239
+ 0.6222646888484867,
240
+ 0.6829234429319372,
241
+ 0.7307609618854986,
242
+ 0.08301585913342008,
243
+ 0.096374610400649,
244
+ 0.1258203786107564,
245
+ 1.00511096881415
246
+ ]
247
+ },
248
+ "wrist_image": {
249
+ "min": [
250
+ [
251
+ [
252
+ 0.0
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.0
258
+ ]
259
+ ],
260
+ [
261
+ [
262
+ 0.0
263
+ ]
264
+ ]
265
+ ],
266
+ "max": [
267
+ [
268
+ [
269
+ 1.0
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 1.0
275
+ ]
276
+ ],
277
+ [
278
+ [
279
+ 1.0
280
+ ]
281
+ ]
282
+ ],
283
+ "mean": [
284
+ [
285
+ [
286
+ 0.42065106477461145
287
+ ]
288
+ ],
289
+ [
290
+ [
291
+ 0.3734481869544757
292
+ ]
293
+ ],
294
+ [
295
+ [
296
+ 0.35238666867551716
297
+ ]
298
+ ]
299
+ ],
300
+ "std": [
301
+ [
302
+ [
303
+ 0.12823945887884983
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.13182036549149603
309
+ ]
310
+ ],
311
+ [
312
+ [
313
+ 0.1556787100943568
314
+ ]
315
+ ]
316
+ ],
317
+ "count": [
318
+ 103099
319
+ ],
320
+ "q01": [
321
+ [
322
+ [
323
+ 0.06146827838903965
324
+ ]
325
+ ],
326
+ [
327
+ [
328
+ 0.05321884095064817
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.03597836282813342
334
+ ]
335
+ ]
336
+ ],
337
+ "q10": [
338
+ [
339
+ [
340
+ 0.15038328593902867
341
+ ]
342
+ ],
343
+ [
344
+ [
345
+ 0.14375229349376759
346
+ ]
347
+ ],
348
+ [
349
+ [
350
+ 0.13632950399805613
351
+ ]
352
+ ]
353
+ ],
354
+ "q50": [
355
+ [
356
+ [
357
+ 0.47241086851719905
358
+ ]
359
+ ],
360
+ [
361
+ [
362
+ 0.40779232282984
363
+ ]
364
+ ],
365
+ [
366
+ [
367
+ 0.38129134094355105
368
+ ]
369
+ ]
370
+ ],
371
+ "q90": [
372
+ [
373
+ [
374
+ 0.5974663443262047
375
+ ]
376
+ ],
377
+ [
378
+ [
379
+ 0.5398887215186611
380
+ ]
381
+ ],
382
+ [
383
+ [
384
+ 0.5227828337694022
385
+ ]
386
+ ]
387
+ ],
388
+ "q99": [
389
+ [
390
+ [
391
+ 0.8818900470672087
392
+ ]
393
+ ],
394
+ [
395
+ [
396
+ 0.8587134302056422
397
+ ]
398
+ ],
399
+ [
400
+ [
401
+ 0.8507530746250223
402
+ ]
403
+ ]
404
+ ]
405
+ },
406
+ "state": {
407
+ "min": [
408
+ -1.64966610627542,
409
+ -0.756918393698629,
410
+ 0.43991001607504143,
411
+ -2.5385992806629454,
412
+ -4.305683866236041,
413
+ -2.521039286347698,
414
+ -0.0014844039077404527,
415
+ -0.04471929553881194
416
+ ],
417
+ "max": [
418
+ 0.382751268773216,
419
+ 0.8615471704034514,
420
+ 1.6630109252613887,
421
+ 4.100285087203958,
422
+ 3.835008597164422,
423
+ 2.3771995531062746,
424
+ 0.041131349778593236,
425
+ 0.0009679104904852749
426
+ ],
427
+ "mean": [
428
+ -0.05578377731868465,
429
+ 0.05517589020599788,
430
+ 0.8262524371129695,
431
+ 2.7401351529065847,
432
+ -0.6293821687718126,
433
+ -0.11110544937711238,
434
+ 0.027038539907556267,
435
+ -0.027086484996082377
436
+ ],
437
+ "std": [
438
+ 0.1617912728325919,
439
+ 0.17602624606993514,
440
+ 0.2554054457939198,
441
+ 0.660009243500609,
442
+ 1.4120966314499142,
443
+ 0.4223686256976828,
444
+ 0.014334462553824995,
445
+ 0.014312682810086325
446
+ ],
447
+ "count": [
448
+ 330017
449
+ ],
450
+ "q01": [
451
+ -0.21543610882241715,
452
+ -0.1528499668436773,
453
+ 0.7085741693980758,
454
+ 2.2909339905758266,
455
+ -1.3219309075934949,
456
+ -0.4955618297932647,
457
+ 0.007057569907370485,
458
+ -0.04001799400419516
459
+ ],
460
+ "q10": [
461
+ -0.1628726075906008,
462
+ -0.13192534750302276,
463
+ 0.7301380258200092,
464
+ 2.38502192924701,
465
+ -1.2308602581738188,
466
+ -0.40885664431066887,
467
+ 0.009873359123018541,
468
+ -0.03974004372121551
469
+ ],
470
+ "q50": [
471
+ -0.046978517541013246,
472
+ 0.061510352766930086,
473
+ 0.8243582897445885,
474
+ 2.7299888444514875,
475
+ -0.6857197457213255,
476
+ -0.11657057371627204,
477
+ 0.029800356966321388,
478
+ -0.02975134767836842
479
+ ],
480
+ "q90": [
481
+ 0.0350244725971671,
482
+ 0.22308063956003543,
483
+ 0.9240173104326024,
484
+ 3.1224966890536905,
485
+ 0.05462228960728502,
486
+ 0.1793504334414195,
487
+ 0.039752117434638516,
488
+ -0.010053369921954495
489
+ ],
490
+ "q99": [
491
+ 0.05442627559091784,
492
+ 0.24752320836400127,
493
+ 0.9603974261627456,
494
+ 3.2069152734781428,
495
+ 0.5001935872659019,
496
+ 0.2647744667207289,
497
+ 0.04005825878041394,
498
+ -0.007543661475888136
499
+ ]
500
+ },
501
+ "noise_type": {
502
+ "min": [
503
+ 0
504
+ ],
505
+ "max": [
506
+ 0
507
+ ],
508
+ "mean": [
509
+ 0.0
510
+ ],
511
+ "std": [
512
+ 0.0
513
+ ],
514
+ "count": [
515
+ 330017
516
+ ],
517
+ "q01": [
518
+ 3.9999999999994457e-16
519
+ ],
520
+ "q10": [
521
+ 3.999999999999397e-15
522
+ ],
523
+ "q50": [
524
+ 1.9999999999997002e-14
525
+ ],
526
+ "q90": [
527
+ 3.599999999999465e-14
528
+ ],
529
+ "q99": [
530
+ 3.9599999999993995e-14
531
+ ]
532
+ },
533
+ "is_terminal": {
534
+ "min": [
535
+ false
536
+ ],
537
+ "max": [
538
+ true
539
+ ],
540
+ "mean": [
541
+ 0.002284730786595842
542
+ ],
543
+ "std": [
544
+ 0.04774422260157373
545
+ ],
546
+ "count": [
547
+ 330017
548
+ ],
549
+ "q01": [
550
+ -5.966252269428571e-11
551
+ ],
552
+ "q10": [
553
+ -5.966107055091057e-11
554
+ ],
555
+ "q50": [
556
+ -5.965461658035767e-11
557
+ ],
558
+ "q90": [
559
+ -5.96481626098048e-11
560
+ ],
561
+ "q99": [
562
+ -5.9646710466431e-11
563
+ ]
564
+ },
565
+ "sample_type": {
566
+ "min": [
567
+ 0
568
+ ],
569
+ "max": [
570
+ 0
571
+ ],
572
+ "mean": [
573
+ 0.0
574
+ ],
575
+ "std": [
576
+ 0.0
577
+ ],
578
+ "count": [
579
+ 330017
580
+ ],
581
+ "q01": [
582
+ 3.9999999999994457e-16
583
+ ],
584
+ "q10": [
585
+ 3.999999999999397e-15
586
+ ],
587
+ "q50": [
588
+ 1.9999999999997002e-14
589
+ ],
590
+ "q90": [
591
+ 3.599999999999465e-14
592
+ ],
593
+ "q99": [
594
+ 3.9599999999993995e-14
595
+ ]
596
+ },
597
+ "is_episode_successful": {
598
+ "min": [
599
+ false
600
+ ],
601
+ "max": [
602
+ true
603
+ ],
604
+ "mean": [
605
+ 0.5966268404354929
606
+ ],
607
+ "std": [
608
+ 0.49057441199827573
609
+ ],
610
+ "count": [
611
+ 330017
612
+ ],
613
+ "q01": [
614
+ 0.5966268404354929
615
+ ],
616
+ "q10": [
617
+ 0.5966268404354929
618
+ ],
619
+ "q50": [
620
+ 0.5966268404355018
621
+ ],
622
+ "q90": [
623
+ 0.5966268404355293
624
+ ],
625
+ "q99": [
626
+ 0.5966268404355305
627
+ ]
628
+ },
629
+ "language_variation": {
630
+ "min": [
631
+ 0
632
+ ],
633
+ "max": [
634
+ 0
635
+ ],
636
+ "mean": [
637
+ 0.0
638
+ ],
639
+ "std": [
640
+ 0.0
641
+ ],
642
+ "count": [
643
+ 330017
644
+ ],
645
+ "q01": [
646
+ 3.9999999999994457e-16
647
+ ],
648
+ "q10": [
649
+ 3.999999999999397e-15
650
+ ],
651
+ "q50": [
652
+ 1.9999999999997002e-14
653
+ ],
654
+ "q90": [
655
+ 3.599999999999465e-14
656
+ ],
657
+ "q99": [
658
+ 3.9599999999993995e-14
659
+ ]
660
+ },
661
+ "light_type": {
662
+ "min": [
663
+ 0
664
+ ],
665
+ "max": [
666
+ 0
667
+ ],
668
+ "mean": [
669
+ 0.0
670
+ ],
671
+ "std": [
672
+ 0.0
673
+ ],
674
+ "count": [
675
+ 330017
676
+ ],
677
+ "q01": [
678
+ 3.9999999999994457e-16
679
+ ],
680
+ "q10": [
681
+ 3.999999999999397e-15
682
+ ],
683
+ "q50": [
684
+ 1.9999999999997002e-14
685
+ ],
686
+ "q90": [
687
+ 3.599999999999465e-14
688
+ ],
689
+ "q99": [
690
+ 3.9599999999993995e-14
691
+ ]
692
+ },
693
+ "object_adding_type": {
694
+ "min": [
695
+ 0
696
+ ],
697
+ "max": [
698
+ 0
699
+ ],
700
+ "mean": [
701
+ 0.0
702
+ ],
703
+ "std": [
704
+ 0.0
705
+ ],
706
+ "count": [
707
+ 330017
708
+ ],
709
+ "q01": [
710
+ 3.9999999999994457e-16
711
+ ],
712
+ "q10": [
713
+ 3.999999999999397e-15
714
+ ],
715
+ "q50": [
716
+ 1.9999999999997002e-14
717
+ ],
718
+ "q90": [
719
+ 3.599999999999465e-14
720
+ ],
721
+ "q99": [
722
+ 3.9599999999993995e-14
723
+ ]
724
+ },
725
+ "episode_index": {
726
+ "min": [
727
+ 0
728
+ ],
729
+ "max": [
730
+ 1009
731
+ ],
732
+ "mean": [
733
+ 532.8432565595106
734
+ ],
735
+ "std": [
736
+ 290.168365093876
737
+ ],
738
+ "count": [
739
+ 330017
740
+ ],
741
+ "q01": [
742
+ 532.8432565595106
743
+ ],
744
+ "q10": [
745
+ 532.8432565595106
746
+ ],
747
+ "q50": [
748
+ 532.8432565595106
749
+ ],
750
+ "q90": [
751
+ 532.8432565595106
752
+ ],
753
+ "q99": [
754
+ 532.8432565595106
755
+ ]
756
+ },
757
+ "table_type": {
758
+ "min": [
759
+ 0
760
+ ],
761
+ "max": [
762
+ 28
763
+ ],
764
+ "mean": [
765
+ 2.0444340746082825
766
+ ],
767
+ "std": [
768
+ 5.9076609509987925
769
+ ],
770
+ "count": [
771
+ 330017
772
+ ],
773
+ "q01": [
774
+ 2.0444340746082825
775
+ ],
776
+ "q10": [
777
+ 2.0444340746082825
778
+ ],
779
+ "q50": [
780
+ 2.0444340746082825
781
+ ],
782
+ "q90": [
783
+ 2.0444340746082825
784
+ ],
785
+ "q99": [
786
+ 2.0444340746082825
787
+ ]
788
+ },
789
+ "task_index": {
790
+ "min": [
791
+ 0
792
+ ],
793
+ "max": [
794
+ 9
795
+ ],
796
+ "mean": [
797
+ 4.5988236969610705
798
+ ],
799
+ "std": [
800
+ 3.0351779210860617
801
+ ],
802
+ "count": [
803
+ 330017
804
+ ],
805
+ "q01": [
806
+ 4.5988236969610705
807
+ ],
808
+ "q10": [
809
+ 4.5988236969610705
810
+ ],
811
+ "q50": [
812
+ 4.5988236969610705
813
+ ],
814
+ "q90": [
815
+ 4.5988236969610785
816
+ ],
817
+ "q99": [
818
+ 4.5988236969610785
819
+ ]
820
+ },
821
+ "tb_type": {
822
+ "min": [
823
+ 0
824
+ ],
825
+ "max": [
826
+ 22
827
+ ],
828
+ "mean": [
829
+ 1.2853852983331164
830
+ ],
831
+ "std": [
832
+ 4.317024444491571
833
+ ],
834
+ "count": [
835
+ 330017
836
+ ],
837
+ "q01": [
838
+ 1.2853852983331164
839
+ ],
840
+ "q10": [
841
+ 1.2853852983331164
842
+ ],
843
+ "q50": [
844
+ 1.2853852983331202
845
+ ],
846
+ "q90": [
847
+ 1.2853852983331202
848
+ ],
849
+ "q99": [
850
+ 1.2853852983331202
851
+ ]
852
+ },
853
+ "initstate_type": {
854
+ "min": [
855
+ 0
856
+ ],
857
+ "max": [
858
+ 500
859
+ ],
860
+ "mean": [
861
+ 118.06932370150626
862
+ ],
863
+ "std": [
864
+ 167.49742265262893
865
+ ],
866
+ "count": [
867
+ 330017
868
+ ],
869
+ "q01": [
870
+ 118.06932370150626
871
+ ],
872
+ "q10": [
873
+ 118.06932370150626
874
+ ],
875
+ "q50": [
876
+ 118.06932370150626
877
+ ],
878
+ "q90": [
879
+ 118.06932370150626
880
+ ],
881
+ "q99": [
882
+ 118.06932370150626
883
+ ]
884
+ },
885
+ "index": {
886
+ "min": [
887
+ 0
888
+ ],
889
+ "max": [
890
+ 330016
891
+ ],
892
+ "mean": [
893
+ 165008.0
894
+ ],
895
+ "std": [
896
+ 95267.70189313902
897
+ ],
898
+ "count": [
899
+ 330017
900
+ ],
901
+ "q01": [
902
+ 164825.21007475202
903
+ ],
904
+ "q10": [
905
+ 164858.48044374425
906
+ ],
907
+ "q50": [
908
+ 165007.69865396208
909
+ ],
910
+ "q90": [
911
+ 165157.12663197034
912
+ ],
913
+ "q99": [
914
+ 165190.78847659522
915
+ ]
916
+ },
917
+ "image": {
918
+ "min": [
919
+ [
920
+ [
921
+ 0.0
922
+ ]
923
+ ],
924
+ [
925
+ [
926
+ 0.0
927
+ ]
928
+ ],
929
+ [
930
+ [
931
+ 0.0
932
+ ]
933
+ ]
934
+ ],
935
+ "max": [
936
+ [
937
+ [
938
+ 1.0
939
+ ]
940
+ ],
941
+ [
942
+ [
943
+ 1.0
944
+ ]
945
+ ],
946
+ [
947
+ [
948
+ 1.0
949
+ ]
950
+ ]
951
+ ],
952
+ "mean": [
953
+ [
954
+ [
955
+ 0.4112656011468113
956
+ ]
957
+ ],
958
+ [
959
+ [
960
+ 0.36982024560677873
961
+ ]
962
+ ],
963
+ [
964
+ [
965
+ 0.3477477987022236
966
+ ]
967
+ ]
968
+ ],
969
+ "std": [
970
+ [
971
+ [
972
+ 0.11751447483730938
973
+ ]
974
+ ],
975
+ [
976
+ [
977
+ 0.11911954897058022
978
+ ]
979
+ ],
980
+ [
981
+ [
982
+ 0.13405569723320174
983
+ ]
984
+ ]
985
+ ],
986
+ "count": [
987
+ 103099
988
+ ],
989
+ "q01": [
990
+ [
991
+ [
992
+ 0.024625101176582617
993
+ ]
994
+ ],
995
+ [
996
+ [
997
+ 0.022303932658558418
998
+ ]
999
+ ],
1000
+ [
1001
+ [
1002
+ 0.016072609108082017
1003
+ ]
1004
+ ]
1005
+ ],
1006
+ "q10": [
1007
+ [
1008
+ [
1009
+ 0.17118879884377677
1010
+ ]
1011
+ ],
1012
+ [
1013
+ [
1014
+ 0.14456903657508635
1015
+ ]
1016
+ ],
1017
+ [
1018
+ [
1019
+ 0.12369969314439073
1020
+ ]
1021
+ ]
1022
+ ],
1023
+ "q50": [
1024
+ [
1025
+ [
1026
+ 0.4494975883916268
1027
+ ]
1028
+ ],
1029
+ [
1030
+ [
1031
+ 0.388129030539566
1032
+ ]
1033
+ ],
1034
+ [
1035
+ [
1036
+ 0.35223442813962025
1037
+ ]
1038
+ ]
1039
+ ],
1040
+ "q90": [
1041
+ [
1042
+ [
1043
+ 0.6244312036381083
1044
+ ]
1045
+ ],
1046
+ [
1047
+ [
1048
+ 0.5891606417816306
1049
+ ]
1050
+ ],
1051
+ [
1052
+ [
1053
+ 0.5815984979359091
1054
+ ]
1055
+ ]
1056
+ ],
1057
+ "q99": [
1058
+ [
1059
+ [
1060
+ 0.8734753511911545
1061
+ ]
1062
+ ],
1063
+ [
1064
+ [
1065
+ 0.8663472140552831
1066
+ ]
1067
+ ],
1068
+ [
1069
+ [
1070
+ 0.865817647207127
1071
+ ]
1072
+ ]
1073
+ ]
1074
+ }
1075
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30ca46335cefc25faf704e2957a6feaf384af5d4d26cf839a84ecc49e6addc45
3
+ size 2751
videos/image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17bac1c2550e1c963bb174e6482d2fc6a36271efe476ec8f15e19e5cd6c9135f
3
+ size 523482445
videos/image/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ef372316784d8ef69619804c7d71c11df8b83261d13b18e16d637e8644e8e08
3
+ size 368085669
videos/wrist_image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55533eba0e6eae0bd778e6daeb8ee4071adbf20d90444cf3896f08edc3e4b36c
3
+ size 523698245
videos/wrist_image/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8f3a2d8afbd9b7db33f4e598d7e3d197c81f3b73186b326e3d209127ab8bf6f
3
+ size 74516366