valtsblukis commited on
Commit
3d816c9
·
verified ·
1 Parent(s): caf5b0b

Initial upload: 5 episodes of BananaInBowl with GelSight tactile data (pi0.5 policy, IsaacLab sim)

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:313ff8890a7ad9cad186ddd59c348da920decfa081ce00bb1f19629010135385
3
+ size 173809
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f8b1077ca551b977b8cd05d9270a71bd2dc537a2e35413ad1613321c8b68cfd
3
+ size 11984
meta/info.json ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 5,
5
+ "total_frames": 715,
6
+ "total_tasks": 1,
7
+ "total_videos": 5,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:5"
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
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 8
21
+ ],
22
+ "names": {
23
+ "motors": [
24
+ "j0",
25
+ "j1",
26
+ "j2",
27
+ "j3",
28
+ "j4",
29
+ "j5",
30
+ "j6",
31
+ "gripper"
32
+ ]
33
+ },
34
+ "fps": 15
35
+ },
36
+ "observation.state": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 13
40
+ ],
41
+ "names": {
42
+ "motors": [
43
+ "joint_0",
44
+ "joint_1",
45
+ "joint_2",
46
+ "joint_3",
47
+ "joint_4",
48
+ "joint_5",
49
+ "joint_6",
50
+ "joint_7",
51
+ "joint_8",
52
+ "joint_9",
53
+ "joint_10",
54
+ "joint_11",
55
+ "joint_12"
56
+ ]
57
+ },
58
+ "fps": 15
59
+ },
60
+ "observation.velocity": {
61
+ "dtype": "float32",
62
+ "shape": [
63
+ 13
64
+ ],
65
+ "names": null,
66
+ "fps": 15
67
+ },
68
+ "observation.ee_position": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 3
72
+ ],
73
+ "names": [
74
+ "x",
75
+ "y",
76
+ "z"
77
+ ],
78
+ "fps": 15
79
+ },
80
+ "observation.ee_orientation": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 4
84
+ ],
85
+ "names": [
86
+ "qx",
87
+ "qy",
88
+ "qz",
89
+ "qw"
90
+ ],
91
+ "fps": 15
92
+ },
93
+ "episode_index": {
94
+ "dtype": "int64",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null,
99
+ "fps": 15
100
+ },
101
+ "frame_index": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null,
107
+ "fps": 15
108
+ },
109
+ "index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null,
115
+ "fps": 15
116
+ },
117
+ "task_index": {
118
+ "dtype": "int64",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null,
123
+ "fps": 15
124
+ },
125
+ "timestamp": {
126
+ "dtype": "float32",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null,
131
+ "fps": 15
132
+ },
133
+ "next.done": {
134
+ "dtype": "bool",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null,
139
+ "fps": 15
140
+ },
141
+ "observation.images.external_cam": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 360,
145
+ 640,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channels"
152
+ ],
153
+ "info": {
154
+ "video.height": 360,
155
+ "video.width": 640,
156
+ "video.codec": "avc1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 15.0,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.wrist_cam": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 360,
168
+ 640,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channels"
175
+ ],
176
+ "info": {
177
+ "video.height": 360,
178
+ "video.width": 640,
179
+ "video.codec": "avc1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 15.0,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.ego": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 240,
191
+ 432,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channels"
198
+ ],
199
+ "info": {
200
+ "video.height": 240,
201
+ "video.width": 432,
202
+ "video.codec": "avc1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 15.0,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "observation.images.tactile_left": {
211
+ "dtype": "video",
212
+ "shape": [
213
+ 320,
214
+ 240,
215
+ 3
216
+ ],
217
+ "names": [
218
+ "height",
219
+ "width",
220
+ "channels"
221
+ ],
222
+ "info": {
223
+ "video.height": 320,
224
+ "video.width": 240,
225
+ "video.codec": "avc1",
226
+ "video.pix_fmt": "yuv420p",
227
+ "video.is_depth_map": false,
228
+ "video.fps": 15.0,
229
+ "video.channels": 3,
230
+ "has_audio": false
231
+ }
232
+ },
233
+ "observation.images.tactile_right": {
234
+ "dtype": "video",
235
+ "shape": [
236
+ 320,
237
+ 240,
238
+ 3
239
+ ],
240
+ "names": [
241
+ "height",
242
+ "width",
243
+ "channels"
244
+ ],
245
+ "info": {
246
+ "video.height": 320,
247
+ "video.width": 240,
248
+ "video.codec": "avc1",
249
+ "video.pix_fmt": "yuv420p",
250
+ "video.is_depth_map": false,
251
+ "video.fps": 15.0,
252
+ "video.channels": 3,
253
+ "has_audio": false
254
+ }
255
+ }
256
+ },
257
+ "data_files_size_in_mb": 100,
258
+ "video_files_size_in_mb": 500
259
+ }
meta/stats.json ADDED
@@ -0,0 +1,681 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ -0.01511842125653895,
5
+ 0.11942996594566815,
6
+ -0.05229710057767359,
7
+ -2.2766976881694125,
8
+ -0.11874975363036636,
9
+ 2.3803262992338703,
10
+ 0.7113316539922482,
11
+ 0.4433566433566434
12
+ ],
13
+ "std": [
14
+ 0.10633102118085774,
15
+ 0.2541879373996529,
16
+ 0.10520707332000195,
17
+ 0.13230356650125996,
18
+ 0.11685198805362461,
19
+ 0.1874932783974896,
20
+ 0.9236646510318876,
21
+ 0.49678116927694865
22
+ ],
23
+ "min": [
24
+ -0.2132803052663803,
25
+ -0.6010556221008301,
26
+ -0.25669562816619873,
27
+ -2.4942994117736816,
28
+ -0.42938584089279175,
29
+ 1.9210612773895264,
30
+ -1.1677454710006714,
31
+ 0.0
32
+ ],
33
+ "max": [
34
+ 0.2424246370792389,
35
+ 0.44098520278930664,
36
+ 0.19125327467918396,
37
+ -1.805959701538086,
38
+ 0.07180392742156982,
39
+ 2.698773145675659,
40
+ 1.577817440032959,
41
+ 1.0
42
+ ],
43
+ "count": [
44
+ 715
45
+ ]
46
+ },
47
+ "observation.state": {
48
+ "mean": [
49
+ -0.01878701442611645,
50
+ 0.10285350507018612,
51
+ -0.05316456138137834,
52
+ -2.2852493676272307,
53
+ -0.1140137142647316,
54
+ 2.3734958316896346,
55
+ 0.6952399550575659,
56
+ 0.1818611402638891,
57
+ 0.18185275262637232,
58
+ -0.1831286163186523,
59
+ 0.18388601632994916,
60
+ -0.17935591444818544,
61
+ -0.17922481173044016
62
+ ],
63
+ "std": [
64
+ 0.10133392365314972,
65
+ 0.2672407468476654,
66
+ 0.10278136916784734,
67
+ 0.12846996302266595,
68
+ 0.11329122080800227,
69
+ 0.19419686281475437,
70
+ 0.9189116079763758,
71
+ 0.21886143777081293,
72
+ 0.21885478076571582,
73
+ 0.22048873875802155,
74
+ 0.2212437867194926,
75
+ 0.2161161754437329,
76
+ 0.21551767311296138
77
+ ],
78
+ "min": [
79
+ -0.18923254311084747,
80
+ -0.621380090713501,
81
+ -0.24680271744728088,
82
+ -2.506739616394043,
83
+ -0.3967292308807373,
84
+ 1.8951393365859985,
85
+ -1.1634725332260132,
86
+ -1.7771055738080577e-08,
87
+ -1.1851403542095795e-05,
88
+ -0.49507948756217957,
89
+ -0.002701702294871211,
90
+ -0.48481854796409607,
91
+ -0.48429909348487854
92
+ ],
93
+ "max": [
94
+ 0.24003861844539642,
95
+ 0.4304546117782593,
96
+ 0.18859297037124634,
97
+ -1.8223804235458374,
98
+ 0.0587652362883091,
99
+ 2.6929733753204346,
100
+ 1.507517695426941,
101
+ 0.49217861890792847,
102
+ 0.49213314056396484,
103
+ 0.025543183088302612,
104
+ 0.4984230399131775,
105
+ 0.06980331987142563,
106
+ 0.0006018550484441221
107
+ ],
108
+ "count": [
109
+ 715
110
+ ]
111
+ },
112
+ "observation.velocity": {
113
+ "mean": [
114
+ 0.01922783937933692,
115
+ 0.0912084174211639,
116
+ 0.004479272744819437,
117
+ 0.03926516926397205,
118
+ -0.026444161766195684,
119
+ 0.034586809171309574,
120
+ 0.08142279894201092,
121
+ -0.7243761370986713,
122
+ -0.6592745002922715,
123
+ 0.7242575159690351,
124
+ -0.9957877253498304,
125
+ 0.053518109052013395,
126
+ 0.7537764592690809
127
+ ],
128
+ "std": [
129
+ 0.07222298762546417,
130
+ 0.18688346880214712,
131
+ 0.07158891741630585,
132
+ 0.10452807562339196,
133
+ 0.08199985764049153,
134
+ 0.14226877225060414,
135
+ 0.2530431864462703,
136
+ 1.0642168743699563,
137
+ 0.9952342910470681,
138
+ 1.064315500925621,
139
+ 1.4054906039406185,
140
+ 1.215954108409613,
141
+ 1.094579717782828
142
+ ],
143
+ "min": [
144
+ -0.18972696363925934,
145
+ -0.6091319918632507,
146
+ -0.1790391206741333,
147
+ -0.4167300760746002,
148
+ -0.6026357412338257,
149
+ -0.4064820408821106,
150
+ -0.8825512528419495,
151
+ -8.693344116210938,
152
+ -8.609280586242676,
153
+ -3.8684892654418945,
154
+ -8.149652481079102,
155
+ -17.806133270263672,
156
+ -4.318408966064453
157
+ ],
158
+ "max": [
159
+ 0.27457302808761597,
160
+ 0.7976352572441101,
161
+ 0.24922505021095276,
162
+ 0.4787452816963196,
163
+ 0.24777254462242126,
164
+ 0.6655948162078857,
165
+ 1.3902466297149658,
166
+ 3.868488311767578,
167
+ 4.057145595550537,
168
+ 8.693344116210938,
169
+ 3.8141753673553467,
170
+ 8.47650146484375,
171
+ 8.69025993347168
172
+ ],
173
+ "count": [
174
+ 715
175
+ ]
176
+ },
177
+ "observation.ee_position": {
178
+ "mean": [
179
+ 0.5061183801897756,
180
+ -0.038153642000609334,
181
+ 0.2840681103559641
182
+ ],
183
+ "std": [
184
+ 0.04281942598432559,
185
+ 0.0777882201644242,
186
+ 0.09112676743850659
187
+ ],
188
+ "min": [
189
+ 0.3630198836326599,
190
+ -0.13316790759563446,
191
+ 0.15845923125743866
192
+ ],
193
+ "max": [
194
+ 0.584112823009491,
195
+ 0.17881298065185547,
196
+ 0.49007728695869446
197
+ ],
198
+ "count": [
199
+ 715
200
+ ]
201
+ },
202
+ "observation.ee_orientation": {
203
+ "mean": [
204
+ 0.5903303596940074,
205
+ 0.19774178134330977,
206
+ 0.5809541560136355,
207
+ -0.24298647903475806
208
+ ],
209
+ "std": [
210
+ 0.0757808532766672,
211
+ 0.32051153985413344,
212
+ 0.0759966923850121,
213
+ 0.3187667150420174
214
+ ],
215
+ "min": [
216
+ 0.46793776750564575,
217
+ -0.4473385512828827,
218
+ 0.46104195713996887,
219
+ -0.5613307356834412
220
+ ],
221
+ "max": [
222
+ 0.7500765323638916,
223
+ 0.48789313435554504,
224
+ 0.707287609577179,
225
+ 0.374252051115036
226
+ ],
227
+ "count": [
228
+ 715
229
+ ]
230
+ },
231
+ "episode_index": {
232
+ "mean": [
233
+ 1.8433566433566433
234
+ ],
235
+ "std": [
236
+ 1.4262552778380038
237
+ ],
238
+ "min": [
239
+ 0
240
+ ],
241
+ "max": [
242
+ 4
243
+ ],
244
+ "count": [
245
+ 715
246
+ ]
247
+ },
248
+ "frame_index": {
249
+ "mean": [
250
+ 72.11328671328671
251
+ ],
252
+ "std": [
253
+ 43.29246488444545
254
+ ],
255
+ "min": [
256
+ 0
257
+ ],
258
+ "max": [
259
+ 175
260
+ ],
261
+ "count": [
262
+ 715
263
+ ]
264
+ },
265
+ "index": {
266
+ "mean": [
267
+ 357.0
268
+ ],
269
+ "std": [
270
+ 206.402519364469
271
+ ],
272
+ "min": [
273
+ 0
274
+ ],
275
+ "max": [
276
+ 714
277
+ ],
278
+ "count": [
279
+ 715
280
+ ]
281
+ },
282
+ "task_index": {
283
+ "mean": [
284
+ 0.0
285
+ ],
286
+ "std": [
287
+ 0.0
288
+ ],
289
+ "min": [
290
+ 0
291
+ ],
292
+ "max": [
293
+ 0
294
+ ],
295
+ "count": [
296
+ 715
297
+ ]
298
+ },
299
+ "timestamp": {
300
+ "mean": [
301
+ 4.807552447552448
302
+ ],
303
+ "std": [
304
+ 2.8861643256296965
305
+ ],
306
+ "min": [
307
+ 0.0
308
+ ],
309
+ "max": [
310
+ 11.666666666666666
311
+ ],
312
+ "count": [
313
+ 715
314
+ ]
315
+ },
316
+ "observation.images.external_cam": {
317
+ "min": [
318
+ [
319
+ [
320
+ 0.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 0.0
326
+ ]
327
+ ],
328
+ [
329
+ [
330
+ 0.0
331
+ ]
332
+ ]
333
+ ],
334
+ "max": [
335
+ [
336
+ [
337
+ 1.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 1.0
343
+ ]
344
+ ],
345
+ [
346
+ [
347
+ 1.0
348
+ ]
349
+ ]
350
+ ],
351
+ "mean": [
352
+ [
353
+ [
354
+ 0.10184304416179657
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.10184304416179657
360
+ ]
361
+ ],
362
+ [
363
+ [
364
+ 0.10184304416179657
365
+ ]
366
+ ]
367
+ ],
368
+ "std": [
369
+ [
370
+ [
371
+ 0.3191285729408264
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.3191285729408264
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.29872387647628784
382
+ ]
383
+ ]
384
+ ],
385
+ "count": [
386
+ 715
387
+ ]
388
+ },
389
+ "observation.images.wrist_cam": {
390
+ "min": [
391
+ [
392
+ [
393
+ 0.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 0.0
399
+ ]
400
+ ],
401
+ [
402
+ [
403
+ 0.0
404
+ ]
405
+ ]
406
+ ],
407
+ "max": [
408
+ [
409
+ [
410
+ 1.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.9803921580314636
416
+ ]
417
+ ],
418
+ [
419
+ [
420
+ 1.0
421
+ ]
422
+ ]
423
+ ],
424
+ "mean": [
425
+ [
426
+ [
427
+ 0.10184304416179657
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.10184304416179657
433
+ ]
434
+ ],
435
+ [
436
+ [
437
+ 0.10184304416179657
438
+ ]
439
+ ]
440
+ ],
441
+ "std": [
442
+ [
443
+ [
444
+ 0.3191285729408264
445
+ ]
446
+ ],
447
+ [
448
+ [
449
+ 0.3191285729408264
450
+ ]
451
+ ],
452
+ [
453
+ [
454
+ 0.22636449337005615
455
+ ]
456
+ ]
457
+ ],
458
+ "count": [
459
+ 715
460
+ ]
461
+ },
462
+ "observation.images.ego": {
463
+ "min": [
464
+ [
465
+ [
466
+ 0.0117647061124444
467
+ ]
468
+ ],
469
+ [
470
+ [
471
+ 0.0
472
+ ]
473
+ ],
474
+ [
475
+ [
476
+ 0.0
477
+ ]
478
+ ]
479
+ ],
480
+ "max": [
481
+ [
482
+ [
483
+ 1.0
484
+ ]
485
+ ],
486
+ [
487
+ [
488
+ 0.9882352948188782
489
+ ]
490
+ ],
491
+ [
492
+ [
493
+ 1.0
494
+ ]
495
+ ]
496
+ ],
497
+ "mean": [
498
+ [
499
+ [
500
+ 0.2263178825378418
501
+ ]
502
+ ],
503
+ [
504
+ [
505
+ 0.2263178825378418
506
+ ]
507
+ ],
508
+ [
509
+ [
510
+ 0.2263178825378418
511
+ ]
512
+ ]
513
+ ],
514
+ "std": [
515
+ [
516
+ [
517
+ 0.33760759234428406
518
+ ]
519
+ ],
520
+ [
521
+ [
522
+ 0.33667904138565063
523
+ ]
524
+ ],
525
+ [
526
+ [
527
+ 0.26861441135406494
528
+ ]
529
+ ]
530
+ ],
531
+ "count": [
532
+ 715
533
+ ]
534
+ },
535
+ "observation.images.tactile_left": {
536
+ "min": [
537
+ [
538
+ [
539
+ 0.16078431904315948
540
+ ]
541
+ ],
542
+ [
543
+ [
544
+ 0.23137255012989044
545
+ ]
546
+ ],
547
+ [
548
+ [
549
+ 0.0
550
+ ]
551
+ ]
552
+ ],
553
+ "max": [
554
+ [
555
+ [
556
+ 0.6196078658103943
557
+ ]
558
+ ],
559
+ [
560
+ [
561
+ 0.772549033164978
562
+ ]
563
+ ],
564
+ [
565
+ [
566
+ 0.6509804129600525
567
+ ]
568
+ ]
569
+ ],
570
+ "mean": [
571
+ [
572
+ [
573
+ 0.3055291473865509
574
+ ]
575
+ ],
576
+ [
577
+ [
578
+ 0.3055291473865509
579
+ ]
580
+ ],
581
+ [
582
+ [
583
+ 0.24328173696994781
584
+ ]
585
+ ]
586
+ ],
587
+ "std": [
588
+ [
589
+ [
590
+ 0.14006729423999786
591
+ ]
592
+ ],
593
+ [
594
+ [
595
+ 0.21023109555244446
596
+ ]
597
+ ],
598
+ [
599
+ [
600
+ 0.16384921967983246
601
+ ]
602
+ ]
603
+ ],
604
+ "count": [
605
+ 715
606
+ ]
607
+ },
608
+ "observation.images.tactile_right": {
609
+ "min": [
610
+ [
611
+ [
612
+ 0.18431372940540314
613
+ ]
614
+ ],
615
+ [
616
+ [
617
+ 0.21960784494876862
618
+ ]
619
+ ],
620
+ [
621
+ [
622
+ 0.0
623
+ ]
624
+ ]
625
+ ],
626
+ "max": [
627
+ [
628
+ [
629
+ 0.7450980544090271
630
+ ]
631
+ ],
632
+ [
633
+ [
634
+ 0.7686274647712708
635
+ ]
636
+ ],
637
+ [
638
+ [
639
+ 0.6745098233222961
640
+ ]
641
+ ]
642
+ ],
643
+ "mean": [
644
+ [
645
+ [
646
+ 0.3055291473865509
647
+ ]
648
+ ],
649
+ [
650
+ [
651
+ 0.3055291473865509
652
+ ]
653
+ ],
654
+ [
655
+ [
656
+ 0.24447983503341675
657
+ ]
658
+ ]
659
+ ],
660
+ "std": [
661
+ [
662
+ [
663
+ 0.1424424797296524
664
+ ]
665
+ ],
666
+ [
667
+ [
668
+ 0.20899701118469238
669
+ ]
670
+ ],
671
+ [
672
+ [
673
+ 0.16168628633022308
674
+ ]
675
+ ]
676
+ ],
677
+ "count": [
678
+ 715
679
+ ]
680
+ }
681
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Banana in bowl"}
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f1b3dc5f282ba31734e540757e19847f4d384aa9c4b57933cdc85e935246e3
3
+ size 797
videos/observation.images.ego/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b913b948586f9311236059d15adb369dcac9f5ab74f9e54204730d89021df79f
3
+ size 535826
videos/observation.images.external_cam/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35bc8b4911e73e7bb34753d2ce47a5cbe08c871c5e708171bf91512014b66aa4
3
+ size 1371789
videos/observation.images.tactile_left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:684a4b63c7d866b8058b76fa87c6353200bfa0fee79553808b247355a7664f82
3
+ size 128865
videos/observation.images.tactile_right/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62142ad56589f6fc42ec453db3087d14b7b1c21d374546f5ae5277e54c918ac7
3
+ size 169766
videos/observation.images.wrist_cam/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31035c47606e23e0142fb4ee03e6731c3a49a0f308df277a3c0b627a9a3c1267
3
+ size 5266348