zhihou commited on
Commit
711e830
·
verified ·
1 Parent(s): ff2fc97

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. meta/episodes.jsonl +0 -0
  2. meta/info.json +145 -0
  3. meta/modality.json +42 -0
  4. meta/stats.json +326 -0
  5. meta/tasks.jsonl +389 -0
meta/episodes.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
meta/info.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "franka",
4
+ "total_episodes": 15976,
5
+ "total_frames": 961081,
6
+ "total_tasks": 389,
7
+ "total_videos": 31952,
8
+ "total_chunks": 16,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:15976"
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
+ "video.image_base": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 200,
21
+ 200,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channels"
28
+ ],
29
+ "info": {
30
+ "video.fps": 10.0,
31
+ "video.height": 200,
32
+ "video.width": 200,
33
+ "video.channels": 3,
34
+ "video.codec": "h264",
35
+ "video.pix_fmt": "yuv420p",
36
+ "video.is_depth_map": false,
37
+ "has_audio": false
38
+ }
39
+ },
40
+ "video.image_wrist": {
41
+ "dtype": "video",
42
+ "shape": [
43
+ 84,
44
+ 84,
45
+ 3
46
+ ],
47
+ "names": [
48
+ "height",
49
+ "width",
50
+ "channels"
51
+ ],
52
+ "info": {
53
+ "video.fps": 10.0,
54
+ "video.height": 84,
55
+ "video.width": 84,
56
+ "video.channels": 3,
57
+ "video.codec": "h264",
58
+ "video.pix_fmt": "yuv420p",
59
+ "video.is_depth_map": false,
60
+ "has_audio": false
61
+ }
62
+ },
63
+
64
+ "state.ee_pos": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 3
68
+ ]
69
+ },
70
+ "state.ee_rot": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 3
74
+ ]
75
+ },
76
+
77
+ "state.joints": {
78
+ "dtype": "float32",
79
+ "shape": [
80
+ 7
81
+ ]
82
+ },
83
+ "state.gripper": {
84
+ "dtype": "float32",
85
+ "shape": [
86
+ 1
87
+ ]
88
+ },
89
+
90
+ "action.delta_ee_pos": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 3
94
+ ]
95
+ },
96
+ "action.delta_ee_rot": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 3
100
+ ]
101
+ },
102
+ "action.gripper": {
103
+ "dtype": "float32",
104
+ "shape": [
105
+ 1
106
+ ]
107
+ },
108
+
109
+ "timestamp": {
110
+ "dtype": "float32",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null
115
+ },
116
+ "frame_index": {
117
+ "dtype": "int64",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ },
123
+ "episode_index": {
124
+ "dtype": "int64",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ },
130
+ "index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "task_index": {
138
+ "dtype": "int64",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ }
144
+ }
145
+ }
meta/modality.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": {
3
+ "ee_pos": {
4
+ "start": 0,
5
+ "end": 3
6
+ },
7
+ "ee_rot": {
8
+ "start": 0,
9
+ "end": 3
10
+ },
11
+ "gripper": {
12
+ "start": 0,
13
+ "end": 1
14
+ },
15
+ "joints": {
16
+ "start": 0,
17
+ "end": 7
18
+ }
19
+ },
20
+ "action": {
21
+ "delta_ee_pos": {
22
+ "start": 0,
23
+ "end": 3
24
+ },
25
+ "delta_ee_rot": {
26
+ "start": 0,
27
+ "end": 3
28
+ },
29
+ "gripper": {
30
+ "start": 0,
31
+ "end": 1
32
+ }
33
+ },
34
+ "video": {
35
+ "image_base": {
36
+ "original_key": "video.image_base"
37
+ },
38
+ "image_wrist": {
39
+ "original_key": "video.image_wrist"
40
+ }
41
+ }
42
+ }
meta/stats.json ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "timestamp": {
3
+ "mean": [
4
+ 3.0362493991851807
5
+ ],
6
+ "std": [
7
+ 1.843759536743164
8
+ ],
9
+ "max": [
10
+ 6.400000095367432
11
+ ],
12
+ "min": [
13
+ 0.0
14
+ ],
15
+ "q01": [
16
+ 0.0
17
+ ],
18
+ "q99": [
19
+ 6.400000095367432
20
+ ]
21
+ },
22
+ "frame_index": {
23
+ "mean": [
24
+ 30.362490674624322
25
+ ],
26
+ "std": [
27
+ 18.43759823364979
28
+ ],
29
+ "max": [
30
+ 64
31
+ ],
32
+ "min": [
33
+ 0
34
+ ],
35
+ "q01": [
36
+ 0.0
37
+ ],
38
+ "q99": [
39
+ 64.0
40
+ ]
41
+ },
42
+ "episode_index": {
43
+ "mean": [
44
+ 7816.778364684358
45
+ ],
46
+ "std": [
47
+ 4709.972120265363
48
+ ],
49
+ "max": [
50
+ 15975
51
+ ],
52
+ "min": [
53
+ 0
54
+ ],
55
+ "q01": [
56
+ 148.0
57
+ ],
58
+ "q99": [
59
+ 15821.329999999958
60
+ ]
61
+ },
62
+ "index": {
63
+ "mean": [
64
+ 470384.71907971863
65
+ ],
66
+ "std": [
67
+ 283660.55041718367
68
+ ],
69
+ "max": [
70
+ 961080
71
+ ],
72
+ "min": [
73
+ 0
74
+ ],
75
+ "q01": [
76
+ 9007.67
77
+ ],
78
+ "q99": [
79
+ 952072.33
80
+ ]
81
+ },
82
+ "task_index": {
83
+ "mean": [
84
+ 183.33868876336638
85
+ ],
86
+ "std": [
87
+ 110.14210535688295
88
+ ],
89
+ "max": [
90
+ 388
91
+ ],
92
+ "min": [
93
+ 0
94
+ ],
95
+ "q01": [
96
+ 3.0
97
+ ],
98
+ "q99": [
99
+ 381.0
100
+ ]
101
+ },
102
+ "state.ee_pos": {
103
+ "mean": [
104
+ 0.04284946247935295,
105
+ -0.11232267320156097,
106
+ 0.5005919933319092
107
+ ],
108
+ "std": [
109
+ 0.14652742445468903,
110
+ 0.09864917397499084,
111
+ 0.055157434195280075
112
+ ],
113
+ "max": [
114
+ 0.42154327034950256,
115
+ 0.13424105942249298,
116
+ 0.7189188003540039
117
+ ],
118
+ "min": [
119
+ -0.4321882128715515,
120
+ -0.503935694694519,
121
+ 0.29869285225868225
122
+ ],
123
+ "q01": [
124
+ -0.3191374427080154,
125
+ -0.40522267907857895,
126
+ 0.3430838495492935
127
+ ],
128
+ "q99": [
129
+ 0.29507976293563837,
130
+ 0.08022677011787886,
131
+ 0.6421773135662078
132
+ ]
133
+ },
134
+ "state.ee_rot": {
135
+ "mean": [
136
+ 1.0438519239030222,
137
+ -0.06891005277421677,
138
+ 1.585336001444306
139
+ ],
140
+ "std": [
141
+ 2.8962310176727963,
142
+ 0.12860629601539778,
143
+ 0.5662865136846373
144
+ ],
145
+ "max": [
146
+ 3.141592264175415,
147
+ 0.4998464584350586,
148
+ 3.141528367996216
149
+ ],
150
+ "min": [
151
+ -3.1415927410125732,
152
+ -0.806420087814331,
153
+ -3.141573429107666
154
+ ],
155
+ "q01": [
156
+ -3.139617919921875,
157
+ -0.4563893675804138,
158
+ 0.005274217110127211
159
+ ],
160
+ "q99": [
161
+ 3.1396679878234863,
162
+ 0.1888889156281946,
163
+ 3.04754638671875
164
+ ]
165
+ },
166
+ "state.joints": {
167
+ "mean": [
168
+ -0.7131033539772034,
169
+ 1.0152361392974854,
170
+ 1.7723468542099,
171
+ -2.0959248542785645,
172
+ -1.001043677330017,
173
+ 1.7947938442230225,
174
+ 0.5643409490585327
175
+ ],
176
+ "std": [
177
+ 0.3029474914073944,
178
+ 0.1704821139574051,
179
+ 0.228653684258461,
180
+ 0.36816927790641785,
181
+ 0.18997883796691895,
182
+ 0.1597049981355667,
183
+ 0.4387187063694
184
+ ],
185
+ "max": [
186
+ 0.39539358019828796,
187
+ 1.7098819017410278,
188
+ 2.820753812789917,
189
+ -0.4972403645515442,
190
+ 0.5586825013160706,
191
+ 2.6899526119232178,
192
+ 2.75911545753479
193
+ ],
194
+ "min": [
195
+ -2.4120845794677734,
196
+ -0.890714704990387,
197
+ 1.1410800218582153,
198
+ -2.95236873626709,
199
+ -1.8739219903945923,
200
+ 1.2359527349472046,
201
+ -1.379560947418213
202
+ ],
203
+ "q01": [
204
+ -1.4787243461608888,
205
+ 0.4981964364647865,
206
+ 1.3733707976341247,
207
+ -2.7128247928619387,
208
+ -1.433287012577057,
209
+ 1.4694483280181885,
210
+ -0.829279066324234
211
+ ],
212
+ "q99": [
213
+ 0.0832505151629448,
214
+ 1.3120447325706477,
215
+ 2.350874423980713,
216
+ -0.8946834248304375,
217
+ -0.5037727952003479,
218
+ 2.2728559756278988,
219
+ 1.8261549627780875
220
+ ]
221
+ },
222
+ "state.gripper": {
223
+ "mean": [
224
+ -0.07194305211305618
225
+ ],
226
+ "std": [
227
+ 0.9974087412438454
228
+ ],
229
+ "max": [
230
+ 1.0
231
+ ],
232
+ "min": [
233
+ -1.0
234
+ ],
235
+ "q01": [
236
+ -1.0
237
+ ],
238
+ "q99": [
239
+ 1.0
240
+ ]
241
+ },
242
+ "action.delta_ee_pos": {
243
+ "mean": [
244
+ -0.00015939809964038432,
245
+ 0.009745538234710693,
246
+ -0.006468816194683313
247
+ ],
248
+ "std": [
249
+ 0.24848738312721252,
250
+ 0.20426611602306366,
251
+ 0.21323862671852112
252
+ ],
253
+ "max": [
254
+ 1.0,
255
+ 1.0,
256
+ 1.0
257
+ ],
258
+ "min": [
259
+ -1.0,
260
+ -1.0,
261
+ -1.0
262
+ ],
263
+ "q01": [
264
+ -0.7035782635211945,
265
+ -0.5766839414834977,
266
+ -0.4334238451719284
267
+ ],
268
+ "q99": [
269
+ 0.6766231149435027,
270
+ 0.5533872300386424,
271
+ 0.5942874342203137
272
+ ]
273
+ },
274
+ "action.delta_ee_rot": {
275
+ "mean": [
276
+ -0.002498261521152651,
277
+ 0.0006697237240436383,
278
+ -0.003217822331115749
279
+ ],
280
+ "std": [
281
+ 0.15702527075830536,
282
+ 0.17129524945382255,
283
+ 0.35200304749930883
284
+ ],
285
+ "max": [
286
+ 1.0,
287
+ 1.0,
288
+ 1.0
289
+ ],
290
+ "min": [
291
+ -1.0,
292
+ -1.0,
293
+ -1.0
294
+ ],
295
+ "q01": [
296
+ -0.422074094414711,
297
+ -0.4643128210306168,
298
+ -1.0
299
+ ],
300
+ "q99": [
301
+ 0.4261056956648809,
302
+ 0.4112251102924347,
303
+ 1.0
304
+ ]
305
+ },
306
+ "action.gripper": {
307
+ "mean": [
308
+ -0.07994066923856735
309
+ ],
310
+ "std": [
311
+ 0.9967996232062026
312
+ ],
313
+ "max": [
314
+ 1.0
315
+ ],
316
+ "min": [
317
+ -1.0
318
+ ],
319
+ "q01": [
320
+ -1.0
321
+ ],
322
+ "q99": [
323
+ 1.0
324
+ ]
325
+ }
326
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"task_index": 0, "task": "push the pink block to the left"}
2
+ {"task_index": 1, "task": "go towards the blue block in the drawer and grasp it"}
3
+ {"task_index": 2, "task": "grasp the pink block and rotate it left"}
4
+ {"task_index": 3, "task": "sweep the red block to the right"}
5
+ {"task_index": 4, "task": "grasp the blue block, then turn it right"}
6
+ {"task_index": 5, "task": "grasp the pink block lying on the shelf"}
7
+ {"task_index": 6, "task": "stack the object on top of another object"}
8
+ {"task_index": 7, "task": "grasp the red block from the drawer"}
9
+ {"task_index": 8, "task": "unstack the blocks"}
10
+ {"task_index": 9, "task": "grasp the red block and turn it right"}
11
+ {"task_index": 10, "task": "push right the red block"}
12
+ {"task_index": 11, "task": "grasp the red block lying in the drawer"}
13
+ {"task_index": 12, "task": "pick up the red block in the drawer"}
14
+ {"task_index": 13, "task": "slide the pink block to the left"}
15
+ {"task_index": 14, "task": "go towards the blue block in the drawer and pick it up"}
16
+ {"task_index": 15, "task": "open the cabinet drawer"}
17
+ {"task_index": 16, "task": "toggle the button to turn off the led"}
18
+ {"task_index": 17, "task": "move the light switch to turn off the light bulb"}
19
+ {"task_index": 18, "task": "toggle the light switch to turn off the yellow light"}
20
+ {"task_index": 19, "task": "push the door to the left"}
21
+ {"task_index": 20, "task": "grasp the pink block in the drawer"}
22
+ {"task_index": 21, "task": "take the red block and rotate it right"}
23
+ {"task_index": 22, "task": "move the door to the left"}
24
+ {"task_index": 23, "task": "take the red block and rotate it left"}
25
+ {"task_index": 24, "task": "turn on the yellow light"}
26
+ {"task_index": 25, "task": "remove a block from the stack"}
27
+ {"task_index": 26, "task": "sweep the block into the drawer"}
28
+ {"task_index": 27, "task": "push the object into the drawer"}
29
+ {"task_index": 28, "task": "grasp the blue block and rotate it right"}
30
+ {"task_index": 29, "task": "open the drawer"}
31
+ {"task_index": 30, "task": "push down the button to turn on the led light"}
32
+ {"task_index": 31, "task": "grasp the pink block and rotate it right"}
33
+ {"task_index": 32, "task": "grasp the drawer handle and open it"}
34
+ {"task_index": 33, "task": "grasp the pink block from the drawer"}
35
+ {"task_index": 34, "task": "go towards the pink block in the drawer and grasp it"}
36
+ {"task_index": 35, "task": "slide the pink block towards the left"}
37
+ {"task_index": 36, "task": "lift the pink block from the table"}
38
+ {"task_index": 37, "task": "rotate right the blue block"}
39
+ {"task_index": 38, "task": "turn off the yellow light"}
40
+ {"task_index": 39, "task": "go towards the red block in the drawer and lift it"}
41
+ {"task_index": 40, "task": "push down the button to turn off the led"}
42
+ {"task_index": 41, "task": "lift the red block"}
43
+ {"task_index": 42, "task": "grasp the pink block and lift it up"}
44
+ {"task_index": 43, "task": "grasp the handle of the drawer, then close it"}
45
+ {"task_index": 44, "task": "push down the button to turn on the green light"}
46
+ {"task_index": 45, "task": "turn on the yellow lamp"}
47
+ {"task_index": 46, "task": "grasp the blue block, then rotate it right"}
48
+ {"task_index": 47, "task": "grasp the blue block in the drawer"}
49
+ {"task_index": 48, "task": "move down the switch"}
50
+ {"task_index": 49, "task": "move the door to the left side"}
51
+ {"task_index": 50, "task": "lift the blue block up"}
52
+ {"task_index": 51, "task": "put the object in the sliding cabinet"}
53
+ {"task_index": 52, "task": "place the block in the sliding cabinet"}
54
+ {"task_index": 53, "task": "go close the drawer"}
55
+ {"task_index": 54, "task": "rotate the pink block to the left"}
56
+ {"task_index": 55, "task": "grasp the blue block and turn it left"}
57
+ {"task_index": 56, "task": "lift the pink block lying in the slider"}
58
+ {"task_index": 57, "task": "grasp the pink block on the table and lift it up"}
59
+ {"task_index": 58, "task": "in the slider pick up the pink block"}
60
+ {"task_index": 59, "task": "slide the red block towards the left"}
61
+ {"task_index": 60, "task": "grasp the pink block lying in the drawer"}
62
+ {"task_index": 61, "task": "grasp the red block, then turn it right"}
63
+ {"task_index": 62, "task": "push the button to turn off the led"}
64
+ {"task_index": 63, "task": "grasp the red block and lift it up"}
65
+ {"task_index": 64, "task": "lift the red block lying in the sliding cabinet"}
66
+ {"task_index": 65, "task": "sweep the red block to the left"}
67
+ {"task_index": 66, "task": "grasp the red block in the drawer"}
68
+ {"task_index": 67, "task": "rotate the pink block towards the right"}
69
+ {"task_index": 68, "task": "push the blue block to the right"}
70
+ {"task_index": 69, "task": "go towards the red block in the drawer and grasp it"}
71
+ {"task_index": 70, "task": "grasp the drawer handle, then open it"}
72
+ {"task_index": 71, "task": "pick up the red block lying in the drawer"}
73
+ {"task_index": 72, "task": "grasp the pink block, then turn it left"}
74
+ {"task_index": 73, "task": "push the pink block towards the right"}
75
+ {"task_index": 74, "task": "slide right the red block"}
76
+ {"task_index": 75, "task": "lift the pink block"}
77
+ {"task_index": 76, "task": "go slide the red block to the left"}
78
+ {"task_index": 77, "task": "push down the button to turn off the green light"}
79
+ {"task_index": 78, "task": "in the slider pick up the blue block"}
80
+ {"task_index": 79, "task": "pick up the pink block from the table"}
81
+ {"task_index": 80, "task": "slide down the switch"}
82
+ {"task_index": 81, "task": "push the handle of the drawer"}
83
+ {"task_index": 82, "task": "lift the pink block up"}
84
+ {"task_index": 83, "task": "grasp the red block lying in the slider"}
85
+ {"task_index": 84, "task": "go towards the red block in the drawer and pick it up"}
86
+ {"task_index": 85, "task": "push the drawer"}
87
+ {"task_index": 86, "task": "turn off the led"}
88
+ {"task_index": 87, "task": "push the red block to the right"}
89
+ {"task_index": 88, "task": "lift the red block in the drawer"}
90
+ {"task_index": 89, "task": "grasp the pink block, then rotate it left"}
91
+ {"task_index": 90, "task": "pull the drawer"}
92
+ {"task_index": 91, "task": "put the object in the drawer"}
93
+ {"task_index": 92, "task": "grasp the blue block from the drawer"}
94
+ {"task_index": 93, "task": "turn the red block left"}
95
+ {"task_index": 94, "task": "pick up the blue block in the drawer"}
96
+ {"task_index": 95, "task": "move the door all the way to the right"}
97
+ {"task_index": 96, "task": "grasp the pink block on the table, then lift it up"}
98
+ {"task_index": 97, "task": "in the cabinet pick up the blue block"}
99
+ {"task_index": 98, "task": "take off the block that is on top of the other one"}
100
+ {"task_index": 99, "task": "in the cabinet grasp the blue block"}
101
+ {"task_index": 100, "task": "grasp the red block on the table, then lift it up"}
102
+ {"task_index": 101, "task": "grasp the door handle and move the door to the left"}
103
+ {"task_index": 102, "task": "turn off the light bulb"}
104
+ {"task_index": 103, "task": "grasp the door handle, then slide the door to the right"}
105
+ {"task_index": 104, "task": "grasp the door handle, then slide the door to the left"}
106
+ {"task_index": 105, "task": "slide the blue block to the right"}
107
+ {"task_index": 106, "task": "move to the drawer and store the object"}
108
+ {"task_index": 107, "task": "grasp the handle of the drawer and open it"}
109
+ {"task_index": 108, "task": "slide the pink block to the right"}
110
+ {"task_index": 109, "task": "grasp the red block, then lift it up"}
111
+ {"task_index": 110, "task": "rotate the blue block towards the right"}
112
+ {"task_index": 111, "task": "rotate the red block towards the right"}
113
+ {"task_index": 112, "task": "grasp the blue block lying in the slider"}
114
+ {"task_index": 113, "task": "put the grasped object in the sliding cabinet"}
115
+ {"task_index": 114, "task": "sweep the blue block to the right"}
116
+ {"task_index": 115, "task": "pick up the red block in the sliding cabinet"}
117
+ {"task_index": 116, "task": "put the block in the drawer"}
118
+ {"task_index": 117, "task": "in the cabinet grasp the red block"}
119
+ {"task_index": 118, "task": "pick up the red block on the table"}
120
+ {"task_index": 119, "task": "in the cabinet pick up the pink block"}
121
+ {"task_index": 120, "task": "sweep the pink block to the left"}
122
+ {"task_index": 121, "task": "grasp the handle of the drawer and close it"}
123
+ {"task_index": 122, "task": "slide the door to the left, then let it go"}
124
+ {"task_index": 123, "task": "push the block into the drawer"}
125
+ {"task_index": 124, "task": "in the cabinet pick up the red block"}
126
+ {"task_index": 125, "task": "go towards the drawer and store the object"}
127
+ {"task_index": 126, "task": "turn on the led lamp"}
128
+ {"task_index": 127, "task": "toggle the light switch to turn off the light bulb"}
129
+ {"task_index": 128, "task": "rotate the pink block towards the left"}
130
+ {"task_index": 129, "task": "close the drawer"}
131
+ {"task_index": 130, "task": "in the slider grasp the red block"}
132
+ {"task_index": 131, "task": "pick up the pink block lying in the drawer"}
133
+ {"task_index": 132, "task": "grasp the red block, then rotate it left"}
134
+ {"task_index": 133, "task": "pick up the red block"}
135
+ {"task_index": 134, "task": "go towards the drawer and place the object"}
136
+ {"task_index": 135, "task": "turn off the led lamp"}
137
+ {"task_index": 136, "task": "lift the pink block lying in the cabinet"}
138
+ {"task_index": 137, "task": "lift the blue block on the shelf"}
139
+ {"task_index": 138, "task": "lift the red block lying in the cabinet"}
140
+ {"task_index": 139, "task": "slide left the blue block"}
141
+ {"task_index": 140, "task": "remove the top block"}
142
+ {"task_index": 141, "task": "go slide the pink block to the left"}
143
+ {"task_index": 142, "task": "pick up the pink block"}
144
+ {"task_index": 143, "task": "grasp the blue block and rotate it left"}
145
+ {"task_index": 144, "task": "grasp the red block lying on the shelf"}
146
+ {"task_index": 145, "task": "lift the red block up"}
147
+ {"task_index": 146, "task": "put the grasped object in the drawer"}
148
+ {"task_index": 147, "task": "grasp the blue block lying in the sliding cabinet"}
149
+ {"task_index": 148, "task": "turn the pink block left"}
150
+ {"task_index": 149, "task": "push left the pink block"}
151
+ {"task_index": 150, "task": "move the light switch to turn on the light bulb"}
152
+ {"task_index": 151, "task": "in the sliding cabinet grasp the red block"}
153
+ {"task_index": 152, "task": "push the button to turn on the green light"}
154
+ {"task_index": 153, "task": "pick up the pink block from the sliding cabinet"}
155
+ {"task_index": 154, "task": "lift the blue block in the drawer"}
156
+ {"task_index": 155, "task": "collapse the stacked blocks"}
157
+ {"task_index": 156, "task": "grasp the red block and rotate it left"}
158
+ {"task_index": 157, "task": "slide left the red block"}
159
+ {"task_index": 158, "task": "grasp the blue block, then rotate it left"}
160
+ {"task_index": 159, "task": "grasp the blue block on the table and lift it up"}
161
+ {"task_index": 160, "task": "rotate the red block 90 degrees to the right"}
162
+ {"task_index": 161, "task": "take the pink block and rotate it left"}
163
+ {"task_index": 162, "task": "slide the pink block towards the right"}
164
+ {"task_index": 163, "task": "slide the door all the way to the left"}
165
+ {"task_index": 164, "task": "push the door to the left side"}
166
+ {"task_index": 165, "task": "grasp the pink block and turn it left"}
167
+ {"task_index": 166, "task": "push right the blue block"}
168
+ {"task_index": 167, "task": "push the pink block towards the left"}
169
+ {"task_index": 168, "task": "move the door all the way to the left"}
170
+ {"task_index": 169, "task": "grasp the drawer handle and close it"}
171
+ {"task_index": 170, "task": "slide the red block to the right"}
172
+ {"task_index": 171, "task": "move the sliding door to the right"}
173
+ {"task_index": 172, "task": "grasp the blue block lying in the drawer"}
174
+ {"task_index": 173, "task": "rotate the pink block 90 degrees to the left"}
175
+ {"task_index": 174, "task": "move the light switch to turn off the yellow light"}
176
+ {"task_index": 175, "task": "pick up the red block from the sliding cabinet"}
177
+ {"task_index": 176, "task": "pick up the blue block"}
178
+ {"task_index": 177, "task": "go push the pink block to the left"}
179
+ {"task_index": 178, "task": "grasp the red block, then rotate it right"}
180
+ {"task_index": 179, "task": "stack the blocks"}
181
+ {"task_index": 180, "task": "push the red block towards the left"}
182
+ {"task_index": 181, "task": "turn on the light bulb"}
183
+ {"task_index": 182, "task": "turn off the green lamp"}
184
+ {"task_index": 183, "task": "push left the red block"}
185
+ {"task_index": 184, "task": "put the block in the slider"}
186
+ {"task_index": 185, "task": "grasp the door handle and slide the door to the left"}
187
+ {"task_index": 186, "task": "put the object in the slider"}
188
+ {"task_index": 187, "task": "lift the blue block from the table"}
189
+ {"task_index": 188, "task": "lift the blue block"}
190
+ {"task_index": 189, "task": "put the grasped object in the cabinet"}
191
+ {"task_index": 190, "task": "rotate the red block 90 degrees to the left"}
192
+ {"task_index": 191, "task": "slide up the switch"}
193
+ {"task_index": 192, "task": "lift the red block lying in the drawer"}
194
+ {"task_index": 193, "task": "take the blue block and rotate it right"}
195
+ {"task_index": 194, "task": "go push the red block to the left"}
196
+ {"task_index": 195, "task": "in the sliding cabinet grasp the pink block"}
197
+ {"task_index": 196, "task": "put the block in the sliding cabinet"}
198
+ {"task_index": 197, "task": "rotate the blue block to the right"}
199
+ {"task_index": 198, "task": "pick up the pink block from the drawer"}
200
+ {"task_index": 199, "task": "grasp the pink block, then lift it up"}
201
+ {"task_index": 200, "task": "rotate the red block towards the left"}
202
+ {"task_index": 201, "task": "push the pink block to the right"}
203
+ {"task_index": 202, "task": "sweep the pink block to the right"}
204
+ {"task_index": 203, "task": "go open the drawer"}
205
+ {"task_index": 204, "task": "grasp the pink block lying in the slider"}
206
+ {"task_index": 205, "task": "go to the tower of blocks and take off the top one"}
207
+ {"task_index": 206, "task": "rotate left the blue block"}
208
+ {"task_index": 207, "task": "rotate the blue block 90 degrees to the left"}
209
+ {"task_index": 208, "task": "put it in the slider"}
210
+ {"task_index": 209, "task": "take the blue block and turn it left"}
211
+ {"task_index": 210, "task": "lift the pink block on the shelf"}
212
+ {"task_index": 211, "task": "toggle the button to turn off the green light"}
213
+ {"task_index": 212, "task": "move the light switch to turn on the yellow light"}
214
+ {"task_index": 213, "task": "turn off the yellow lamp"}
215
+ {"task_index": 214, "task": "push the blue block towards the left"}
216
+ {"task_index": 215, "task": "slide right the pink block"}
217
+ {"task_index": 216, "task": "in the cabinet grasp the pink block"}
218
+ {"task_index": 217, "task": "go push the red block to the right"}
219
+ {"task_index": 218, "task": "pick up the red block from the shelf"}
220
+ {"task_index": 219, "task": "lift the blue block lying in the cabinet"}
221
+ {"task_index": 220, "task": "pick up the blue block from the drawer"}
222
+ {"task_index": 221, "task": "lift the pink block lying in the drawer"}
223
+ {"task_index": 222, "task": "go slide the blue block to the left"}
224
+ {"task_index": 223, "task": "push down the button to turn on the led"}
225
+ {"task_index": 224, "task": "put the grasped block on top of a block"}
226
+ {"task_index": 225, "task": "take the pink block and rotate it right"}
227
+ {"task_index": 226, "task": "slide the red block to the left"}
228
+ {"task_index": 227, "task": "grasp the door handle and slide the door to the right"}
229
+ {"task_index": 228, "task": "take the pink block and turn it right"}
230
+ {"task_index": 229, "task": "pick up the blue block lying in the drawer"}
231
+ {"task_index": 230, "task": "grasp the red block and rotate it right"}
232
+ {"task_index": 231, "task": "turn the blue block right"}
233
+ {"task_index": 232, "task": "push the red block to the left"}
234
+ {"task_index": 233, "task": "push down the button to turn off the led light"}
235
+ {"task_index": 234, "task": "toggle the button to turn on the led light"}
236
+ {"task_index": 235, "task": "lift the red block lying on the shelf"}
237
+ {"task_index": 236, "task": "place the grasped block on top of another block"}
238
+ {"task_index": 237, "task": "toggle the button to turn off the led light"}
239
+ {"task_index": 238, "task": "lift the blue block lying in the drawer"}
240
+ {"task_index": 239, "task": "turn on the led light"}
241
+ {"task_index": 240, "task": "grasp the blue block lying on the shelf"}
242
+ {"task_index": 241, "task": "pull the handle of the drawer"}
243
+ {"task_index": 242, "task": "grasp the pink block, then rotate it right"}
244
+ {"task_index": 243, "task": "slide the red block towards the right"}
245
+ {"task_index": 244, "task": "grasp the drawer handle, then close it"}
246
+ {"task_index": 245, "task": "slide the blue block to the left"}
247
+ {"task_index": 246, "task": "push left the blue block"}
248
+ {"task_index": 247, "task": "slide the door to the right, then let it go"}
249
+ {"task_index": 248, "task": "push the door to the right side"}
250
+ {"task_index": 249, "task": "in the slider pick up the red block"}
251
+ {"task_index": 250, "task": "slide the object into the drawer"}
252
+ {"task_index": 251, "task": "slide the door to the right"}
253
+ {"task_index": 252, "task": "rotate the red block to the right"}
254
+ {"task_index": 253, "task": "stack the block on top of another block"}
255
+ {"task_index": 254, "task": "grasp the red block lying in the sliding cabinet"}
256
+ {"task_index": 255, "task": "toggle the button to turn on the green light"}
257
+ {"task_index": 256, "task": "slide the blue block towards the right"}
258
+ {"task_index": 257, "task": "grasp the pink block and turn it right"}
259
+ {"task_index": 258, "task": "grasp the blue block and turn it right"}
260
+ {"task_index": 259, "task": "toggle the light switch to turn on the light bulb"}
261
+ {"task_index": 260, "task": "push the object that it falls into the drawer"}
262
+ {"task_index": 261, "task": "lift the red block from the table"}
263
+ {"task_index": 262, "task": "move the sliding door to the left"}
264
+ {"task_index": 263, "task": "pick up the pink block on the table"}
265
+ {"task_index": 264, "task": "turn on the led"}
266
+ {"task_index": 265, "task": "rotate the pink block to the right"}
267
+ {"task_index": 266, "task": "slide the door to the left side"}
268
+ {"task_index": 267, "task": "go towards the pink block in the drawer and pick it up"}
269
+ {"task_index": 268, "task": "push the switch upwards"}
270
+ {"task_index": 269, "task": "lift the blue block lying on the shelf"}
271
+ {"task_index": 270, "task": "slide left the pink block"}
272
+ {"task_index": 271, "task": "pick up the pink block in the drawer"}
273
+ {"task_index": 272, "task": "turn on the green light"}
274
+ {"task_index": 273, "task": "rotate the blue block towards the left"}
275
+ {"task_index": 274, "task": "slide the door to the right side"}
276
+ {"task_index": 275, "task": "move to the drawer, then place the object"}
277
+ {"task_index": 276, "task": "rotate the pink block 90 degrees to the right"}
278
+ {"task_index": 277, "task": "slide the door to the left"}
279
+ {"task_index": 278, "task": "move the door to the right"}
280
+ {"task_index": 279, "task": "push the red block towards the right"}
281
+ {"task_index": 280, "task": "grasp the blue block on the table, then lift it up"}
282
+ {"task_index": 281, "task": "move to the drawer and place the object"}
283
+ {"task_index": 282, "task": "grasp the red block, then turn it left"}
284
+ {"task_index": 283, "task": "grasp the handle of the drawer, then open it"}
285
+ {"task_index": 284, "task": "place the object in the cabinet"}
286
+ {"task_index": 285, "task": "turn on the green lamp"}
287
+ {"task_index": 286, "task": "turn off the led light"}
288
+ {"task_index": 287, "task": "place the block on top of another block"}
289
+ {"task_index": 288, "task": "sweep the blue block to the left"}
290
+ {"task_index": 289, "task": "pick up the red block from the drawer"}
291
+ {"task_index": 290, "task": "move the door all the way to the left and let go"}
292
+ {"task_index": 291, "task": "take off the stacked block"}
293
+ {"task_index": 292, "task": "take the blue block and rotate it left"}
294
+ {"task_index": 293, "task": "push the blue block towards the right"}
295
+ {"task_index": 294, "task": "rotate right the red block"}
296
+ {"task_index": 295, "task": "turn off the green light"}
297
+ {"task_index": 296, "task": "stack blocks on top of each other"}
298
+ {"task_index": 297, "task": "take the pink block and turn it left"}
299
+ {"task_index": 298, "task": "move the door to the right side"}
300
+ {"task_index": 299, "task": "rotate the blue block to the left"}
301
+ {"task_index": 300, "task": "grasp the red block lying in the cabinet"}
302
+ {"task_index": 301, "task": "push the blue block to the left"}
303
+ {"task_index": 302, "task": "place the block in the drawer"}
304
+ {"task_index": 303, "task": "rotate left the red block"}
305
+ {"task_index": 304, "task": "grasp the blue block and lift it up"}
306
+ {"task_index": 305, "task": "store the grasped object in the drawer"}
307
+ {"task_index": 306, "task": "grasp the blue block, then lift it up"}
308
+ {"task_index": 307, "task": "grasp the red block on the table and lift it up"}
309
+ {"task_index": 308, "task": "slide right the blue block"}
310
+ {"task_index": 309, "task": "go push the blue block to the right"}
311
+ {"task_index": 310, "task": "grasp the pink block lying in the sliding cabinet"}
312
+ {"task_index": 311, "task": "pick up the blue block from the shelf"}
313
+ {"task_index": 312, "task": "rotate the red block to the left"}
314
+ {"task_index": 313, "task": "push the door to the right"}
315
+ {"task_index": 314, "task": "in the slider grasp the pink block"}
316
+ {"task_index": 315, "task": "grasp the door handle and move the door to the right"}
317
+ {"task_index": 316, "task": "place the grasped object in the drawer"}
318
+ {"task_index": 317, "task": "go slide the pink block to the right"}
319
+ {"task_index": 318, "task": "turn the red block right"}
320
+ {"task_index": 319, "task": "lift the pink block lying in the sliding cabinet"}
321
+ {"task_index": 320, "task": "turn the blue block left"}
322
+ {"task_index": 321, "task": "push the button to turn off the led light"}
323
+ {"task_index": 322, "task": "go slide the red block to the right"}
324
+ {"task_index": 323, "task": "go push the pink block to the right"}
325
+ {"task_index": 324, "task": "pick up the blue block on the table"}
326
+ {"task_index": 325, "task": "push the button to turn on the led light"}
327
+ {"task_index": 326, "task": "close the cabinet drawer"}
328
+ {"task_index": 327, "task": "store the object in the drawer"}
329
+ {"task_index": 328, "task": "in the sliding cabinet grasp the blue block"}
330
+ {"task_index": 329, "task": "place the grasped object in the slider"}
331
+ {"task_index": 330, "task": "go towards the blue block in the drawer and lift it"}
332
+ {"task_index": 331, "task": "grasp the blue block, then turn it left"}
333
+ {"task_index": 332, "task": "turn the pink block right"}
334
+ {"task_index": 333, "task": "move up the switch"}
335
+ {"task_index": 334, "task": "go push the blue block to the left"}
336
+ {"task_index": 335, "task": "grasp the door handle, then move the door to the left"}
337
+ {"task_index": 336, "task": "store the block in the drawer"}
338
+ {"task_index": 337, "task": "push the switch downwards"}
339
+ {"task_index": 338, "task": "lift the red block lying in the slider"}
340
+ {"task_index": 339, "task": "in the slider grasp the blue block"}
341
+ {"task_index": 340, "task": "sweep the object into the drawer"}
342
+ {"task_index": 341, "task": "pick up the blue block in the sliding cabinet"}
343
+ {"task_index": 342, "task": "push the sliding door to the left"}
344
+ {"task_index": 343, "task": "lift the pink block lying on the shelf"}
345
+ {"task_index": 344, "task": "slide the block into the drawer"}
346
+ {"task_index": 345, "task": "place the grasped object in the sliding cabinet"}
347
+ {"task_index": 346, "task": "pick up the blue block from the table"}
348
+ {"task_index": 347, "task": "grasp the blue block lying in the cabinet"}
349
+ {"task_index": 348, "task": "take the blue block and turn it right"}
350
+ {"task_index": 349, "task": "pick up the pink block in the sliding cabinet"}
351
+ {"task_index": 350, "task": "rotate the blue block 90 degrees to the right"}
352
+ {"task_index": 351, "task": "go towards the pink block in the drawer and lift it"}
353
+ {"task_index": 352, "task": "pick up the blue block from the sliding cabinet"}
354
+ {"task_index": 353, "task": "push the button to turn on the led"}
355
+ {"task_index": 354, "task": "go slide the blue block to the right"}
356
+ {"task_index": 355, "task": "put the block on top of another block"}
357
+ {"task_index": 356, "task": "take the red block and turn it left"}
358
+ {"task_index": 357, "task": "put the grasped object in the slider"}
359
+ {"task_index": 358, "task": "grasp the red block and turn it left"}
360
+ {"task_index": 359, "task": "toggle the button to turn on the led"}
361
+ {"task_index": 360, "task": "pick up the pink block from the shelf"}
362
+ {"task_index": 361, "task": "pick up the red block from the table"}
363
+ {"task_index": 362, "task": "rotate right the pink block"}
364
+ {"task_index": 363, "task": "rotate left the pink block"}
365
+ {"task_index": 364, "task": "push right the pink block"}
366
+ {"task_index": 365, "task": "move the door all the way to the right and let go"}
367
+ {"task_index": 366, "task": "slide the blue block towards the left"}
368
+ {"task_index": 367, "task": "grasp the pink block lying in the cabinet"}
369
+ {"task_index": 368, "task": "push the sliding door to the right"}
370
+ {"task_index": 369, "task": "place the object in the sliding cabinet"}
371
+ {"task_index": 370, "task": "lift the pink block in the drawer"}
372
+ {"task_index": 371, "task": "grasp the door handle, then move the door to the right"}
373
+ {"task_index": 372, "task": "place the block in the slider"}
374
+ {"task_index": 373, "task": "push the button to turn off the green light"}
375
+ {"task_index": 374, "task": "place in slider"}
376
+ {"task_index": 375, "task": "place the grasped object in the cabinet"}
377
+ {"task_index": 376, "task": "toggle the light switch to turn on the yellow light"}
378
+ {"task_index": 377, "task": "move to the drawer, then store the object"}
379
+ {"task_index": 378, "task": "place the block in the cabinet"}
380
+ {"task_index": 379, "task": "take the red block and turn it right"}
381
+ {"task_index": 380, "task": "place the object in the slider"}
382
+ {"task_index": 381, "task": "slide the door all the way to the right"}
383
+ {"task_index": 382, "task": "place the object in the drawer"}
384
+ {"task_index": 383, "task": "lift the blue block lying in the slider"}
385
+ {"task_index": 384, "task": "put the object in the cabinet"}
386
+ {"task_index": 385, "task": "put the block in the cabinet"}
387
+ {"task_index": 386, "task": "lift the red block on the shelf"}
388
+ {"task_index": 387, "task": "grasp the pink block, then turn it right"}
389
+ {"task_index": 388, "task": "lift the blue block lying in the sliding cabinet"}