aliberts HF staff commited on
Commit
41c8a61
1 Parent(s): e9c7379

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. meta/episodes.jsonl +10 -0
  2. meta/info.json +212 -0
  3. meta/stats.json +550 -0
  4. meta/tasks.jsonl +1 -0
meta/episodes.jsonl ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Transfer one of the two balls in the right glass into the left glass, then transfer it back to the right glass."], "length": 600}
2
+ {"episode_index": 1, "tasks": ["Transfer one of the two balls in the right glass into the left glass, then transfer it back to the right glass."], "length": 600}
3
+ {"episode_index": 2, "tasks": ["Transfer one of the two balls in the right glass into the left glass, then transfer it back to the right glass."], "length": 600}
4
+ {"episode_index": 3, "tasks": ["Transfer one of the two balls in the right glass into the left glass, then transfer it back to the right glass."], "length": 600}
5
+ {"episode_index": 4, "tasks": ["Transfer one of the two balls in the right glass into the left glass, then transfer it back to the right glass."], "length": 600}
6
+ {"episode_index": 5, "tasks": ["Transfer one of the two balls in the right glass into the left glass, then transfer it back to the right glass."], "length": 600}
7
+ {"episode_index": 6, "tasks": ["Transfer one of the two balls in the right glass into the left glass, then transfer it back to the right glass."], "length": 600}
8
+ {"episode_index": 7, "tasks": ["Transfer one of the two balls in the right glass into the left glass, then transfer it back to the right glass."], "length": 600}
9
+ {"episode_index": 8, "tasks": ["Transfer one of the two balls in the right glass into the left glass, then transfer it back to the right glass."], "length": 600}
10
+ {"episode_index": 9, "tasks": ["Transfer one of the two balls in the right glass into the left glass, then transfer it back to the right glass."], "length": 600}
meta/info.json ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "aloha",
4
+ "total_episodes": 10,
5
+ "total_frames": 6000,
6
+ "total_tasks": 1,
7
+ "total_videos": 40,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 50,
11
+ "splits": {
12
+ "train": "0:10"
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.cam_high": {
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": 50.0,
31
+ "video.codec": "av1",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "has_audio": false
35
+ }
36
+ },
37
+ "observation.images.cam_left_wrist": {
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": 50.0,
51
+ "video.codec": "av1",
52
+ "video.pix_fmt": "yuv420p",
53
+ "video.is_depth_map": false,
54
+ "has_audio": false
55
+ }
56
+ },
57
+ "observation.images.cam_low": {
58
+ "dtype": "video",
59
+ "shape": [
60
+ 480,
61
+ 640,
62
+ 3
63
+ ],
64
+ "names": [
65
+ "height",
66
+ "width",
67
+ "channel"
68
+ ],
69
+ "video_info": {
70
+ "video.fps": 50.0,
71
+ "video.codec": "av1",
72
+ "video.pix_fmt": "yuv420p",
73
+ "video.is_depth_map": false,
74
+ "has_audio": false
75
+ }
76
+ },
77
+ "observation.images.cam_right_wrist": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 480,
81
+ 640,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channel"
88
+ ],
89
+ "video_info": {
90
+ "video.fps": 50.0,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "observation.state": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 14
101
+ ],
102
+ "names": {
103
+ "motors": [
104
+ "left_waist",
105
+ "left_shoulder",
106
+ "left_elbow",
107
+ "left_forearm_roll",
108
+ "left_wrist_angle",
109
+ "left_wrist_rotate",
110
+ "left_gripper",
111
+ "right_waist",
112
+ "right_shoulder",
113
+ "right_elbow",
114
+ "right_forearm_roll",
115
+ "right_wrist_angle",
116
+ "right_wrist_rotate",
117
+ "right_gripper"
118
+ ]
119
+ }
120
+ },
121
+ "observation.effort": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 14
125
+ ],
126
+ "names": {
127
+ "motors": [
128
+ "left_waist",
129
+ "left_shoulder",
130
+ "left_elbow",
131
+ "left_forearm_roll",
132
+ "left_wrist_angle",
133
+ "left_wrist_rotate",
134
+ "left_gripper",
135
+ "right_waist",
136
+ "right_shoulder",
137
+ "right_elbow",
138
+ "right_forearm_roll",
139
+ "right_wrist_angle",
140
+ "right_wrist_rotate",
141
+ "right_gripper"
142
+ ]
143
+ }
144
+ },
145
+ "action": {
146
+ "dtype": "float32",
147
+ "shape": [
148
+ 14
149
+ ],
150
+ "names": {
151
+ "motors": [
152
+ "left_waist",
153
+ "left_shoulder",
154
+ "left_elbow",
155
+ "left_forearm_roll",
156
+ "left_wrist_angle",
157
+ "left_wrist_rotate",
158
+ "left_gripper",
159
+ "right_waist",
160
+ "right_shoulder",
161
+ "right_elbow",
162
+ "right_forearm_roll",
163
+ "right_wrist_angle",
164
+ "right_wrist_rotate",
165
+ "right_gripper"
166
+ ]
167
+ }
168
+ },
169
+ "episode_index": {
170
+ "dtype": "int64",
171
+ "shape": [
172
+ 1
173
+ ],
174
+ "names": null
175
+ },
176
+ "frame_index": {
177
+ "dtype": "int64",
178
+ "shape": [
179
+ 1
180
+ ],
181
+ "names": null
182
+ },
183
+ "timestamp": {
184
+ "dtype": "float32",
185
+ "shape": [
186
+ 1
187
+ ],
188
+ "names": null
189
+ },
190
+ "next.done": {
191
+ "dtype": "bool",
192
+ "shape": [
193
+ 1
194
+ ],
195
+ "names": null
196
+ },
197
+ "index": {
198
+ "dtype": "int64",
199
+ "shape": [
200
+ 1
201
+ ],
202
+ "names": null
203
+ },
204
+ "task_index": {
205
+ "dtype": "int64",
206
+ "shape": [
207
+ 1
208
+ ],
209
+ "names": null
210
+ }
211
+ }
212
+ }
meta/stats.json ADDED
@@ -0,0 +1,550 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "max": [
4
+ 0.2316311001777649,
5
+ 0.026077674701809883,
6
+ 1.2563302516937256,
7
+ 0.04448544234037399,
8
+ -0.09357283264398575,
9
+ 1.6613012552261353,
10
+ 0.9181150197982788,
11
+ 0.21322333812713623,
12
+ 0.16566993296146393,
13
+ 1.2057089805603027,
14
+ 0.5506991147994995,
15
+ -0.28378644585609436,
16
+ 0.49087387323379517,
17
+ 0.8485642671585083
18
+ ],
19
+ "mean": [
20
+ 0.0226911548525095,
21
+ -0.3586983382701874,
22
+ 0.8082802891731262,
23
+ -0.09349049627780914,
24
+ -0.4963700473308563,
25
+ 0.5028576254844666,
26
+ 0.6919788122177124,
27
+ -0.041714828461408615,
28
+ -0.26580381393432617,
29
+ 0.737492024898529,
30
+ 0.03236597403883934,
31
+ -0.582716703414917,
32
+ -0.41580063104629517,
33
+ 0.6245551109313965
34
+ ],
35
+ "min": [
36
+ -0.11504856497049332,
37
+ -0.9587380290031433,
38
+ 0.40650492906570435,
39
+ -0.52001953125,
40
+ -0.7516506314277649,
41
+ -0.03834952041506767,
42
+ -0.12823764979839325,
43
+ -0.24236896634101868,
44
+ -0.9756118059158325,
45
+ 0.3405437469482422,
46
+ -0.19328159093856812,
47
+ -0.8406214714050293,
48
+ -1.572330355644226,
49
+ -0.09578059613704681
50
+ ],
51
+ "std": [
52
+ 0.08905718475580215,
53
+ 0.2616904079914093,
54
+ 0.20892296731472015,
55
+ 0.14222946763038635,
56
+ 0.13970650732517242,
57
+ 0.5991095304489136,
58
+ 0.139108344912529,
59
+ 0.1139557808637619,
60
+ 0.26016390323638916,
61
+ 0.21577483415603638,
62
+ 0.1479189246892929,
63
+ 0.13656626641750336,
64
+ 0.6537041068077087,
65
+ 0.14845311641693115
66
+ ]
67
+ },
68
+ "episode_index": {
69
+ "max": [
70
+ 9.0
71
+ ],
72
+ "mean": [
73
+ 4.499999046325684
74
+ ],
75
+ "min": [
76
+ 0.0
77
+ ],
78
+ "std": [
79
+ 2.872282028198242
80
+ ]
81
+ },
82
+ "frame_index": {
83
+ "max": [
84
+ 599.0
85
+ ],
86
+ "mean": [
87
+ 299.4999694824219
88
+ ],
89
+ "min": [
90
+ 0.0
91
+ ],
92
+ "std": [
93
+ 173.204833984375
94
+ ]
95
+ },
96
+ "index": {
97
+ "max": [
98
+ 5999.0
99
+ ],
100
+ "mean": [
101
+ 2999.49951171875
102
+ ],
103
+ "min": [
104
+ 0.0
105
+ ],
106
+ "std": [
107
+ 1732.0506591796875
108
+ ]
109
+ },
110
+ "next.done": {
111
+ "max": [
112
+ 1.0
113
+ ],
114
+ "mean": [
115
+ 0.0016666665906086564
116
+ ],
117
+ "min": [
118
+ 0.0
119
+ ],
120
+ "std": [
121
+ 0.04079079255461693
122
+ ]
123
+ },
124
+ "observation.effort": {
125
+ "max": [
126
+ 901.1500244140625,
127
+ 400.80999755859375,
128
+ 247.48001098632812,
129
+ 169.47000122070312,
130
+ 258.239990234375,
131
+ 164.08999633789062,
132
+ 944.1900024414062,
133
+ 2611.989990234375,
134
+ 328.17999267578125,
135
+ -102.22000122070312,
136
+ 379.2900085449219,
137
+ 91.45999908447266,
138
+ 572.9700317382812,
139
+ 965.7100219726562
140
+ ],
141
+ "mean": [
142
+ 12.800366401672363,
143
+ -241.58847045898438,
144
+ -461.57220458984375,
145
+ 3.705923080444336,
146
+ -180.5980987548828,
147
+ -8.891797065734863,
148
+ -68.02069091796875,
149
+ -14.899909973144531,
150
+ -307.6261291503906,
151
+ -573.2763061523438,
152
+ 5.284057140350342,
153
+ -195.54156494140625,
154
+ 7.04287052154541,
155
+ -446.60772705078125
156
+ ],
157
+ "min": [
158
+ -449.2300109863281,
159
+ -1312.719970703125,
160
+ -866.1799926757812,
161
+ -519.1699829101562,
162
+ -468.05999755859375,
163
+ -239.41000366210938,
164
+ -1100.2100830078125,
165
+ -602.5599975585938,
166
+ -1737.739990234375,
167
+ -919.9800415039062,
168
+ -301.2799987792969,
169
+ -462.6800231933594,
170
+ -145.260009765625,
171
+ -1132.489990234375
172
+ ],
173
+ "std": [
174
+ 83.44100952148438,
175
+ 212.41632080078125,
176
+ 159.7967529296875,
177
+ 26.324647903442383,
178
+ 71.43954467773438,
179
+ 22.586259841918945,
180
+ 151.80621337890625,
181
+ 196.92298889160156,
182
+ 209.6846466064453,
183
+ 164.6658935546875,
184
+ 29.241806030273438,
185
+ 93.17403411865234,
186
+ 34.999961853027344,
187
+ 259.1664123535156
188
+ ]
189
+ },
190
+ "observation.images.cam_high": {
191
+ "max": [
192
+ [
193
+ [
194
+ 1.0
195
+ ]
196
+ ],
197
+ [
198
+ [
199
+ 1.0
200
+ ]
201
+ ],
202
+ [
203
+ [
204
+ 1.0
205
+ ]
206
+ ]
207
+ ],
208
+ "mean": [
209
+ [
210
+ [
211
+ 0.420541912317276
212
+ ]
213
+ ],
214
+ [
215
+ [
216
+ 0.4250403344631195
217
+ ]
218
+ ],
219
+ [
220
+ [
221
+ 0.43488213419914246
222
+ ]
223
+ ]
224
+ ],
225
+ "min": [
226
+ [
227
+ [
228
+ 0.0
229
+ ]
230
+ ],
231
+ [
232
+ [
233
+ 0.0
234
+ ]
235
+ ],
236
+ [
237
+ [
238
+ 0.0
239
+ ]
240
+ ]
241
+ ],
242
+ "std": [
243
+ [
244
+ [
245
+ 0.19823084771633148
246
+ ]
247
+ ],
248
+ [
249
+ [
250
+ 0.19302260875701904
251
+ ]
252
+ ],
253
+ [
254
+ [
255
+ 0.1898716241121292
256
+ ]
257
+ ]
258
+ ]
259
+ },
260
+ "observation.images.cam_left_wrist": {
261
+ "max": [
262
+ [
263
+ [
264
+ 1.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 1.0
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 1.0
275
+ ]
276
+ ]
277
+ ],
278
+ "mean": [
279
+ [
280
+ [
281
+ 0.477726012468338
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.48616713285446167
287
+ ]
288
+ ],
289
+ [
290
+ [
291
+ 0.4918157756328583
292
+ ]
293
+ ]
294
+ ],
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "std": [
313
+ [
314
+ [
315
+ 0.25604677200317383
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 0.25317516922950745
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 0.25159716606140137
326
+ ]
327
+ ]
328
+ ]
329
+ },
330
+ "observation.images.cam_low": {
331
+ "max": [
332
+ [
333
+ [
334
+ 1.0
335
+ ]
336
+ ],
337
+ [
338
+ [
339
+ 1.0
340
+ ]
341
+ ],
342
+ [
343
+ [
344
+ 1.0
345
+ ]
346
+ ]
347
+ ],
348
+ "mean": [
349
+ [
350
+ [
351
+ 0.4995373487472534
352
+ ]
353
+ ],
354
+ [
355
+ [
356
+ 0.5038574934005737
357
+ ]
358
+ ],
359
+ [
360
+ [
361
+ 0.5067881345748901
362
+ ]
363
+ ]
364
+ ],
365
+ "min": [
366
+ [
367
+ [
368
+ 0.0
369
+ ]
370
+ ],
371
+ [
372
+ [
373
+ 0.0
374
+ ]
375
+ ],
376
+ [
377
+ [
378
+ 0.0
379
+ ]
380
+ ]
381
+ ],
382
+ "std": [
383
+ [
384
+ [
385
+ 0.2122161090373993
386
+ ]
387
+ ],
388
+ [
389
+ [
390
+ 0.20770719647407532
391
+ ]
392
+ ],
393
+ [
394
+ [
395
+ 0.20200131833553314
396
+ ]
397
+ ]
398
+ ]
399
+ },
400
+ "observation.images.cam_right_wrist": {
401
+ "max": [
402
+ [
403
+ [
404
+ 1.0
405
+ ]
406
+ ],
407
+ [
408
+ [
409
+ 1.0
410
+ ]
411
+ ],
412
+ [
413
+ [
414
+ 1.0
415
+ ]
416
+ ]
417
+ ],
418
+ "mean": [
419
+ [
420
+ [
421
+ 0.4588406980037689
422
+ ]
423
+ ],
424
+ [
425
+ [
426
+ 0.47376465797424316
427
+ ]
428
+ ],
429
+ [
430
+ [
431
+ 0.48171424865722656
432
+ ]
433
+ ]
434
+ ],
435
+ "min": [
436
+ [
437
+ [
438
+ 0.0
439
+ ]
440
+ ],
441
+ [
442
+ [
443
+ 0.0
444
+ ]
445
+ ],
446
+ [
447
+ [
448
+ 0.0
449
+ ]
450
+ ]
451
+ ],
452
+ "std": [
453
+ [
454
+ [
455
+ 0.23934248089790344
456
+ ]
457
+ ],
458
+ [
459
+ [
460
+ 0.23522713780403137
461
+ ]
462
+ ],
463
+ [
464
+ [
465
+ 0.23223121464252472
466
+ ]
467
+ ]
468
+ ]
469
+ },
470
+ "observation.state": {
471
+ "max": [
472
+ 0.22702915966510773,
473
+ 0.03681553900241852,
474
+ 1.2670681476593018,
475
+ 0.04295146465301514,
476
+ -0.09050486981868744,
477
+ 1.6613012552261353,
478
+ 0.9968143701553345,
479
+ 0.2070874124765396,
480
+ 0.18254372477531433,
481
+ 1.2195147275924683,
482
+ 0.5491651296615601,
483
+ -0.28071850538253784,
484
+ 0.4893398880958557,
485
+ 0.9969291090965271
486
+ ],
487
+ "mean": [
488
+ 0.022816939279437065,
489
+ -0.3501141369342804,
490
+ 0.8273362517356873,
491
+ -0.09093080461025238,
492
+ -0.4871939718723297,
493
+ 0.5018507242202759,
494
+ 0.8017977476119995,
495
+ -0.0410439632833004,
496
+ -0.25645285844802856,
497
+ 0.7608106732368469,
498
+ 0.03178560361266136,
499
+ -0.5719863176345825,
500
+ -0.4168320596218109,
501
+ 0.7738255858421326
502
+ ],
503
+ "min": [
504
+ -0.11044661700725555,
505
+ -0.9679418802261353,
506
+ 0.4356505572795868,
507
+ -0.52001953125,
508
+ -0.7378447651863098,
509
+ -0.03834952041506767,
510
+ 0.5847204923629761,
511
+ -0.23623304069042206,
512
+ -0.9740778207778931,
513
+ 0.3666214048862457,
514
+ -0.19328159093856812,
515
+ -0.8283496499061584,
516
+ -1.5738643407821655,
517
+ 0.6599344611167908
518
+ ],
519
+ "std": [
520
+ 0.0870681181550026,
521
+ 0.2699315547943115,
522
+ 0.20799830555915833,
523
+ 0.14097845554351807,
524
+ 0.14019447565078735,
525
+ 0.6008662581443787,
526
+ 0.07872279733419418,
527
+ 0.1136714518070221,
528
+ 0.27009379863739014,
529
+ 0.2145107537508011,
530
+ 0.1475486308336258,
531
+ 0.1386275291442871,
532
+ 0.6549001932144165,
533
+ 0.07453618943691254
534
+ ]
535
+ },
536
+ "timestamp": {
537
+ "max": [
538
+ 11.979999542236328
539
+ ],
540
+ "mean": [
541
+ 5.990001678466797
542
+ ],
543
+ "min": [
544
+ 0.0
545
+ ],
546
+ "std": [
547
+ 3.464097261428833
548
+ ]
549
+ }
550
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Transfer one of the two balls in the right glass into the left glass, then transfer it back to the right glass."}