BrunoM42 commited on
Commit
39cad79
·
verified ·
1 Parent(s): c4702c9

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49f7ff084c9e776ce3163802eb0d0e3dbf6f029ed1732af0a0245ede5fb71d25
3
+ size 17632871
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1bfeb36593ef855a379971259bccecadd6b5885eff8184faf99d6f862559861
3
+ size 579919
meta/info.json CHANGED
@@ -1,18 +1,16 @@
1
  {
2
- "codebase_version": "v2.1",
3
  "robot_type": "PandaOmron",
4
  "total_episodes": 501,
5
  "total_frames": 156088,
6
  "total_tasks": 7,
7
- "total_videos": 1503,
8
- "total_chunks": 1,
9
  "chunks_size": 1000,
10
  "fps": 20,
11
  "splits": {
12
  "train": "0:501"
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.robot0_eye_in_hand": {
18
  "dtype": "video",
@@ -108,72 +106,85 @@
108
  "dtype": "int64",
109
  "shape": [
110
  1
111
- ]
 
112
  },
113
  "annotation.human.task_name": {
114
  "dtype": "int64",
115
  "shape": [
116
  1
117
- ]
 
118
  },
119
  "observation.state": {
120
  "dtype": "float64",
121
  "shape": [
122
  16
123
- ]
 
124
  },
125
  "action": {
126
  "dtype": "float64",
127
  "shape": [
128
  12
129
- ]
 
130
  },
131
  "next.reward": {
132
  "dtype": "float32",
133
  "shape": [
134
  1
135
- ]
 
136
  },
137
  "next.done": {
138
  "dtype": "bool",
139
  "shape": [
140
  1
141
- ]
 
142
  },
143
  "timestamp": {
144
  "dtype": "float32",
145
  "shape": [
146
  1
147
  ],
148
- "names": null
 
149
  },
150
  "frame_index": {
151
  "dtype": "int64",
152
  "shape": [
153
  1
154
  ],
155
- "names": null
 
156
  },
157
  "episode_index": {
158
  "dtype": "int64",
159
  "shape": [
160
  1
161
  ],
162
- "names": null
 
163
  },
164
  "index": {
165
  "dtype": "int64",
166
  "shape": [
167
  1
168
  ],
169
- "names": null
 
170
  },
171
  "task_index": {
172
  "dtype": "int64",
173
  "shape": [
174
  1
175
  ],
176
- "names": null
 
177
  }
178
- }
 
 
179
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
  "robot_type": "PandaOmron",
4
  "total_episodes": 501,
5
  "total_frames": 156088,
6
  "total_tasks": 7,
 
 
7
  "chunks_size": 1000,
8
  "fps": 20,
9
  "splits": {
10
  "train": "0:501"
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.robot0_eye_in_hand": {
16
  "dtype": "video",
 
106
  "dtype": "int64",
107
  "shape": [
108
  1
109
+ ],
110
+ "fps": 20
111
  },
112
  "annotation.human.task_name": {
113
  "dtype": "int64",
114
  "shape": [
115
  1
116
+ ],
117
+ "fps": 20
118
  },
119
  "observation.state": {
120
  "dtype": "float64",
121
  "shape": [
122
  16
123
+ ],
124
+ "fps": 20
125
  },
126
  "action": {
127
  "dtype": "float64",
128
  "shape": [
129
  12
130
+ ],
131
+ "fps": 20
132
  },
133
  "next.reward": {
134
  "dtype": "float32",
135
  "shape": [
136
  1
137
+ ],
138
+ "fps": 20
139
  },
140
  "next.done": {
141
  "dtype": "bool",
142
  "shape": [
143
  1
144
+ ],
145
+ "fps": 20
146
  },
147
  "timestamp": {
148
  "dtype": "float32",
149
  "shape": [
150
  1
151
  ],
152
+ "names": null,
153
+ "fps": 20
154
  },
155
  "frame_index": {
156
  "dtype": "int64",
157
  "shape": [
158
  1
159
  ],
160
+ "names": null,
161
+ "fps": 20
162
  },
163
  "episode_index": {
164
  "dtype": "int64",
165
  "shape": [
166
  1
167
  ],
168
+ "names": null,
169
+ "fps": 20
170
  },
171
  "index": {
172
  "dtype": "int64",
173
  "shape": [
174
  1
175
  ],
176
+ "names": null,
177
+ "fps": 20
178
  },
179
  "task_index": {
180
  "dtype": "int64",
181
  "shape": [
182
  1
183
  ],
184
+ "names": null,
185
+ "fps": 20
186
  }
187
+ },
188
+ "data_files_size_in_mb": 100,
189
+ "video_files_size_in_mb": 200
190
  }
meta/stats.json CHANGED
@@ -1,378 +1,512 @@
1
  {
2
- "annotation.human.task_description": {
3
- "mean": [
4
- 2.889824867248535
5
- ],
6
- "std": [
7
- 2.0173704624176025
8
- ],
9
  "min": [
10
- 0.0
11
  ],
12
  "max": [
13
- 6.0
14
- ],
15
- "q01": [
16
- 0.0
17
  ],
18
- "q99": [
19
- 6.0
20
- ]
21
- },
22
- "annotation.human.task_name": {
23
  "mean": [
24
  7.0
25
  ],
26
  "std": [
27
  0.0
28
  ],
 
 
 
 
 
29
  "min": [
30
- 7.0
31
  ],
32
  "max": [
33
- 7.0
34
  ],
35
- "q01": [
36
- 7.0
37
  ],
38
- "q99": [
39
- 7.0
 
 
 
40
  ]
41
  },
42
- "observation.state": {
 
 
 
 
 
 
43
  "mean": [
44
- 2.49717378616333,
45
- -1.5491509437561035,
46
- 0.7016997337341309,
47
- 0.0,
48
- 0.0,
49
- 0.32441261410713196,
50
- 0.6014785766601562,
51
- 0.15161916613578796,
52
- -0.007923495955765247,
53
- 0.26945236325263977,
54
- -0.2761000990867615,
55
- 0.036156632006168365,
56
- 0.007816789671778679,
57
- 0.059887196868658066,
58
- 0.030288228765130043,
59
- -0.03000413067638874
60
  ],
61
  "std": [
62
- 1.3113987445831299,
63
- 0.9505407214164734,
64
- 0.001645878772251308,
65
- 0.0,
66
- 0.0,
67
- 0.6379205584526062,
68
- 0.3550972640514374,
69
- 0.13748221099376678,
70
- 0.4149401783943176,
71
- 0.14983978867530823,
72
- 0.9175862669944763,
73
- 0.2402496188879013,
74
- 0.12861765921115875,
75
- 0.05066054314374924,
76
- 0.012610102072358131,
77
- 0.012775792740285397
78
  ],
 
 
 
 
 
79
  "min": [
80
- 0.7407115697860718,
81
- -4.968020439147949,
82
- 0.6999290585517883,
83
- 0.0,
84
- 0.0,
85
- -1.0,
86
- 0.0,
87
- -0.18488632142543793,
88
- -0.8404706120491028,
89
- 0.040307048708200455,
90
- -0.9999892711639404,
91
- -0.8455793857574463,
92
- -0.646397590637207,
93
- 7.615655306381086e-08,
94
- -0.0022912421263754368,
95
- -0.04401129111647606
96
  ],
97
  "max": [
98
- 5.52633810043335,
99
- -0.2951663136482239,
100
- 0.7114269733428955,
101
- 0.0,
102
- 0.0,
103
- 1.0,
104
- 1.0,
105
- 0.7766025066375732,
106
- 0.8205363154411316,
107
- 0.6292230486869812,
108
- 0.9999945163726807,
109
- 0.8441682457923889,
110
- 0.663233757019043,
111
- 0.48222771286964417,
112
- 0.04447316750884056,
113
- 0.0018662180518731475
114
  ],
115
- "q01": [
116
- 0.8523293137550354,
117
- -4.536894798278809,
118
- 0.6999960541725159,
119
- 0.0,
120
- 0.0,
121
- -1.0,
122
- 9.317561762145488e-07,
123
- -0.09048739075660706,
124
- -0.6610565781593323,
125
- 0.048440322279930115,
126
- -0.9992185831069946,
127
- -0.5627522468566895,
128
- -0.2832372486591339,
129
- 0.0008173074456863105,
130
- 0.007933439686894417,
131
- -0.04002286121249199
132
- ],
133
- "q99": [
134
- 5.495129108428955,
135
- -0.7063137292861938,
136
- 0.7064685225486755,
137
- 0.0,
138
- 0.0,
139
- 1.0,
140
- 1.0,
141
- 0.4885566532611847,
142
- 0.654054582118988,
143
- 0.6018248796463013,
144
- 0.9990326762199402,
145
- 0.6478560566902161,
146
- 0.3525643050670624,
147
- 0.22082039713859558,
148
- 0.04018993675708771,
149
- -0.007497125770896673
150
  ]
151
  },
152
- "action": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  "mean": [
154
- 0.00010195719369221479,
155
- 0.0010407136287540197,
156
- -0.00020552526984829456,
157
- 0.0,
158
- -0.9932089447975159,
159
- -0.03751702979207039,
160
- -0.0014896262437105179,
161
- -0.06098943203687668,
162
- -0.00028997467597946525,
163
- 0.0036832946352660656,
164
- -0.002367606619372964,
165
- -0.3347727060317993
 
 
 
166
  ],
167
  "std": [
168
- 0.027311131358146667,
169
- 0.038402386009693146,
170
- 0.012422862462699413,
171
- 0.0,
172
- 0.11636259406805038,
173
- 0.46660900115966797,
174
- 0.4023943841457367,
175
- 0.4544593095779419,
176
- 0.05792101472616196,
177
- 0.08820917457342148,
178
- 0.08091689646244049,
179
- 0.9425431489944458
180
- ],
 
 
 
 
 
 
 
 
181
  "min": [
182
  -1.0,
183
  -1.0,
184
- -0.691428542137146,
185
  0.0,
186
  -1.0,
187
  -1.0,
188
  -1.0,
189
  -1.0,
190
- -0.7314285635948181,
191
- -0.7428571581840515,
192
- -0.8657143115997314,
193
  -1.0
194
  ],
195
  "max": [
196
  1.0,
197
  1.0,
198
- 0.47999998927116394,
199
  0.0,
200
  1.0,
201
  1.0,
202
  1.0,
203
  1.0,
204
- 0.7400000095367432,
205
- 0.7685714364051819,
206
- 0.7599999904632568,
207
  1.0
208
  ],
209
- "q01": [
210
- 0.0,
211
- 0.0,
212
- 0.0,
213
  0.0,
214
- -1.0,
215
- -1.0,
216
- -1.0,
217
- -0.8857142925262451,
218
- -0.19142857193946838,
219
- -0.25999999046325684,
220
- -0.25999999046325684,
221
- -1.0
222
  ],
223
- "q99": [
224
- 0.0,
225
- 0.0,
226
- 0.0,
227
  0.0,
228
- -1.0,
229
- 1.0,
230
- 1.0,
231
- 1.0,
232
- 0.17714285850524902,
233
- 0.25999999046325684,
234
- 0.24571429193019867,
235
- 1.0
 
 
 
236
  ]
237
  },
238
  "next.reward": {
239
- "mean": [
240
- 0.0522846095263958
241
- ],
242
- "std": [
243
- 0.22260040044784546
244
- ],
245
  "min": [
246
  0.0
247
  ],
248
  "max": [
249
  1.0
250
  ],
251
- "q01": [
252
- 0.0
253
- ],
254
- "q99": [
255
- 1.0
256
- ]
257
- },
258
- "next.done": {
259
  "mean": [
260
- 0.003209727816283703
261
  ],
262
  "std": [
263
- 0.05656346678733826
264
  ],
 
 
 
 
 
265
  "min": [
266
- 0.0
267
  ],
268
  "max": [
269
- 1.0
270
  ],
271
- "q01": [
272
- 0.0
273
- ],
274
- "q99": [
275
- 0.0
276
- ]
277
- },
278
- "timestamp": {
279
  "mean": [
280
- 8.066246032714844
281
  ],
282
  "std": [
283
- 5.052414417266846
284
  ],
 
 
 
 
 
285
  "min": [
286
- 0.0
287
  ],
288
  "max": [
289
- 32.0
290
- ],
291
- "q01": [
292
- 0.15000000596046448
293
  ],
294
- "q99": [
295
- 20.649999618530273
296
- ]
297
- },
298
- "frame_index": {
299
  "mean": [
300
- 161.32492065429688
301
  ],
302
  "std": [
303
- 101.04828643798828
304
  ],
 
 
 
 
 
305
  "min": [
306
- 0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
  ],
308
  "max": [
309
- 640.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
310
  ],
311
- "q01": [
312
- 3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
313
  ],
314
- "q99": [
315
- 413.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
316
  ]
317
  },
318
- "episode_index": {
 
 
 
 
 
 
319
  "mean": [
320
- 251.20529174804688
321
  ],
322
  "std": [
323
- 144.4391326904297
324
  ],
 
 
 
 
 
325
  "min": [
326
- 0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  ],
328
  "max": [
329
- 500.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  ],
331
- "q01": [
332
- 4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333
  ],
334
- "q99": [
335
- 495.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
  ]
337
  },
338
  "index": {
339
- "mean": [
340
- 78043.5
341
- ],
342
- "std": [
343
- 45058.71875
344
- ],
345
  "min": [
346
- 0.0
347
  ],
348
  "max": [
349
- 156087.0
350
  ],
351
- "q01": [
352
- 1560.8699951171875
353
- ],
354
- "q99": [
355
- 154526.125
356
- ]
357
- },
358
- "task_index": {
359
  "mean": [
360
- 2.889824867248535
361
  ],
362
  "std": [
363
- 2.0173704624176025
364
  ],
 
 
 
 
 
365
  "min": [
366
- 0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
367
  ],
368
  "max": [
369
- 6.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
370
  ],
371
- "q01": [
372
- 0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  ],
374
- "q99": [
375
- 6.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
376
  ]
377
  }
378
  }
 
1
  {
2
+ "annotation.human.task_name": {
 
 
 
 
 
 
3
  "min": [
4
+ 7
5
  ],
6
  "max": [
7
+ 7
 
 
 
8
  ],
 
 
 
 
 
9
  "mean": [
10
  7.0
11
  ],
12
  "std": [
13
  0.0
14
  ],
15
+ "count": [
16
+ 156088
17
+ ]
18
+ },
19
+ "frame_index": {
20
  "min": [
21
+ 0
22
  ],
23
  "max": [
24
+ 640
25
  ],
26
+ "mean": [
27
+ 161.32492568294808
28
  ],
29
+ "std": [
30
+ 101.04829459269013
31
+ ],
32
+ "count": [
33
+ 156088
34
  ]
35
  },
36
+ "timestamp": {
37
+ "min": [
38
+ 0.0
39
+ ],
40
+ "max": [
41
+ 32.0
42
+ ],
43
  "mean": [
44
+ 8.066246284147404
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ],
46
  "std": [
47
+ 5.052414729634506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  ],
49
+ "count": [
50
+ 156088
51
+ ]
52
+ },
53
+ "task_index": {
54
  "min": [
55
+ 0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ],
57
  "max": [
58
+ 6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  ],
60
+ "mean": [
61
+ 2.8898249705294448
62
+ ],
63
+ "std": [
64
+ 2.017370367418318
65
+ ],
66
+ "count": [
67
+ 156088
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  ]
69
  },
70
+ "observation.images.robot0_eye_in_hand": {
71
+ "min": [
72
+ [
73
+ [
74
+ 0.0
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ]
87
+ ],
88
+ "max": [
89
+ [
90
+ [
91
+ 1.0
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ]
104
+ ],
105
  "mean": [
106
+ [
107
+ [
108
+ 0.4666051904757531
109
+ ]
110
+ ],
111
+ [
112
+ [
113
+ 0.4359389509097532
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.40639654066478564
119
+ ]
120
+ ]
121
  ],
122
  "std": [
123
+ [
124
+ [
125
+ 0.24648318462872523
126
+ ]
127
+ ],
128
+ [
129
+ [
130
+ 0.24939518039991912
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.26267729674796836
136
+ ]
137
+ ]
138
+ ],
139
+ "count": [
140
+ 50166
141
+ ]
142
+ },
143
+ "action": {
144
  "min": [
145
  -1.0,
146
  -1.0,
147
+ -0.6914285714285714,
148
  0.0,
149
  -1.0,
150
  -1.0,
151
  -1.0,
152
  -1.0,
153
+ -0.7314285714285714,
154
+ -0.7428571428571429,
155
+ -0.8657142857142858,
156
  -1.0
157
  ],
158
  "max": [
159
  1.0,
160
  1.0,
161
+ 0.48,
162
  0.0,
163
  1.0,
164
  1.0,
165
  1.0,
166
  1.0,
167
+ 0.74,
168
+ 0.7685714285714286,
169
+ 0.76,
170
  1.0
171
  ],
172
+ "mean": [
173
+ 0.00010195713773182895,
174
+ 0.001040713297260886,
175
+ -0.0002055250884116652,
176
  0.0,
177
+ -0.9932089590487417,
178
+ -0.03751710344713969,
179
+ -0.0014895901213234982,
180
+ -0.06098895906704643,
181
+ -0.0002899829400265049,
182
+ 0.0036832885478521272,
183
+ -0.0023676204631819407,
184
+ -0.33477269232740503
185
  ],
186
+ "std": [
187
+ 0.027311288537233885,
188
+ 0.03841398524094823,
189
+ 0.012424259920384772,
190
  0.0,
191
+ 0.11634416042636166,
192
+ 0.46660436763457297,
193
+ 0.40239522980202186,
194
+ 0.4544596099921923,
195
+ 0.057923469352738045,
196
+ 0.08823839655391467,
197
+ 0.08093314881350895,
198
+ 0.9422989146082363
199
+ ],
200
+ "count": [
201
+ 156088
202
  ]
203
  },
204
  "next.reward": {
 
 
 
 
 
 
205
  "min": [
206
  0.0
207
  ],
208
  "max": [
209
  1.0
210
  ],
 
 
 
 
 
 
 
 
211
  "mean": [
212
+ 0.052284608830755926
213
  ],
214
  "std": [
215
+ 0.22260037752235612
216
  ],
217
+ "count": [
218
+ 156088
219
+ ]
220
+ },
221
+ "next.done": {
222
  "min": [
223
+ false
224
  ],
225
  "max": [
226
+ true
227
  ],
 
 
 
 
 
 
 
 
228
  "mean": [
229
+ 0.003209727845830557
230
  ],
231
  "std": [
232
+ 0.05656346429442116
233
  ],
234
+ "count": [
235
+ 156088
236
+ ]
237
+ },
238
+ "episode_index": {
239
  "min": [
240
+ 0
241
  ],
242
  "max": [
243
+ 500
 
 
 
244
  ],
 
 
 
 
 
245
  "mean": [
246
+ 251.2052752293578
247
  ],
248
  "std": [
249
+ 144.43914243216494
250
  ],
251
+ "count": [
252
+ 156088
253
+ ]
254
+ },
255
+ "observation.state": {
256
  "min": [
257
+ 0.7407115420382353,
258
+ -4.968020315777125,
259
+ 0.699929043743593,
260
+ 0.0,
261
+ 0.0,
262
+ -1.0,
263
+ 0.0,
264
+ -0.18488632276431705,
265
+ -0.8404705904199292,
266
+ 0.04030704737599533,
267
+ -0.9999892711639404,
268
+ -0.8455793857574463,
269
+ -0.646397590637207,
270
+ 7.615655306381086e-08,
271
+ -0.0022912421306255045,
272
+ -0.04401129152349783
273
  ],
274
  "max": [
275
+ 5.526338302492166,
276
+ -0.2951663117995789,
277
+ 0.7114269978572203,
278
+ 0.0,
279
+ 0.0,
280
+ 1.0,
281
+ 1.0,
282
+ 0.776602500451129,
283
+ 0.8205363133699226,
284
+ 0.6292230566821304,
285
+ 0.9999945163726807,
286
+ 0.8441682457923889,
287
+ 0.663233757019043,
288
+ 0.48222771286964417,
289
+ 0.04447316709843187,
290
+ 0.0018662180340846587
291
  ],
292
+ "mean": [
293
+ 2.497110788660942,
294
+ -1.5490163899134934,
295
+ 0.7009470697264377,
296
+ 0.0,
297
+ 0.0,
298
+ 0.32444247585610403,
299
+ 0.6012400490665132,
300
+ 0.15161861708929922,
301
+ -0.00792347961987845,
302
+ 0.2694542955595934,
303
+ -0.27609562348355016,
304
+ 0.03615720242267859,
305
+ 0.00781675425513414,
306
+ 0.05988655848277522,
307
+ 0.030281645172951545,
308
+ -0.030000756746023927
309
  ],
310
+ "std": [
311
+ 1.3114972128544033,
312
+ 0.9504934358199029,
313
+ 0.0014637111329985726,
314
+ 0.0,
315
+ 0.0,
316
+ 0.6380460658072916,
317
+ 0.35516853904296264,
318
+ 0.13748472754966473,
319
+ 0.4149448962430925,
320
+ 0.14984218025084195,
321
+ 0.9175966132368613,
322
+ 0.24025656083490418,
323
+ 0.12861972156614782,
324
+ 0.0506613170113025,
325
+ 0.012610356657112926,
326
+ 0.012776371444391286
327
+ ],
328
+ "count": [
329
+ 156088
330
  ]
331
  },
332
+ "annotation.human.task_description": {
333
+ "min": [
334
+ 0
335
+ ],
336
+ "max": [
337
+ 6
338
+ ],
339
  "mean": [
340
+ 2.8898249705294448
341
  ],
342
  "std": [
343
+ 2.017370367418318
344
  ],
345
+ "count": [
346
+ 156088
347
+ ]
348
+ },
349
+ "observation.images.robot0_agentview_left": {
350
  "min": [
351
+ [
352
+ [
353
+ 0.0
354
+ ]
355
+ ],
356
+ [
357
+ [
358
+ 0.0
359
+ ]
360
+ ],
361
+ [
362
+ [
363
+ 0.0
364
+ ]
365
+ ]
366
  ],
367
  "max": [
368
+ [
369
+ [
370
+ 1.0
371
+ ]
372
+ ],
373
+ [
374
+ [
375
+ 1.0
376
+ ]
377
+ ],
378
+ [
379
+ [
380
+ 1.0
381
+ ]
382
+ ]
383
  ],
384
+ "mean": [
385
+ [
386
+ [
387
+ 0.5272768669456114
388
+ ]
389
+ ],
390
+ [
391
+ [
392
+ 0.49995411767213055
393
+ ]
394
+ ],
395
+ [
396
+ [
397
+ 0.4720389065795715
398
+ ]
399
+ ]
400
  ],
401
+ "std": [
402
+ [
403
+ [
404
+ 0.30014470950245803
405
+ ]
406
+ ],
407
+ [
408
+ [
409
+ 0.2969395102823025
410
+ ]
411
+ ],
412
+ [
413
+ [
414
+ 0.30348297168759697
415
+ ]
416
+ ]
417
+ ],
418
+ "count": [
419
+ 50166
420
  ]
421
  },
422
  "index": {
 
 
 
 
 
 
423
  "min": [
424
+ 0
425
  ],
426
  "max": [
427
+ 156087
428
  ],
 
 
 
 
 
 
 
 
429
  "mean": [
430
+ 78043.5
431
  ],
432
  "std": [
433
+ 45058.72440771043
434
  ],
435
+ "count": [
436
+ 156088
437
+ ]
438
+ },
439
+ "observation.images.robot0_agentview_right": {
440
  "min": [
441
+ [
442
+ [
443
+ 0.0
444
+ ]
445
+ ],
446
+ [
447
+ [
448
+ 0.0
449
+ ]
450
+ ],
451
+ [
452
+ [
453
+ 0.0
454
+ ]
455
+ ]
456
  ],
457
  "max": [
458
+ [
459
+ [
460
+ 1.0
461
+ ]
462
+ ],
463
+ [
464
+ [
465
+ 1.0
466
+ ]
467
+ ],
468
+ [
469
+ [
470
+ 1.0
471
+ ]
472
+ ]
473
  ],
474
+ "mean": [
475
+ [
476
+ [
477
+ 0.5327243007119269
478
+ ]
479
+ ],
480
+ [
481
+ [
482
+ 0.5053476799247032
483
+ ]
484
+ ],
485
+ [
486
+ [
487
+ 0.4774445307177878
488
+ ]
489
+ ]
490
  ],
491
+ "std": [
492
+ [
493
+ [
494
+ 0.29941994151766765
495
+ ]
496
+ ],
497
+ [
498
+ [
499
+ 0.29673185944737596
500
+ ]
501
+ ],
502
+ [
503
+ [
504
+ 0.3038294342237792
505
+ ]
506
+ ]
507
+ ],
508
+ "count": [
509
+ 50166
510
  ]
511
  }
512
  }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a623275bd0881391cc020c0ed946b351a433521ceee182968ff6f8f4838d8329
3
+ size 2474
videos/observation.images.robot0_agentview_left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eb9c10c10aa6592df0cc1d00c5cd0252d5bb9db677c1a6d0f2b771734bc3cbd
3
+ size 102074615
videos/observation.images.robot0_agentview_right/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c6d705f4c99cf72413c1fc0b5a9e8ca0a7f65ba9bd2aa2b9a610062730968e7
3
+ size 105080188
videos/observation.images.robot0_eye_in_hand/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bcad4abff751889e3747f4db3c0fd000388fa3f2c238857ccf2533e5338ab01
3
+ size 169731082