CarolinePascal HF Staff commited on
Commit
33d9c61
·
verified ·
1 Parent(s): 8310759

Upload folder using huggingface_hub

Browse files
Files changed (28) hide show
  1. data/chunk-000/file-000.parquet +3 -0
  2. meta/episodes/chunk-000/file-000.parquet +3 -0
  3. meta/info.json +24 -22
  4. meta/stats.json +232 -179
  5. meta/tasks.parquet +3 -0
  6. videos/observation.images.image_side_1/chunk-000/file-000.mp4 +3 -0
  7. videos/observation.images.image_side_1/chunk-000/file-001.mp4 +3 -0
  8. videos/observation.images.image_side_1/chunk-000/file-002.mp4 +3 -0
  9. videos/observation.images.image_side_1/chunk-000/file-003.mp4 +3 -0
  10. videos/observation.images.image_side_1/chunk-000/file-004.mp4 +3 -0
  11. videos/observation.images.image_side_1/chunk-000/file-005.mp4 +3 -0
  12. videos/observation.images.image_side_2/chunk-000/file-000.mp4 +3 -0
  13. videos/observation.images.image_side_2/chunk-000/file-001.mp4 +3 -0
  14. videos/observation.images.image_side_2/chunk-000/file-002.mp4 +3 -0
  15. videos/observation.images.image_side_2/chunk-000/file-003.mp4 +3 -0
  16. videos/observation.images.image_side_2/chunk-000/file-004.mp4 +3 -0
  17. videos/observation.images.image_wrist_1/chunk-000/file-000.mp4 +3 -0
  18. videos/observation.images.image_wrist_1/chunk-000/file-001.mp4 +3 -0
  19. videos/observation.images.image_wrist_1/chunk-000/file-002.mp4 +3 -0
  20. videos/observation.images.image_wrist_1/chunk-000/file-003.mp4 +3 -0
  21. videos/observation.images.image_wrist_1/chunk-000/file-004.mp4 +3 -0
  22. videos/observation.images.image_wrist_1/chunk-000/file-005.mp4 +3 -0
  23. videos/observation.images.image_wrist_2/chunk-000/file-000.mp4 +3 -0
  24. videos/observation.images.image_wrist_2/chunk-000/file-001.mp4 +3 -0
  25. videos/observation.images.image_wrist_2/chunk-000/file-002.mp4 +3 -0
  26. videos/observation.images.image_wrist_2/chunk-000/file-003.mp4 +3 -0
  27. videos/observation.images.image_wrist_2/chunk-000/file-004.mp4 +3 -0
  28. videos/observation.images.image_wrist_2/chunk-000/file-005.mp4 +3 -0
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6ca76dbcc120a9741660dc261c740f1787dd1a53b92ce57aa64c569183cdf71
3
+ size 17449702
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a548fbd6ae4d71b1624298d4a1badcf8a398da35a9f4e6e92a2159fdc8c898fc
3
+ size 2569715
meta/info.json CHANGED
@@ -1,18 +1,16 @@
1
  {
2
- "codebase_version": "v2.0",
3
  "robot_type": "unknown",
4
  "total_episodes": 1804,
5
  "total_frames": 338188,
6
  "total_tasks": 24,
7
- "total_videos": 7216,
8
- "total_chunks": 2,
9
  "chunks_size": 1000,
10
  "fps": 10,
11
  "splits": {
12
  "train": "0:1804"
13
  },
14
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
  "features": {
17
  "observation.images.image_side_1": {
18
  "dtype": "video",
@@ -94,13 +92,6 @@
94
  "has_audio": false
95
  }
96
  },
97
- "language_instruction": {
98
- "dtype": "string",
99
- "shape": [
100
- 1
101
- ],
102
- "names": null
103
- },
104
  "observation.state": {
105
  "dtype": "float32",
106
  "shape": [
@@ -117,7 +108,8 @@
117
  "motor_6",
118
  "motor_7"
119
  ]
120
- }
 
121
  },
122
  "action": {
123
  "dtype": "float32",
@@ -134,56 +126,66 @@
134
  "motor_5",
135
  "motor_6"
136
  ]
137
- }
 
138
  },
139
  "timestamp": {
140
  "dtype": "float32",
141
  "shape": [
142
  1
143
  ],
144
- "names": null
 
145
  },
146
  "episode_index": {
147
  "dtype": "int64",
148
  "shape": [
149
  1
150
  ],
151
- "names": null
 
152
  },
153
  "frame_index": {
154
  "dtype": "int64",
155
  "shape": [
156
  1
157
  ],
158
- "names": null
 
159
  },
160
  "next.reward": {
161
  "dtype": "float32",
162
  "shape": [
163
  1
164
  ],
165
- "names": null
 
166
  },
167
  "next.done": {
168
  "dtype": "bool",
169
  "shape": [
170
  1
171
  ],
172
- "names": null
 
173
  },
174
  "index": {
175
  "dtype": "int64",
176
  "shape": [
177
  1
178
  ],
179
- "names": null
 
180
  },
181
  "task_index": {
182
  "dtype": "int64",
183
  "shape": [
184
  1
185
  ],
186
- "names": null
 
187
  }
188
- }
 
 
189
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
  "robot_type": "unknown",
4
  "total_episodes": 1804,
5
  "total_frames": 338188,
6
  "total_tasks": 24,
 
 
7
  "chunks_size": 1000,
8
  "fps": 10,
9
  "splits": {
10
  "train": "0:1804"
11
  },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
  "features": {
15
  "observation.images.image_side_1": {
16
  "dtype": "video",
 
92
  "has_audio": false
93
  }
94
  },
 
 
 
 
 
 
 
95
  "observation.state": {
96
  "dtype": "float32",
97
  "shape": [
 
108
  "motor_6",
109
  "motor_7"
110
  ]
111
+ },
112
+ "fps": 10
113
  },
114
  "action": {
115
  "dtype": "float32",
 
126
  "motor_5",
127
  "motor_6"
128
  ]
129
+ },
130
+ "fps": 10
131
  },
132
  "timestamp": {
133
  "dtype": "float32",
134
  "shape": [
135
  1
136
  ],
137
+ "names": null,
138
+ "fps": 10
139
  },
140
  "episode_index": {
141
  "dtype": "int64",
142
  "shape": [
143
  1
144
  ],
145
+ "names": null,
146
+ "fps": 10
147
  },
148
  "frame_index": {
149
  "dtype": "int64",
150
  "shape": [
151
  1
152
  ],
153
+ "names": null,
154
+ "fps": 10
155
  },
156
  "next.reward": {
157
  "dtype": "float32",
158
  "shape": [
159
  1
160
  ],
161
+ "names": null,
162
+ "fps": 10
163
  },
164
  "next.done": {
165
  "dtype": "bool",
166
  "shape": [
167
  1
168
  ],
169
+ "names": null,
170
+ "fps": 10
171
  },
172
  "index": {
173
  "dtype": "int64",
174
  "shape": [
175
  1
176
  ],
177
+ "names": null,
178
+ "fps": 10
179
  },
180
  "task_index": {
181
  "dtype": "int64",
182
  "shape": [
183
  1
184
  ],
185
+ "names": null,
186
+ "fps": 10
187
  }
188
+ },
189
+ "data_files_size_in_mb": 100,
190
+ "video_files_size_in_mb": 200
191
  }
meta/stats.json CHANGED
@@ -1,446 +1,499 @@
1
  {
2
- "action": {
 
 
 
3
  "max": [
4
- 1.399999976158142,
5
- 1.0,
6
- 1.399999976158142,
7
- 1.0,
8
- 1.0,
9
- 1.0,
10
- 1.0
11
  ],
12
  "mean": [
13
- 0.04970182850956917,
14
- -0.08721935749053955,
15
- -0.07115846872329712,
16
- 0.003890090389177203,
17
- -0.0021935589611530304,
18
- -0.009235382080078125,
19
- 0.6831387877464294
20
- ],
21
- "min": [
22
- -1.399999976158142,
23
- -1.399999976158142,
24
- -1.0,
25
- -1.0,
26
- -1.0,
27
- -1.0,
28
- 0.0
29
  ],
30
  "std": [
31
- 0.26994815468788147,
32
- 0.31632477045059204,
33
- 0.39457428455352783,
34
- 0.3189215660095215,
35
- 0.11227674037218094,
36
- 0.21851366758346558,
37
- 0.4652537405490875
38
  ]
39
  },
40
- "episode_index": {
41
- "max": [
42
- 1803.0
43
- ],
44
- "mean": [
45
- 909.9603271484375
46
- ],
47
  "min": [
48
  0.0
49
  ],
50
- "std": [
51
- 516.9951171875
52
- ]
53
- },
54
- "frame_index": {
55
  "max": [
56
- 516.0
57
  ],
58
  "mean": [
59
- 108.4843521118164
60
- ],
61
- "min": [
62
- 0.0
63
  ],
64
  "std": [
65
- 78.42987060546875
 
 
 
66
  ]
67
  },
68
- "index": {
 
 
 
69
  "max": [
70
- 338187.0
71
  ],
72
  "mean": [
73
- 169093.3125
74
- ],
75
- "min": [
76
- 0.0
77
  ],
78
  "std": [
79
- 97626.5625
 
 
 
80
  ]
81
  },
82
- "next.done": {
 
 
 
83
  "max": [
84
- 1.0
85
  ],
86
  "mean": [
87
- 0.005334306973963976
88
- ],
89
- "min": [
90
- 0.0
91
  ],
92
  "std": [
93
- 0.07284130156040192
 
 
 
94
  ]
95
  },
96
- "next.reward": {
 
 
 
97
  "max": [
98
- 1.0
99
  ],
100
  "mean": [
101
- 0.005334306973963976
102
- ],
103
- "min": [
104
- 0.0
105
  ],
106
  "std": [
107
- 0.07284130156040192
 
 
 
108
  ]
109
  },
110
- "observation.images.image_side_1": {
111
- "max": [
112
  [
113
  [
114
- 1.0
115
  ]
116
  ],
117
  [
118
  [
119
- 1.0
120
  ]
121
  ],
122
  [
123
  [
124
- 1.0
125
  ]
126
  ]
127
  ],
128
- "mean": [
129
  [
130
  [
131
- 0.3470233976840973
132
  ]
133
  ],
134
  [
135
  [
136
- 0.3851381838321686
137
  ]
138
  ],
139
  [
140
  [
141
- 0.38994547724723816
142
  ]
143
  ]
144
  ],
145
- "min": [
146
  [
147
  [
148
- 0.0
149
  ]
150
  ],
151
  [
152
  [
153
- 0.0
154
  ]
155
  ],
156
  [
157
  [
158
- 0.0
159
  ]
160
  ]
161
  ],
162
  "std": [
163
  [
164
  [
165
- 0.19059234857559204
166
  ]
167
  ],
168
  [
169
  [
170
- 0.18178877234458923
171
  ]
172
  ],
173
  [
174
  [
175
- 0.23123140633106232
176
  ]
177
  ]
 
 
 
178
  ]
179
  },
180
- "observation.images.image_side_2": {
 
 
 
181
  "max": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  [
183
  [
184
- 1.0
185
  ]
186
  ],
187
  [
188
  [
189
- 1.0
190
  ]
191
  ],
192
  [
193
  [
194
- 1.0
195
  ]
196
  ]
197
  ],
198
- "mean": [
199
  [
200
  [
201
- 0.4096105396747589
202
  ]
203
  ],
204
  [
205
  [
206
- 0.4480617046356201
207
  ]
208
  ],
209
  [
210
  [
211
- 0.4246169924736023
212
  ]
213
  ]
214
  ],
215
- "min": [
216
  [
217
  [
218
- 0.0
219
  ]
220
  ],
221
  [
222
  [
223
- 0.0
224
  ]
225
  ],
226
  [
227
  [
228
- 0.0
229
  ]
230
  ]
231
  ],
232
  "std": [
233
  [
234
  [
235
- 0.13771407306194305
236
  ]
237
  ],
238
  [
239
  [
240
- 0.14630888402462006
241
  ]
242
  ],
243
  [
244
  [
245
- 0.17002131044864655
246
  ]
247
  ]
 
 
 
248
  ]
249
  },
250
- "observation.images.image_wrist_1": {
251
- "max": [
252
  [
253
  [
254
- 1.0
255
  ]
256
  ],
257
  [
258
  [
259
- 1.0
260
  ]
261
  ],
262
  [
263
  [
264
- 1.0
265
  ]
266
  ]
267
  ],
268
- "mean": [
269
  [
270
  [
271
- 0.41241586208343506
272
  ]
273
  ],
274
  [
275
  [
276
- 0.4567331373691559
277
  ]
278
  ],
279
  [
280
  [
281
- 0.4540608525276184
282
  ]
283
  ]
284
  ],
285
- "min": [
286
  [
287
  [
288
- 0.0
289
  ]
290
  ],
291
  [
292
  [
293
- 0.0
294
  ]
295
  ],
296
  [
297
  [
298
- 0.0
299
  ]
300
  ]
301
  ],
302
  "std": [
303
  [
304
  [
305
- 0.22837167978286743
306
  ]
307
  ],
308
  [
309
  [
310
- 0.2250257432460785
311
  ]
312
  ],
313
  [
314
  [
315
- 0.2640201151371002
316
  ]
317
  ]
 
 
 
318
  ]
319
  },
320
- "observation.images.image_wrist_2": {
 
 
 
 
 
 
 
 
 
 
321
  "max": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  [
323
  [
324
- 1.0
325
  ]
326
  ],
327
  [
328
  [
329
- 1.0
330
  ]
331
  ],
332
  [
333
  [
334
- 1.0
335
  ]
336
  ]
337
  ],
338
- "mean": [
339
  [
340
  [
341
- 0.41027432680130005
342
  ]
343
  ],
344
  [
345
  [
346
- 0.44988155364990234
347
  ]
348
  ],
349
  [
350
  [
351
- 0.4325059652328491
352
  ]
353
  ]
354
  ],
355
- "min": [
356
  [
357
  [
358
- 0.0
359
  ]
360
  ],
361
  [
362
  [
363
- 0.0
364
  ]
365
  ],
366
  [
367
  [
368
- 0.0
369
  ]
370
  ]
371
  ],
372
  "std": [
373
  [
374
  [
375
- 0.20576709508895874
376
  ]
377
  ],
378
  [
379
  [
380
- 0.20800399780273438
381
  ]
382
  ],
383
  [
384
  [
385
- 0.2502586543560028
386
  ]
387
  ]
 
 
 
388
  ]
389
  },
390
- "observation.state": {
391
- "max": [
392
- 0.7458599805831909,
393
- 0.24012182652950287,
394
- 0.373060405254364,
395
- 0.9999994039535522,
396
- 0.9586428999900818,
397
- 0.4042605459690094,
398
- 0.46682778000831604,
399
- 1.0
400
- ],
401
- "mean": [
402
- 0.5226219892501831,
403
- -0.043000660836696625,
404
- 0.15645110607147217,
405
- 0.7318785190582275,
406
- 0.6271701455116272,
407
- 0.01353359967470169,
408
- -0.016095951199531555,
409
- 0.6778054237365723
410
- ],
411
  "min": [
412
- 0.33080577850341797,
413
- -0.32044777274131775,
414
- 0.02930581010878086,
415
- 0.26320791244506836,
416
- -0.20787718892097473,
417
- -0.38019081950187683,
418
- -0.43462422490119934,
419
- 0.0
420
  ],
421
- "std": [
422
- 0.0790124461054802,
423
- 0.1346016675233841,
424
- 0.07882087677717209,
425
- 0.08894452452659607,
426
- 0.18333005905151367,
427
- 0.11831115186214447,
428
- 0.12267721444368362,
429
- 0.4673163890838623
430
- ]
431
- },
432
- "timestamp": {
433
  "max": [
434
- 51.599998474121094
435
  ],
436
  "mean": [
437
- 10.848454475402832
438
- ],
439
- "min": [
440
- 0.0
441
  ],
442
  "std": [
443
- 7.842984676361084
 
 
 
444
  ]
445
  }
446
  }
 
1
  {
2
+ "episode_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
  "max": [
7
+ 1803
 
 
 
 
 
 
8
  ],
9
  "mean": [
10
+ 909.9586709167681
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ],
12
  "std": [
13
+ 516.9961173560487
14
+ ],
15
+ "count": [
16
+ 338188
 
 
 
17
  ]
18
  },
19
+ "timestamp": {
 
 
 
 
 
 
20
  "min": [
21
  0.0
22
  ],
 
 
 
 
 
23
  "max": [
24
+ 51.599998474121094
25
  ],
26
  "mean": [
27
+ 10.848442031540355
 
 
 
28
  ],
29
  "std": [
30
+ 7.842983680552336
31
+ ],
32
+ "count": [
33
+ 338188
34
  ]
35
  },
36
+ "next.reward": {
37
+ "min": [
38
+ 0.0
39
+ ],
40
  "max": [
41
+ 1.0
42
  ],
43
  "mean": [
44
+ 0.005334311102183653
 
 
 
45
  ],
46
  "std": [
47
+ 0.07284130880168735
48
+ ],
49
+ "count": [
50
+ 338188
51
  ]
52
  },
53
+ "frame_index": {
54
+ "min": [
55
+ 0
56
+ ],
57
  "max": [
58
+ 516
59
  ],
60
  "mean": [
61
+ 108.48441990845329
 
 
 
62
  ],
63
  "std": [
64
+ 78.4298364297618
65
+ ],
66
+ "count": [
67
+ 338188
68
  ]
69
  },
70
+ "index": {
71
+ "min": [
72
+ 0
73
+ ],
74
  "max": [
75
+ 338187
76
  ],
77
  "mean": [
78
+ 169093.5
 
 
 
79
  ],
80
  "std": [
81
+ 97626.46641792379
82
+ ],
83
+ "count": [
84
+ 338188
85
  ]
86
  },
87
+ "observation.images.image_side_2": {
88
+ "min": [
89
  [
90
  [
91
+ 0.0
92
  ]
93
  ],
94
  [
95
  [
96
+ 0.0
97
  ]
98
  ],
99
  [
100
  [
101
+ 0.0
102
  ]
103
  ]
104
  ],
105
+ "max": [
106
  [
107
  [
108
+ 1.0
109
  ]
110
  ],
111
  [
112
  [
113
+ 1.0
114
  ]
115
  ],
116
  [
117
  [
118
+ 1.0
119
  ]
120
  ]
121
  ],
122
+ "mean": [
123
  [
124
  [
125
+ 0.4041628131836521
126
  ]
127
  ],
128
  [
129
  [
130
+ 0.4467744572658943
131
  ]
132
  ],
133
  [
134
  [
135
+ 0.41953772539205675
136
  ]
137
  ]
138
  ],
139
  "std": [
140
  [
141
  [
142
+ 0.1436585045466531
143
  ]
144
  ],
145
  [
146
  [
147
+ 0.15188316313367808
148
  ]
149
  ],
150
  [
151
  [
152
+ 0.17522444707039636
153
  ]
154
  ]
155
+ ],
156
+ "count": [
157
+ 180084
158
  ]
159
  },
160
+ "task_index": {
161
+ "min": [
162
+ 0
163
+ ],
164
  "max": [
165
+ 23
166
+ ],
167
+ "mean": [
168
+ 10.49429311507209
169
+ ],
170
+ "std": [
171
+ 7.542863660671901
172
+ ],
173
+ "count": [
174
+ 338188
175
+ ]
176
+ },
177
+ "observation.images.image_side_1": {
178
+ "min": [
179
  [
180
  [
181
+ 0.0
182
  ]
183
  ],
184
  [
185
  [
186
+ 0.0
187
  ]
188
  ],
189
  [
190
  [
191
+ 0.0
192
  ]
193
  ]
194
  ],
195
+ "max": [
196
  [
197
  [
198
+ 1.0
199
  ]
200
  ],
201
  [
202
  [
203
+ 1.0
204
  ]
205
  ],
206
  [
207
  [
208
+ 1.0
209
  ]
210
  ]
211
  ],
212
+ "mean": [
213
  [
214
  [
215
+ 0.3386965209432819
216
  ]
217
  ],
218
  [
219
  [
220
+ 0.3851134600268193
221
  ]
222
  ],
223
  [
224
  [
225
+ 0.3831016531123139
226
  ]
227
  ]
228
  ],
229
  "std": [
230
  [
231
  [
232
+ 0.18989999780371425
233
  ]
234
  ],
235
  [
236
  [
237
+ 0.18353062175562268
238
  ]
239
  ],
240
  [
241
  [
242
+ 0.2333371305307588
243
  ]
244
  ]
245
+ ],
246
+ "count": [
247
+ 180084
248
  ]
249
  },
250
+ "observation.images.image_wrist_2": {
251
+ "min": [
252
  [
253
  [
254
+ 0.0
255
  ]
256
  ],
257
  [
258
  [
259
+ 0.0
260
  ]
261
  ],
262
  [
263
  [
264
+ 0.0
265
  ]
266
  ]
267
  ],
268
+ "max": [
269
  [
270
  [
271
+ 1.0
272
  ]
273
  ],
274
  [
275
  [
276
+ 1.0
277
  ]
278
  ],
279
  [
280
  [
281
+ 1.0
282
  ]
283
  ]
284
  ],
285
+ "mean": [
286
  [
287
  [
288
+ 0.4057564041214957
289
  ]
290
  ],
291
  [
292
  [
293
+ 0.45316721594471204
294
  ]
295
  ],
296
  [
297
  [
298
+ 0.42296151792633574
299
  ]
300
  ]
301
  ],
302
  "std": [
303
  [
304
  [
305
+ 0.1979938050257865
306
  ]
307
  ],
308
  [
309
  [
310
+ 0.2023333844170313
311
  ]
312
  ],
313
  [
314
  [
315
+ 0.23906619334524273
316
  ]
317
  ]
318
+ ],
319
+ "count": [
320
+ 180084
321
  ]
322
  },
323
+ "observation.state": {
324
+ "min": [
325
+ 0.33080577850341797,
326
+ -0.32044777274131775,
327
+ 0.02930581010878086,
328
+ 0.26320791244506836,
329
+ -0.20787718892097473,
330
+ -0.38019081950187683,
331
+ -0.43462422490119934,
332
+ 0.0
333
+ ],
334
  "max": [
335
+ 0.7458599805831909,
336
+ 0.24012182652950287,
337
+ 0.373060405254364,
338
+ 0.9999994039535522,
339
+ 0.9586428999900818,
340
+ 0.4042605459690094,
341
+ 0.46682778000831604,
342
+ 1.0
343
+ ],
344
+ "mean": [
345
+ 0.5226228396517346,
346
+ -0.04300071080620903,
347
+ 0.15645142271429593,
348
+ 0.7318780980101413,
349
+ 0.6271714398080407,
350
+ 0.013533601181096462,
351
+ -0.016095920340895013,
352
+ 0.677806427867958
353
+ ],
354
+ "std": [
355
+ 0.07901245236218342,
356
+ 0.13460181031933313,
357
+ 0.07882083018216267,
358
+ 0.08894450932293749,
359
+ 0.18332984907452093,
360
+ 0.11831119383869229,
361
+ 0.12267727481483462,
362
+ 0.46731666265471344
363
+ ],
364
+ "count": [
365
+ 338188
366
+ ]
367
+ },
368
+ "action": {
369
+ "min": [
370
+ -1.399999976158142,
371
+ -1.399999976158142,
372
+ -1.0,
373
+ -1.0,
374
+ -1.0,
375
+ -1.0,
376
+ 0.0
377
+ ],
378
+ "max": [
379
+ 1.399999976158142,
380
+ 1.0,
381
+ 1.399999976158142,
382
+ 1.0,
383
+ 1.0,
384
+ 1.0,
385
+ 1.0
386
+ ],
387
+ "mean": [
388
+ 0.04970181132811785,
389
+ -0.08721945815196729,
390
+ -0.07115862810414117,
391
+ 0.003890091077394065,
392
+ -0.002193556282839869,
393
+ -0.009235376427521553,
394
+ 0.6831377823748813
395
+ ],
396
+ "std": [
397
+ 0.26994856342511053,
398
+ 0.31632506292931395,
399
+ 0.3945742058540467,
400
+ 0.3189219630561521,
401
+ 0.11227677054933045,
402
+ 0.21851366522485652,
403
+ 0.4652532046118502
404
+ ],
405
+ "count": [
406
+ 338188
407
+ ]
408
+ },
409
+ "observation.images.image_wrist_1": {
410
+ "min": [
411
  [
412
  [
413
+ 0.0
414
  ]
415
  ],
416
  [
417
  [
418
+ 0.0
419
  ]
420
  ],
421
  [
422
  [
423
+ 0.0
424
  ]
425
  ]
426
  ],
427
+ "max": [
428
  [
429
  [
430
+ 1.0
431
  ]
432
  ],
433
  [
434
  [
435
+ 1.0
436
  ]
437
  ],
438
  [
439
  [
440
+ 1.0
441
  ]
442
  ]
443
  ],
444
+ "mean": [
445
  [
446
  [
447
+ 0.42699184961492376
448
  ]
449
  ],
450
  [
451
  [
452
+ 0.4786792058606147
453
  ]
454
  ],
455
  [
456
  [
457
+ 0.45979349452292506
458
  ]
459
  ]
460
  ],
461
  "std": [
462
  [
463
  [
464
+ 0.22332544857188308
465
  ]
466
  ],
467
  [
468
  [
469
+ 0.22018134031710043
470
  ]
471
  ],
472
  [
473
  [
474
+ 0.25669027922643767
475
  ]
476
  ]
477
+ ],
478
+ "count": [
479
+ 180084
480
  ]
481
  },
482
+ "next.done": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
483
  "min": [
484
+ false
 
 
 
 
 
 
 
485
  ],
 
 
 
 
 
 
 
 
 
 
 
 
486
  "max": [
487
+ true
488
  ],
489
  "mean": [
490
+ 0.005334311093238081
 
 
 
491
  ],
492
  "std": [
493
+ 0.07284130846160465
494
+ ],
495
+ "count": [
496
+ 338188
497
  ]
498
  }
499
  }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c508da854db0569eab5a07c241058e23954c27eb2d9d670b70ae330cab43c90
3
+ size 2491
videos/observation.images.image_side_1/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fde1c905b859d3c9e3f3f559abf869f5253243dd11d65750627bfbdcf98018e
3
+ size 209271599
videos/observation.images.image_side_1/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be17b3a7aaa19a68e6711a4f3d257e08a2589b35c8ad500869fa68c48d1c63a4
3
+ size 209412534
videos/observation.images.image_side_1/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe2bd018636e7e106ef9e5db1db6234c88978cda0ea6ec7760261c2e8cab819
3
+ size 209248605
videos/observation.images.image_side_1/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29f9425b0225a51c59b0776dcbac0d8a5eeec9b56b5be26a6b26782c04ffdeb9
3
+ size 209088276
videos/observation.images.image_side_1/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2010678e6c92b4ad854040cee0b2c4f34284dd804e45613deca1ad918bfc3aa
3
+ size 209398839
videos/observation.images.image_side_1/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68a102acd88c7fbb1efb44237a4180b37f1cc925d2b4600fcced4148a9d4640c
3
+ size 5940508
videos/observation.images.image_side_2/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40d8afade823364a7f893a372476a4921d5f4d1e429158c2a82ece581b34e220
3
+ size 209340723
videos/observation.images.image_side_2/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65f226f73caf9bb2f347a97a4f314e33b7685af544266577cb6e7d814443f0dc
3
+ size 209232469
videos/observation.images.image_side_2/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9684a10685e80b0231f73f87bd7a056e915af670023e3a3a1c00a57c5a03793c
3
+ size 209051233
videos/observation.images.image_side_2/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fd8a57252866ff3f0273d343c14603d1bc4fa093636c31635a7fdbc2425f95f
3
+ size 208902288
videos/observation.images.image_side_2/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:183902c148e0612b5abbac0e530631b76d27722ca4f4e6e4aab5205c900f0174
3
+ size 147269102
videos/observation.images.image_wrist_1/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de23c3c5a8ecacbd7b6839f1de19d325e344ddfd2fb07f6f5b4145ea7fc413e
3
+ size 208976242
videos/observation.images.image_wrist_1/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3d7a264608bfb26abe1d333bcf24c32fd88bea27b6d4c294c21f8e4d1f58124
3
+ size 209461553
videos/observation.images.image_wrist_1/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e0a71ff0c726aa8ef55afb3c3f8071091c02638b2659492f0938b39238b534b
3
+ size 209180674
videos/observation.images.image_wrist_1/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:482bff3bf0fadf47539f27f1936a18a844b2e10732df08a01d2c0f8f388b4fac
3
+ size 208865545
videos/observation.images.image_wrist_1/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7b42e2b6d32c91770db3c1307dc6b9f0e8837fe727d4ead6aab49e7d235a0d5
3
+ size 208634548
videos/observation.images.image_wrist_1/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb4524166c160251d18fa66fb293997f36ed6d5499d63383d3c3a1c1eb49d7e5
3
+ size 181279673
videos/observation.images.image_wrist_2/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a2bb9ed06396b0997bb34efb7b0c8a693c9a1b9d144642bbba42fb12a84ebd5
3
+ size 208682494
videos/observation.images.image_wrist_2/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ca815b1a9290a54a3ccadad787a34d8e618abe42d15d109654b61396139a5e6
3
+ size 209117173
videos/observation.images.image_wrist_2/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:971617dc63a4ced44ba6fe3c85d9f855b56f119ecb66b355f1b59902263b65af
3
+ size 209043445
videos/observation.images.image_wrist_2/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89bc58928b08da2fdbadcc67a7619be85a2f9a991ae3c58df4fc7411676bda9e
3
+ size 209138585
videos/observation.images.image_wrist_2/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88b5ff8e4483f0427e025304227dfb4c45a8ae71028bd3d8dbb020aadaadc6a3
3
+ size 209236033
videos/observation.images.image_wrist_2/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ce79e772d5715c4c237c6d5b1281ae8e9537a95761e369ddead3322ef4c3b49
3
+ size 200070443