LiamFy commited on
Commit
a5a90c1
·
verified ·
1 Parent(s): 93d05b1

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d21dd5ef8cd3ef2940b233f9ed780f6ccb55c1113848942aa988521639454b88
3
+ size 42110
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["pick up the large blue cube and place it on the blue tablet", "valid"], "length": 145}
2
+ {"task_index": 1, "task": "valid"}
meta/info.json ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "mimic_single_arm",
4
+ "total_episodes": 1,
5
+ "total_frames": 145,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 0,
9
+ "chunks_size": 1000,
10
+ "fps": 20.0,
11
+ "splits": {
12
+ "train": "0:100"
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.ego_view": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 480,
21
+ 640,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ],
29
+ "video_info": {
30
+ "video.fps": 20.0,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "has_audio": false
35
+ }
36
+ },
37
+ "observation.images.wrist_view": {
38
+ "dtype": "video",
39
+ "shape": [
40
+ 480,
41
+ 640,
42
+ 3
43
+ ],
44
+ "names": [
45
+ "height",
46
+ "width",
47
+ "channel"
48
+ ],
49
+ "video_info": {
50
+ "video.fps": 20.0,
51
+ "video.codec": "h264",
52
+ "video.pix_fmt": "yuv420p",
53
+ "video.is_depth_map": false,
54
+ "has_audio": false
55
+ }
56
+ },
57
+ "observation.state": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 25
61
+ ],
62
+ "names": [
63
+ "x",
64
+ "y",
65
+ "z",
66
+ "r1",
67
+ "r2",
68
+ "r3",
69
+ "r4",
70
+ "r5",
71
+ "r6",
72
+ "h1",
73
+ "h2",
74
+ "h3",
75
+ "h4",
76
+ "h5",
77
+ "h6",
78
+ "h7",
79
+ "h8",
80
+ "h9",
81
+ "h10",
82
+ "h11",
83
+ "h12",
84
+ "h13",
85
+ "h14",
86
+ "h15",
87
+ "h16"
88
+ ]
89
+ },
90
+ "action": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 25
94
+ ],
95
+ "names": [
96
+ "x",
97
+ "y",
98
+ "z",
99
+ "r1",
100
+ "r2",
101
+ "r3",
102
+ "r4",
103
+ "r5",
104
+ "r6",
105
+ "h1",
106
+ "h2",
107
+ "h3",
108
+ "h4",
109
+ "h5",
110
+ "h6",
111
+ "h7",
112
+ "h8",
113
+ "h9",
114
+ "h10",
115
+ "h11",
116
+ "h12",
117
+ "h13",
118
+ "h14",
119
+ "h15",
120
+ "h16"
121
+ ]
122
+ },
123
+ "timestamp": {
124
+ "dtype": "float64",
125
+ "shape": [
126
+ 1
127
+ ]
128
+ },
129
+ "annotation.human.action.task_description": {
130
+ "dtype": "int32",
131
+ "shape": [
132
+ 1
133
+ ]
134
+ },
135
+ "task_index": {
136
+ "dtype": "int32",
137
+ "shape": [
138
+ 1
139
+ ]
140
+ },
141
+ "annotation.human.validity": {
142
+ "dtype": "int32",
143
+ "shape": [
144
+ 1
145
+ ]
146
+ },
147
+ "episode_index": {
148
+ "dtype": "int32",
149
+ "shape": [
150
+ 1
151
+ ]
152
+ },
153
+ "index": {
154
+ "dtype": "int64",
155
+ "shape": [
156
+ 1
157
+ ]
158
+ },
159
+ "next.reward": {
160
+ "dtype": "float32",
161
+ "shape": [
162
+ 1
163
+ ]
164
+ },
165
+ "next.done": {
166
+ "dtype": "bool",
167
+ "shape": [
168
+ 1
169
+ ]
170
+ }
171
+ }
172
+ }
meta/modality.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": {
3
+ "eef_pos": {
4
+ "start": 0,
5
+ "end": 3
6
+ },
7
+ "eef_rot": {
8
+ "start": 3,
9
+ "end": 9,
10
+ "rotation_type": "rotation_6d"
11
+ },
12
+ "right_hand": {
13
+ "start": 9,
14
+ "end": 25
15
+ }
16
+ },
17
+ "action": {
18
+ "eef_pos": {
19
+ "start": 0,
20
+ "end": 3
21
+ },
22
+ "eef_rot": {
23
+ "start": 3,
24
+ "end": 9,
25
+ "rotation_type": "rotation_6d"
26
+ },
27
+ "right_hand": {
28
+ "start": 9,
29
+ "end": 25
30
+ }
31
+ },
32
+ "video": {
33
+ "ego_view": {
34
+ "original_key": "observation.images.ego_view"
35
+ },
36
+ "wrist_view": {
37
+ "original_key": "observation.images.wrist_view"
38
+ }
39
+ },
40
+ "annotation": {
41
+ "human.action.task_description": {},
42
+ "human.validity": {},
43
+ "human.coarse_action": {
44
+ "original_key": "annotation.human.action.task_description"
45
+ }
46
+ }
47
+ }
meta/stats.json ADDED
@@ -0,0 +1,661 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "mean": [
4
+ 0.024073680862784386,
5
+ 0.05278654396533966,
6
+ 0.008337067440152168,
7
+ -2.0737104415893555,
8
+ 0.005255588795989752,
9
+ -0.060208920389413834,
10
+ 0.027672337368130684,
11
+ 0.00036930033820681274,
12
+ 0.0002634618431329727,
13
+ 0.00011519899999257177,
14
+ 0.00016780724399723113,
15
+ -0.002851120661944151,
16
+ 1.7207961082458496,
17
+ 0.0,
18
+ 0.0,
19
+ 0.0,
20
+ 0.0,
21
+ 0.0,
22
+ 0.0,
23
+ 0.0,
24
+ 0.0,
25
+ 0.0,
26
+ -0.33521875739097595,
27
+ -0.28372809290885925,
28
+ 0.15492740273475647
29
+ ],
30
+ "std": [
31
+ 0.004963173530995846,
32
+ 0.0223115012049675,
33
+ 0.016123220324516296,
34
+ 0.004333216696977615,
35
+ 0.010485930368304253,
36
+ 0.02426205761730671,
37
+ 0.020790329203009605,
38
+ 0.00016415574646089226,
39
+ 0.00019572838209569454,
40
+ 0.00022856859141029418,
41
+ 0.00019300324493087828,
42
+ 0.000340089580276981,
43
+ 0.14482876658439636,
44
+ 0.0,
45
+ 0.0,
46
+ 0.0,
47
+ 0.0,
48
+ 0.0,
49
+ 0.0,
50
+ 0.0,
51
+ 0.0,
52
+ 0.0,
53
+ 0.3952951729297638,
54
+ 0.25863444805145264,
55
+ 0.19730082154273987
56
+ ],
57
+ "min": [
58
+ -0.011470829136669636,
59
+ 0.024762336164712906,
60
+ -0.026556096971035004,
61
+ -2.1010613441467285,
62
+ -0.01772996224462986,
63
+ -0.10745838284492493,
64
+ -0.018831634894013405,
65
+ 6.368422327795997e-05,
66
+ -9.9488694104366e-05,
67
+ -0.00029993493808433414,
68
+ -0.0001862600038293749,
69
+ -0.0032463406678289175,
70
+ 0.002027842914685607,
71
+ 0.0,
72
+ 0.0,
73
+ 0.0,
74
+ 0.0,
75
+ 0.0,
76
+ 0.0,
77
+ 0.0,
78
+ 0.0,
79
+ 0.0,
80
+ -1.8967396020889282,
81
+ -1.0383824110031128,
82
+ -0.37157541513442993
83
+ ],
84
+ "max": [
85
+ 0.03430150821805,
86
+ 0.12207967042922974,
87
+ 0.04231996089220047,
88
+ -2.0674543380737305,
89
+ 0.0362711139023304,
90
+ 0.022216133773326874,
91
+ 0.04543035477399826,
92
+ 0.0006921110325492918,
93
+ 0.000763183634262532,
94
+ 0.0008477637893520296,
95
+ 0.0006939115701243281,
96
+ 0.0037847936619073153,
97
+ 1.7426273822784424,
98
+ 0.0,
99
+ 0.0,
100
+ 0.0,
101
+ 0.0,
102
+ 0.0,
103
+ 0.0,
104
+ 0.0,
105
+ 0.0,
106
+ 0.0,
107
+ 0.512335479259491,
108
+ 5.2561413212970365e-06,
109
+ 0.824306070804596,
110
+ 0.0002504349686205387,
111
+ 1.4361546039581299,
112
+ 1.2453129291534424,
113
+ 1.234397053718567,
114
+ 1.496082067489624,
115
+ 1.563523292541504,
116
+ 1.581580638885498,
117
+ 1.4593732357025146,
118
+ 0.7286486029624939,
119
+ 1.847397804260254,
120
+ 0.0,
121
+ 0.0,
122
+ 0.0,
123
+ 0.0,
124
+ 0.0,
125
+ 0.0,
126
+ 0.0,
127
+ 0.0,
128
+ 0.0
129
+ ],
130
+ "q01": [
131
+ 0.005135646276175975,
132
+ 0.024818393867462873,
133
+ -0.025654945988208055,
134
+ -2.0987971425056458,
135
+ -0.009493496734648943,
136
+ -0.10722454041242599,
137
+ -0.013124331552535295,
138
+ 6.369604670908302e-05,
139
+ -9.947519174602348e-05,
140
+ -0.0002999187869136222,
141
+ -0.0001862465127487667,
142
+ -0.003130580298602581,
143
+ 0.9732183277606964,
144
+ 0.0,
145
+ 0.0,
146
+ 0.0,
147
+ 0.0,
148
+ 0.0,
149
+ 0.0,
150
+ 0.0,
151
+ 0.0,
152
+ 0.0,
153
+ -1.7906568050384521,
154
+ -0.995996531844139,
155
+ -0.3003100335597992,
156
+ -2.4953843116760255,
157
+ -0.33069525212049483,
158
+ -0.18793141171336175,
159
+ -0.6559093207120895,
160
+ -0.17209125831723213,
161
+ -0.2489942863583565,
162
+ -0.025486903265118602,
163
+ 0.0012177389056887476,
164
+ -0.03553793989121914,
165
+ 1.0250790774822236,
166
+ 0.0,
167
+ 0.0,
168
+ 0.0,
169
+ 0.0,
170
+ 0.0,
171
+ 0.0,
172
+ 0.0,
173
+ 0.0,
174
+ 0.0
175
+ ],
176
+ "q99": [
177
+ 0.034285987913608554,
178
+ 0.10236052386462695,
179
+ 0.03318197131156921,
180
+ -2.0678550124168398,
181
+ 0.03548044934868814,
182
+ 0.0012744752806611432,
183
+ 0.04542382601648569,
184
+ 0.0005967515520751479,
185
+ 0.000568800832843409,
186
+ 0.0005331498687155549,
187
+ 0.000485652446513997,
188
+ -0.0027482542442157838,
189
+ 1.7421821415424348,
190
+ 0.0,
191
+ 0.0,
192
+ 0.0,
193
+ 0.0,
194
+ 0.0,
195
+ 0.0,
196
+ 0.0,
197
+ 0.0,
198
+ 0.0,
199
+ 0.3702386841177954,
200
+ -8.26762329779597e-06,
201
+ 0.6804755419492752,
202
+ -0.03044523755088397,
203
+ 1.3087890028953566,
204
+ 1.216607600450516,
205
+ 1.2253605246543884,
206
+ 1.4745453178882602,
207
+ 1.4878826022148142,
208
+ 1.3669828891754154,
209
+ 1.4564199566841125,
210
+ 0.6415338873863259,
211
+ 1.759756165742875,
212
+ 0.0,
213
+ 0.0,
214
+ 0.0,
215
+ 0.0,
216
+ 0.0,
217
+ 0.0,
218
+ 0.0,
219
+ 0.0,
220
+ 0.0
221
+ ]
222
+ },
223
+ "action": {
224
+ "mean": [
225
+ 0.02412528358399868,
226
+ 0.05197398364543915,
227
+ 0.008648553863167763,
228
+ -2.073517084121704,
229
+ 0.005050849635154009,
230
+ -0.0613076388835907,
231
+ 0.028096528723835945,
232
+ -1.5,
233
+ -1.5,
234
+ -1.5,
235
+ -1.5,
236
+ -3.0,
237
+ 3.0,
238
+ 0.0,
239
+ 0.0,
240
+ 0.0,
241
+ 0.0,
242
+ 0.0,
243
+ 0.0,
244
+ 0.0,
245
+ 0.0,
246
+ 0.0,
247
+ -0.34802183508872986,
248
+ -0.28142520785331726,
249
+ 0.15472747385501862,
250
+ -1.448104739189148,
251
+ 0.6057482361793518,
252
+ 0.41758018732070923,
253
+ 0.6884610056877136,
254
+ -0.5081107020378113,
255
+ -0.5081107020378113,
256
+ -0.5081107020378113,
257
+ -0.5081107020378113,
258
+ -1.0162214040756226,
259
+ 3.0,
260
+ 0.0,
261
+ 0.0,
262
+ 0.0,
263
+ 0.0,
264
+ 0.0,
265
+ 0.0,
266
+ 0.0,
267
+ 0.0,
268
+ 0.0
269
+ ],
270
+ "std": [
271
+ 0.004589506890624762,
272
+ 0.021911535412073135,
273
+ 0.016204575076699257,
274
+ 0.0037121744826436043,
275
+ 0.010579580441117287,
276
+ 0.023559249937534332,
277
+ 0.020886780694127083,
278
+ 0.0,
279
+ 0.0,
280
+ 0.0,
281
+ 0.0,
282
+ 0.0,
283
+ 0.0,
284
+ 0.0,
285
+ 0.0,
286
+ 0.0,
287
+ 0.0,
288
+ 0.0,
289
+ 0.0,
290
+ 0.0,
291
+ 0.0,
292
+ 0.0,
293
+ 0.4004358649253845,
294
+ 0.2636469602584839,
295
+ 0.20557548105716705,
296
+ 0.6067609190940857,
297
+ 0.40509313344955444,
298
+ 0.33099862933158875,
299
+ 0.5248527526855469,
300
+ 1.411324381828308,
301
+ 1.411324381828308,
302
+ 1.411324381828308,
303
+ 1.411324381828308,
304
+ 2.822648763656616,
305
+ 0.0,
306
+ 0.0,
307
+ 0.0,
308
+ 0.0,
309
+ 0.0,
310
+ 0.0,
311
+ 0.0,
312
+ 0.0,
313
+ 0.0,
314
+ 0.0
315
+ ],
316
+ "min": [
317
+ -0.010770668275654316,
318
+ 0.024592319503426552,
319
+ -0.028779253363609314,
320
+ -2.1038763523101807,
321
+ -0.021692538633942604,
322
+ -0.10786217451095581,
323
+ -0.03113423101603985,
324
+ -1.5,
325
+ -1.5,
326
+ -1.5,
327
+ -1.5,
328
+ -3.0,
329
+ 3.0,
330
+ 0.0,
331
+ 0.0,
332
+ 0.0,
333
+ 0.0,
334
+ 0.0,
335
+ 0.0,
336
+ 0.0,
337
+ 0.0,
338
+ 0.0,
339
+ -1.92161226272583,
340
+ -1.0325450897216797,
341
+ -0.38629457354545593,
342
+ -2.773324966430664,
343
+ -0.47445768117904663,
344
+ -0.3029063642024994,
345
+ -0.8528487086296082,
346
+ -1.5,
347
+ -1.5,
348
+ -1.5,
349
+ -1.5,
350
+ -3.0,
351
+ 3.0,
352
+ 0.0,
353
+ 0.0,
354
+ 0.0,
355
+ 0.0,
356
+ 0.0,
357
+ 0.0,
358
+ 0.0,
359
+ 0.0,
360
+ 0.0
361
+ ],
362
+ "max": [
363
+ 0.03447114676237106,
364
+ 0.1162029430270195,
365
+ 0.041593607515096664,
366
+ -2.067178964614868,
367
+ 0.03675825893878937,
368
+ 0.002659816760569811,
369
+ 0.0454457625746727,
370
+ -1.5,
371
+ -1.5,
372
+ -1.5,
373
+ -1.5,
374
+ -3.0,
375
+ 3.0,
376
+ 0.0,
377
+ 0.0,
378
+ 0.0,
379
+ 0.0,
380
+ 0.0,
381
+ 0.0,
382
+ 0.0,
383
+ 0.0,
384
+ 0.0,
385
+ 0.5824630260467529,
386
+ 2.628070774335356e-07,
387
+ 0.8480403423309326,
388
+ 1.2521748431026936e-05,
389
+ 1.4609657526016235,
390
+ 1.402172565460205,
391
+ 1.4867198467254639,
392
+ 1.5,
393
+ 1.5,
394
+ 1.5,
395
+ 1.5,
396
+ 3.0,
397
+ 3.0,
398
+ 0.0,
399
+ 0.0,
400
+ 0.0,
401
+ 0.0,
402
+ 0.0,
403
+ 0.0,
404
+ 0.0,
405
+ 0.0,
406
+ 0.0
407
+ ],
408
+ "q01": [
409
+ 0.009603970870375633,
410
+ 0.024657226726412775,
411
+ -0.025725506618618964,
412
+ -2.096692717075348,
413
+ -0.007977667218074202,
414
+ -0.10757148712873459,
415
+ -0.013268395699560643,
416
+ -1.5,
417
+ -1.5,
418
+ -1.5,
419
+ -1.5,
420
+ -3.0,
421
+ 3.0,
422
+ 0.0,
423
+ 0.0,
424
+ 0.0,
425
+ 0.0,
426
+ 0.0,
427
+ 0.0,
428
+ 0.0,
429
+ 0.0,
430
+ 0.0,
431
+ -1.8025968074798584,
432
+ -0.9875128328800201,
433
+ -0.34295193254947665,
434
+ -2.7020513296127318,
435
+ -0.3618214175105095,
436
+ -0.21808049380779268,
437
+ -0.6810785412788392,
438
+ -1.5,
439
+ -1.5,
440
+ -1.5,
441
+ -1.5,
442
+ -3.0,
443
+ 3.0,
444
+ 0.0,
445
+ 0.0,
446
+ 0.0,
447
+ 0.0,
448
+ 0.0,
449
+ 0.0,
450
+ 0.0,
451
+ 0.0,
452
+ 0.0
453
+ ],
454
+ "q99": [
455
+ 0.03431716673076153,
456
+ 0.0988083183765412,
457
+ 0.033423219434916975,
458
+ -2.0676562070846556,
459
+ 0.035858726128935814,
460
+ -0.009058911912143077,
461
+ 0.04543412495404482,
462
+ -1.5,
463
+ -1.5,
464
+ -1.5,
465
+ -1.5,
466
+ -3.0,
467
+ 3.0,
468
+ 0.0,
469
+ 0.0,
470
+ 0.0,
471
+ 0.0,
472
+ 0.0,
473
+ 0.0,
474
+ 0.0,
475
+ 0.0,
476
+ 0.0,
477
+ 0.39618612229824374,
478
+ -4.133811799533045e-07,
479
+ 0.6863827019929915,
480
+ -0.028696178365498246,
481
+ 1.2879881978034977,
482
+ 1.366839945316315,
483
+ 1.4862680375576018,
484
+ 1.5,
485
+ 1.5,
486
+ 1.5,
487
+ 1.5,
488
+ 3.0,
489
+ 3.0,
490
+ 0.0,
491
+ 0.0,
492
+ 0.0,
493
+ 0.0,
494
+ 0.0,
495
+ 0.0,
496
+ 0.0,
497
+ 0.0,
498
+ 0.0
499
+ ]
500
+ },
501
+ "timestamp": {
502
+ "mean": [
503
+ 10.666498184204102
504
+ ],
505
+ "std": [
506
+ 6.306461811065674
507
+ ],
508
+ "min": [
509
+ 0.04999995231628418
510
+ ],
511
+ "max": [
512
+ 23.499977111816406
513
+ ],
514
+ "q01": [
515
+ 0.2499997615814209
516
+ ],
517
+ "q99": [
518
+ 22.999977111816406
519
+ ]
520
+ },
521
+ "annotation.human.action.task_description": {
522
+ "mean": [
523
+ 2.689885377883911
524
+ ],
525
+ "std": [
526
+ 1.6543408632278442
527
+ ],
528
+ "min": [
529
+ 0.0
530
+ ],
531
+ "max": [
532
+ 5.0
533
+ ],
534
+ "q01": [
535
+ 0.0
536
+ ],
537
+ "q99": [
538
+ 5.0
539
+ ]
540
+ },
541
+ "task_index": {
542
+ "mean": [
543
+ 2.689885377883911
544
+ ],
545
+ "std": [
546
+ 1.6543408632278442
547
+ ],
548
+ "min": [
549
+ 0.0
550
+ ],
551
+ "max": [
552
+ 5.0
553
+ ],
554
+ "q01": [
555
+ 0.0
556
+ ],
557
+ "q99": [
558
+ 5.0
559
+ ]
560
+ },
561
+ "annotation.human.validity": {
562
+ "mean": [
563
+ 1.0
564
+ ],
565
+ "std": [
566
+ 0.0
567
+ ],
568
+ "min": [
569
+ 1.0
570
+ ],
571
+ "max": [
572
+ 1.0
573
+ ],
574
+ "q01": [
575
+ 1.0
576
+ ],
577
+ "q99": [
578
+ 1.0
579
+ ]
580
+ },
581
+ "episode_index": {
582
+ "mean": [
583
+ 1.8883588314056396
584
+ ],
585
+ "std": [
586
+ 1.3521039485931396
587
+ ],
588
+ "min": [
589
+ 0.0
590
+ ],
591
+ "max": [
592
+ 4.0
593
+ ],
594
+ "q01": [
595
+ 0.0
596
+ ],
597
+ "q99": [
598
+ 4.0
599
+ ]
600
+ },
601
+ "index": {
602
+ "mean": [
603
+ 1047.5
604
+ ],
605
+ "std": [
606
+ 605.06298828125
607
+ ],
608
+ "min": [
609
+ 0.0
610
+ ],
611
+ "max": [
612
+ 2095.0
613
+ ],
614
+ "q01": [
615
+ 20.95
616
+ ],
617
+ "q99": [
618
+ 2074.05
619
+ ]
620
+ },
621
+ "next.reward": {
622
+ "mean": [
623
+ 0.002385496161878109
624
+ ],
625
+ "std": [
626
+ 0.04878324642777443
627
+ ],
628
+ "min": [
629
+ 0.0
630
+ ],
631
+ "max": [
632
+ 1.0
633
+ ],
634
+ "q01": [
635
+ 0.0
636
+ ],
637
+ "q99": [
638
+ 0.0
639
+ ]
640
+ },
641
+ "next.done": {
642
+ "mean": [
643
+ 0.002385496161878109
644
+ ],
645
+ "std": [
646
+ 0.04878324642777443
647
+ ],
648
+ "min": [
649
+ 0.0
650
+ ],
651
+ "max": [
652
+ 1.0
653
+ ],
654
+ "q01": [
655
+ 0.0
656
+ ],
657
+ "q99": [
658
+ 0.0
659
+ ]
660
+ }
661
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "pick up the large blue cube and place it on the blue tablet"}
videos/chunk-000/observation.images.ego_view/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9214b50a6bffa4e198abd7cee5d9d6b98b42863f9bcf3ab6d35371c27ee2e51f
3
+ size 1495374
videos/chunk-000/observation.images.wrist_view/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4baa19d6116be33642392a02107d98e63272d8a4861ee072af1bbaca2f098b97
3
+ size 1592464