File size: 57,892 Bytes
20a16e3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
{"task_index": 0, "task": "Place the plate into the wooden shelf top side orig tex0"}
{"task_index": 1, "task": "Place the butter on the kitchen table dxp005 tex0"}
{"task_index": 2, "task": "Place the plate into the wooden shelf top side dxp005 tex0"}
{"task_index": 3, "task": "Close the wooden cabinet top region dyp005 tex0"}
{"task_index": 4, "task": "Pick up the butter from the wooden cabinet bottom region dyp005 tex0"}
{"task_index": 5, "task": "Pick up the plate from the kitchen table dyp005 tex0"}
{"task_index": 6, "task": "Open the wooden cabinet top region dym005 tex0"}
{"task_index": 7, "task": "Place cream cheese on the kitchen table dym005 tex0"}
{"task_index": 8, "task": "Pick up the cream cheese from the kitchen table orig tex1"}
{"task_index": 9, "task": "Pick up the plate from the kitchen table orig tex1"}
{"task_index": 10, "task": "Close the wooden cabinet middle region dxp005 tex1"}
{"task_index": 11, "task": "Open the wooden cabinet bottom region dyp005 tex1"}
{"task_index": 12, "task": "Open the wooden cabinet middle region dym005 tex1"}
{"task_index": 13, "task": "Close the wooden cabinet top region orig tex2"}
{"task_index": 14, "task": "Pour the cream cheese into the red coffee mug orig tex2"}
{"task_index": 15, "task": "Open the wooden cabinet top region dxp005 tex2"}
{"task_index": 16, "task": "Place cream cheese on the kitchen table dxp005 tex2"}
{"task_index": 17, "task": "Place the butter on the kitchen table dym005 tex2"}
{"task_index": 18, "task": "Place the plate into the wooden shelf top side dym005 tex2"}
{"task_index": 19, "task": "Pick up the white bowl from the wooden cabinet dxp005 tex0"}
{"task_index": 20, "task": "Pick up the cookies from the coffee table dyp005 tex0"}
{"task_index": 21, "task": "Pick up the chocolate pudding from the coffee table dyp005 tex0"}
{"task_index": 22, "task": "Pick up the white bowl from the coffee table dym005 tex0"}
{"task_index": 23, "task": "Pick up the cookies from the coffee table dxp005 tex1"}
{"task_index": 24, "task": "Pick up the chocolate pudding from the coffee table dxp005 tex1"}
{"task_index": 25, "task": "Pick up the white bowl from the wooden cabinet dyp005 tex1"}
{"task_index": 26, "task": "Place down the cookies into the white bowl dym005 tex1"}
{"task_index": 27, "task": "Place the white bowl onto the top side of wooden cabinet dym005 tex1"}
{"task_index": 28, "task": "Open the wooden cabinet top region. dxp005 tex2"}
{"task_index": 29, "task": "Place down the white bowl on the coffee table dxp005 tex2"}
{"task_index": 30, "task": "Place down the chocolate pudding into the white bowl dxp005 tex2"}
{"task_index": 31, "task": "Place the cookies on the coffee table dyp005 tex2"}
{"task_index": 32, "task": "Place the  chocolate pudding  on the coffee table dym005 tex2"}
{"task_index": 33, "task": "Close the wooden cabinet top region orig tex0"}
{"task_index": 34, "task": "Pour the cream cheese into the red coffee mug orig tex0"}
{"task_index": 35, "task": "Open the wooden cabinet top region dxp005 tex0"}
{"task_index": 36, "task": "Pick up the butter from the wooden cabinet middle region dxp005 tex0"}
{"task_index": 37, "task": "Place cream cheese on the kitchen table dxp005 tex0"}
{"task_index": 38, "task": "Place the plate on the wooden shelf top side dxp005 tex0"}
{"task_index": 39, "task": "Place the butter on the kitchen table dym005 tex0"}
{"task_index": 40, "task": "Open the wooden cabinet top region orig tex1"}
{"task_index": 41, "task": "Open the wooden cabinet middle region dxp005 tex1"}
{"task_index": 42, "task": "Pick up the cream cheese from the kitchen table dyp005 tex1"}
{"task_index": 43, "task": "Pour the cream cheese into the red coffee mug dyp005 tex1"}
{"task_index": 44, "task": "Place the butter on the kitchen table dxp005 tex2"}
{"task_index": 45, "task": "Close the wooden cabinet top region dyp005 tex2"}
{"task_index": 46, "task": "Pick up the plate from the kitchen table dyp005 tex2"}
{"task_index": 47, "task": "Open the wooden cabinet top region dym005 tex2"}
{"task_index": 48, "task": "Pick up the butter from the wooden cabinet middle region dym005 tex2"}
{"task_index": 49, "task": "Place cream cheese on the kitchen table dym005 tex2"}
{"task_index": 50, "task": "Place the plate on the wooden shelf top side dym005 tex2"}
{"task_index": 51, "task": "Pick up butter from wooden cabinet. orig tex0"}
{"task_index": 52, "task": "Open the wooden cabinet top region. dyp005 tex0"}
{"task_index": 53, "task": "Open the wooden cabinet middle region. dym005 tex0"}
{"task_index": 54, "task": "Pour wine from wine bottle into white yellow mug. dym005 tex0"}
{"task_index": 55, "task": "Place the wine bottle on the coffee table orig tex1"}
{"task_index": 56, "task": "Pick up butter from wooden cabinet. dxp005 tex1"}
{"task_index": 57, "task": "Put butter on the coffee table dyp005 tex1"}
{"task_index": 58, "task": "Pick up wine bottle from coffee table. dyp005 tex1"}
{"task_index": 59, "task": "Close the wooden cabinet top region. dym005 tex1"}
{"task_index": 60, "task": "Place butter into frypan. dym005 tex1"}
{"task_index": 61, "task": "Turn on the flat stove cook region. dym005 tex1"}
{"task_index": 62, "task": "Open the wooden cabinet middle region. orig tex2"}
{"task_index": 63, "task": "Pick up wine bottle from coffee table. orig tex2"}
{"task_index": 64, "task": "Open the wooden cabinet middle region. dxp005 tex2"}
{"task_index": 65, "task": "Pour wine from wine bottle into white yellow mug. dxp005 tex2"}
{"task_index": 66, "task": "Place frypan on flat stove cook region. dyp005 tex2"}
{"task_index": 67, "task": "Place the wine bottle on the coffee table dyp005 tex2"}
{"task_index": 68, "task": "Place butter into frypan. orig tex0"}
{"task_index": 69, "task": "Pour wine from wine bottle into white yellow mug. orig tex0"}
{"task_index": 70, "task": "Place butter into frypan. dxp005 tex0"}
{"task_index": 71, "task": "Turn on the flat stove cook region. dxp005 tex0"}
{"task_index": 72, "task": "Pick up butter from wooden cabinet. dym005 tex0"}
{"task_index": 73, "task": "Pick up wine bottle from coffee table. orig tex1"}
{"task_index": 74, "task": "Pour wine from wine bottle into white yellow mug. dxp005 tex1"}
{"task_index": 75, "task": "Place frypan on flat stove cook region. dyp005 tex1"}
{"task_index": 76, "task": "Place the wine bottle on the coffee table dyp005 tex1"}
{"task_index": 77, "task": "Put the butter on the coffee table. dym005 tex1"}
{"task_index": 78, "task": "Place the wine bottle on the coffee table orig tex2"}
{"task_index": 79, "task": "Pick up butter from wooden cabinet. dxp005 tex2"}
{"task_index": 80, "task": "Pick up the frypan on the table. dyp005 tex2"}
{"task_index": 81, "task": "Pick up wine bottle from coffee table. dyp005 tex2"}
{"task_index": 82, "task": "Place butter into frypan. dym005 tex2"}
{"task_index": 83, "task": "Turn on the flat stove cook region. dym005 tex2"}
{"task_index": 84, "task": "Open the wooden cabinet top region. orig tex0"}
{"task_index": 85, "task": "Close the wooden cabinet middle region. orig tex0"}
{"task_index": 86, "task": "Put the butter on the coffee table. orig tex0"}
{"task_index": 87, "task": "Turn on the flat stove cook region. orig tex0"}
{"task_index": 88, "task": "Close the wooden cabinet top region. dyp005 tex0"}
{"task_index": 89, "task": "Place butter into frypan. dyp005 tex0"}
{"task_index": 90, "task": "Turn on the flat stove cook region. dyp005 tex0"}
{"task_index": 91, "task": "Open the wooden cabinet bottom region. dym005 tex0"}
{"task_index": 92, "task": "Pick up wine bottle from coffee table. dym005 tex0"}
{"task_index": 93, "task": "Place frypan on flat stove cook region. dxp005 tex1"}
{"task_index": 94, "task": "Place the wine bottle on the coffee table dxp005 tex1"}
{"task_index": 95, "task": "Open the wooden cabinet middle region. dyp005 tex1"}
{"task_index": 96, "task": "Pick up frypan from coffee table. dyp005 tex1"}
{"task_index": 97, "task": "Pour wine from wine bottle into white yellow mug. dyp005 tex1"}
{"task_index": 98, "task": "Open the wooden cabinet top region. dym005 tex1"}
{"task_index": 99, "task": "Close the wooden cabinet top region. orig tex2"}
{"task_index": 100, "task": "Open the wooden cabinet bottom region. orig tex2"}
{"task_index": 101, "task": "Place frypan on flat stove cook region. orig tex2"}
{"task_index": 102, "task": "Open the wooden cabinet bottom region. dxp005 tex2"}
{"task_index": 103, "task": "Pick up wine bottle from coffee table. dxp005 tex2"}
{"task_index": 104, "task": "Close the wooden cabinet middle region. dyp005 tex2"}
{"task_index": 105, "task": "Pick up butter from wooden cabinet. dyp005 tex2"}
{"task_index": 106, "task": "Pick up the bbq sauce from the coffee table dxp005 tex0"}
{"task_index": 107, "task": "Place the butter on the coffee table. dyp005 tex0"}
{"task_index": 108, "task": "Pour the bbq sauce into the frypan dyp005 tex0"}
{"task_index": 109, "task": "Pour the orange juice into the red coffee mug dyp005 tex0"}
{"task_index": 110, "task": "Place the barbecue sauce on the coffee table. dym005 tex0"}
{"task_index": 111, "task": "Close the white cabinet top region orig tex1"}
{"task_index": 112, "task": "Open the white cabinet top region dxp005 tex1"}
{"task_index": 113, "task": "Open the white cabinet middle region dyp005 tex1"}
{"task_index": 114, "task": "Pick up the butter from the white cabinet dyp005 tex1"}
{"task_index": 115, "task": "Close the white cabinet top region dym005 tex1"}
{"task_index": 116, "task": "Pour the butter into the frypan dym005 tex1"}
{"task_index": 117, "task": "Pick up the orange juice from the coffee table dym005 tex1"}
{"task_index": 118, "task": "Open the white cabinet middle region orig tex2"}
{"task_index": 119, "task": "Place the barbecue sauce on the coffee table. dxp005 tex2"}
{"task_index": 120, "task": "Pick up the bbq sauce from the coffee table dym005 tex2"}
{"task_index": 121, "task": "Place the butter on the coffee table. orig tex0"}
{"task_index": 122, "task": "Place the butter on the coffee table. dxp005 tex0"}
{"task_index": 123, "task": "Pour the bbq sauce into the frypan dxp005 tex0"}
{"task_index": 124, "task": "Pour the orange juice into the red coffee mug dxp005 tex0"}
{"task_index": 125, "task": "Pick up the bbq sauce from the coffee table dyp005 tex0"}
{"task_index": 126, "task": "Pick up the butter from the white cabinet orig tex1"}
{"task_index": 127, "task": "Place the barbecue sauce on the coffee table. orig tex1"}
{"task_index": 128, "task": "Pour the orange juice into the red coffee mug orig tex1"}
{"task_index": 129, "task": "Pick up the butter from the white cabinet dxp005 tex1"}
{"task_index": 130, "task": "Open the white cabinet top region dyp005 tex1"}
{"task_index": 131, "task": "Place the orange juice back on the coffee table. dym005 tex1"}
{"task_index": 132, "task": "Open the white cabinet top region orig tex2"}
{"task_index": 133, "task": "Pour the butter into the frypan orig tex2"}
{"task_index": 134, "task": "Pick up the orange juice from the coffee table orig tex2"}
{"task_index": 135, "task": "Place the barbecue sauce on the coffee table. dyp005 tex2"}
{"task_index": 136, "task": "Place the butter on the coffee table. dym005 tex2"}
{"task_index": 137, "task": "Pour the bbq sauce into the frypan dym005 tex2"}
{"task_index": 138, "task": "Pour the orange juice into the red coffee mug dym005 tex2"}
{"task_index": 139, "task": "Place down the cookies into the white bowl orig tex0"}
{"task_index": 140, "task": "Pick up the cookies from the coffee table dxp005 tex0"}
{"task_index": 141, "task": "Place the chocolate pudding on the coffee table dxp005 tex0"}
{"task_index": 142, "task": "Place the white bowl onto the wooden cabinet at top side dxp005 tex0"}
{"task_index": 143, "task": "Open the wooden cabinet middle region. dyp005 tex0"}
{"task_index": 144, "task": "Open the wooden cabinet top region. dym005 tex0"}
{"task_index": 145, "task": "Place the cookies on the coffee table dym005 tex0"}
{"task_index": 146, "task": "Open the wooden cabinet top region. orig tex1"}
{"task_index": 147, "task": "Close the wooden cabinet middle region. orig tex1"}
{"task_index": 148, "task": "Place down the cookies into the white bowl dxp005 tex1"}
{"task_index": 149, "task": "Close the wooden cabinet top region. dyp005 tex1"}
{"task_index": 150, "task": "Open the wooden cabinet bottom region. dym005 tex1"}
{"task_index": 151, "task": "Place down the white bowl on the coffee table dym005 tex1"}
{"task_index": 152, "task": "Pick up the chocolate pudding from the coffee table dym005 tex1"}
{"task_index": 153, "task": "Pick up the white bowl from the coffee table orig tex2"}
{"task_index": 154, "task": "Place the cookies on the coffee table dxp005 tex2"}
{"task_index": 155, "task": "Pick up the white bowl from the coffee table dyp005 tex2"}
{"task_index": 156, "task": "Pick up the cookies from the coffee table dym005 tex2"}
{"task_index": 157, "task": "Place the chocolate pudding on the coffee table dym005 tex2"}
{"task_index": 158, "task": "Place the white bowl onto the wooden cabinet at top side dym005 tex2"}
{"task_index": 159, "task": "Open the wooden cabinet middle region. orig tex0"}
{"task_index": 160, "task": "Pick up the white bowl from the wooden cabinet orig tex0"}
{"task_index": 161, "task": "Pick up the chocolate pudding from the coffee table orig tex0"}
{"task_index": 162, "task": "Place the white bowl into the wooden cabinet at top side orig tex0"}
{"task_index": 163, "task": "Open the wooden cabinet middle region. dxp005 tex0"}
{"task_index": 164, "task": "Place down the chocolate pudding into the white bowl dyp005 tex0"}
{"task_index": 165, "task": "Place the chocolate pudding on the coffee table dyp005 tex0"}
{"task_index": 166, "task": "Pick up the cookies from the coffee table orig tex1"}
{"task_index": 167, "task": "Place the cookies on the coffee table orig tex1"}
{"task_index": 168, "task": "Close the wooden cabinet top region. dxp005 tex1"}
{"task_index": 169, "task": "Pick up the white bowl from the wooden cabinet dxp005 tex1"}
{"task_index": 170, "task": "Place down the cookies into the white bowl dyp005 tex1"}
{"task_index": 171, "task": "Place down the white bowl on the coffee table orig tex2"}
{"task_index": 172, "task": "Place down the chocolate pudding into the white bowl orig tex2"}
{"task_index": 173, "task": "Place the chocolate pudding on the coffee table orig tex2"}
{"task_index": 174, "task": "Pick up the white bowl from the coffee table dxp005 tex2"}
{"task_index": 175, "task": "Open the wooden cabinet top region. dyp005 tex2"}
{"task_index": 176, "task": "Place the white bowl into the wooden cabinet at top side dyp005 tex2"}
{"task_index": 177, "task": "Open the wooden cabinet middle region. dym005 tex2"}
{"task_index": 178, "task": "Open the wooden cabinet middle region orig tex0"}
{"task_index": 179, "task": "Pick up the butter from the wooden cabinet bottom region orig tex0"}
{"task_index": 180, "task": "Close the wooden cabinet top region dxp005 tex0"}
{"task_index": 181, "task": "Pick up the butter from the wooden cabinet bottom region dxp005 tex0"}
{"task_index": 182, "task": "Pick up the plate from the kitchen table dxp005 tex0"}
{"task_index": 183, "task": "Place the butter on the kitchen table dyp005 tex0"}
{"task_index": 184, "task": "Place the plate into the wooden shelf top side dyp005 tex0"}
{"task_index": 185, "task": "Open the wooden cabinet bottom region dxp005 tex1"}
{"task_index": 186, "task": "Close the wooden cabinet middle region dyp005 tex1"}
{"task_index": 187, "task": "Pick up the cream cheese from the kitchen table dym005 tex1"}
{"task_index": 188, "task": "Pour the cream cheese into the red coffee mug dym005 tex1"}
{"task_index": 189, "task": "Place the butter on the kitchen table orig tex2"}
{"task_index": 190, "task": "Open the wooden cabinet top region dyp005 tex2"}
{"task_index": 191, "task": "Place cream cheese on the kitchen table dyp005 tex2"}
{"task_index": 192, "task": "Close the wooden cabinet top region dym005 tex2"}
{"task_index": 193, "task": "Pick up the butter from the wooden cabinet bottom region dym005 tex2"}
{"task_index": 194, "task": "Pick up the plate from the kitchen table dym005 tex2"}
{"task_index": 195, "task": "Open the wooden cabinet top region. dxp005 tex0"}
{"task_index": 196, "task": "Place down the white bowl on the coffee table dxp005 tex0"}
{"task_index": 197, "task": "Place down the chocolate pudding into the white bowl dxp005 tex0"}
{"task_index": 198, "task": "Place the cookies on the coffee table dyp005 tex0"}
{"task_index": 199, "task": "Place the  chocolate pudding  on the coffee table dym005 tex0"}
{"task_index": 200, "task": "Place the cookies on the coffee table dxp005 tex1"}
{"task_index": 201, "task": "Open the wooden cabinet top region. dyp005 tex1"}
{"task_index": 202, "task": "Place down the white bowl on the coffee table dyp005 tex1"}
{"task_index": 203, "task": "Place down the chocolate pudding into the white bowl dyp005 tex1"}
{"task_index": 204, "task": "Pick up the white bowl from the wooden cabinet dxp005 tex2"}
{"task_index": 205, "task": "Pick up the cookies from the coffee table dyp005 tex2"}
{"task_index": 206, "task": "Pick up the chocolate pudding from the coffee table dyp005 tex2"}
{"task_index": 207, "task": "Pick up the white bowl from the coffee table dym005 tex2"}
{"task_index": 208, "task": "Place the butter on the kitchen table orig tex0"}
{"task_index": 209, "task": "Open the wooden cabinet top region dyp005 tex0"}
{"task_index": 210, "task": "Pick up the butter from the wooden cabinet middle region dyp005 tex0"}
{"task_index": 211, "task": "Place cream cheese on the kitchen table dyp005 tex0"}
{"task_index": 212, "task": "Place the plate on the wooden shelf top side dyp005 tex0"}
{"task_index": 213, "task": "Close the wooden cabinet top region dym005 tex0"}
{"task_index": 214, "task": "Pick up the plate from the kitchen table dym005 tex0"}
{"task_index": 215, "task": "Pick up the butter from the wooden cabinet middle region orig tex1"}
{"task_index": 216, "task": "Place cream cheese on the kitchen table orig tex1"}
{"task_index": 217, "task": "Pick up the cream cheese from the kitchen table dxp005 tex1"}
{"task_index": 218, "task": "Pour the cream cheese into the red coffee mug dxp005 tex1"}
{"task_index": 219, "task": "Open the wooden cabinet middle region dyp005 tex1"}
{"task_index": 220, "task": "Open the wooden cabinet middle region orig tex2"}
{"task_index": 221, "task": "Close the wooden cabinet top region dxp005 tex2"}
{"task_index": 222, "task": "Pick up the plate from the kitchen table dxp005 tex2"}
{"task_index": 223, "task": "Place the butter on the kitchen table dyp005 tex2"}
{"task_index": 224, "task": "Place frypan on flat stove cook region. dym005 tex0"}
{"task_index": 225, "task": "Place the wine bottle on the coffee table dym005 tex0"}
{"task_index": 226, "task": "Close the wooden cabinet top region. orig tex1"}
{"task_index": 227, "task": "Place frypan on flat stove cook region. orig tex1"}
{"task_index": 228, "task": "Put butter on the coffee table dxp005 tex1"}
{"task_index": 229, "task": "Pick up wine bottle from coffee table. dxp005 tex1"}
{"task_index": 230, "task": "Pick up butter from wooden cabinet. dyp005 tex1"}
{"task_index": 231, "task": "Pick up the frypan pan from the coffee table dym005 tex1"}
{"task_index": 232, "task": "Place frypan on flat stove cook region. dxp005 tex2"}
{"task_index": 233, "task": "Place the wine bottle on the coffee table dxp005 tex2"}
{"task_index": 234, "task": "Open the wooden cabinet middle region. dyp005 tex2"}
{"task_index": 235, "task": "Pour wine from wine bottle into white yellow mug. dyp005 tex2"}
{"task_index": 236, "task": "Open the wooden cabinet top region. dym005 tex2"}
{"task_index": 237, "task": "Pick up the frypan on the table. dym005 tex0"}
{"task_index": 238, "task": "Pick up the frypan on the table. orig tex2"}
{"task_index": 239, "task": "Pick up the frypan on the table. dxp005 tex2"}
{"task_index": 240, "task": "Close the wooden cabinet top region. dxp005 tex0"}
{"task_index": 241, "task": "Close the wooden cabinet middle region. dym005 tex0"}
{"task_index": 242, "task": "Open the wooden cabinet middle region. orig tex1"}
{"task_index": 243, "task": "Open the wooden cabinet middle region. dxp005 tex1"}
{"task_index": 244, "task": "Pick up frypan from coffee table. dxp005 tex1"}
{"task_index": 245, "task": "Close the wooden cabinet middle region. dxp005 tex2"}
{"task_index": 246, "task": "Open the wooden cabinet bottom region. dyp005 tex2"}
{"task_index": 247, "task": "Close the wooden cabinet top region. dym005 tex2"}
{"task_index": 248, "task": "Open the white cabinet middle region dxp005 tex1"}
{"task_index": 249, "task": "Place the white bowl onto the wooden cabinet at top side orig tex0"}
{"task_index": 250, "task": "Place the white bowl onto the wooden cabinet at top side dyp005 tex0"}
{"task_index": 251, "task": "Close the wooden cabinet middle region. dym005 tex1"}
{"task_index": 252, "task": "Pour the chocolate pudding into the white bowl dym005 tex1"}
{"task_index": 253, "task": "Place the white bowl into the wooden cabinet at top side dym005 tex0"}
{"task_index": 254, "task": "Place the white bowl into the wooden cabinet at top side dxp005 tex2"}
{"task_index": 255, "task": "Place down the chocolate pudding into the white bowl dym005 tex2"}
{"task_index": 256, "task": "Place the plate into the wooden shelf top side dym005 tex0"}
{"task_index": 257, "task": "Close the wooden cabinet middle region orig tex1"}
{"task_index": 258, "task": "Close the wooden cabinet middle region dym005 tex1"}
{"task_index": 259, "task": "Place the plate into the wooden shelf top side orig tex2"}
{"task_index": 260, "task": "Place the plate into the wooden shelf top side dxp005 tex2"}
{"task_index": 261, "task": "Pick up the butter from the wooden cabinet bottom region dyp005 tex2"}
{"task_index": 262, "task": "Place down the white bowl on the coffee table orig tex0"}
{"task_index": 263, "task": "Place the cookies on the coffee table orig tex0"}
{"task_index": 264, "task": "Pick up the white bowl from the coffee table orig tex0"}
{"task_index": 265, "task": "Place down the cookies into the white bowl dxp005 tex0"}
{"task_index": 266, "task": "Place the white bowl onto the top side of wooden cabinet dxp005 tex0"}
{"task_index": 267, "task": "Pick up the white bowl from the coffee table dyp005 tex0"}
{"task_index": 268, "task": "Pick up the cookies from the coffee table dym005 tex0"}
{"task_index": 269, "task": "Pick up the chocolate pudding from the coffee table dym005 tex0"}
{"task_index": 270, "task": "Place down the cookies into the white bowl orig tex1"}
{"task_index": 271, "task": "Pick up the white bowl from the coffee table dxp005 tex1"}
{"task_index": 272, "task": "Place the white bowl onto the top side of wooden cabinet dyp005 tex1"}
{"task_index": 273, "task": "Pick up the white bowl from the wooden cabinet dym005 tex1"}
{"task_index": 274, "task": "Open the wooden cabinet top region. orig tex2"}
{"task_index": 275, "task": "Pick up the cookies from the coffee table orig tex2"}
{"task_index": 276, "task": "Pick up the chocolate pudding from the coffee table orig tex2"}
{"task_index": 277, "task": "Place the  chocolate pudding  on the coffee table orig tex2"}
{"task_index": 278, "task": "Place the  chocolate pudding  on the coffee table dyp005 tex2"}
{"task_index": 279, "task": "Place the cookies on the coffee table dym005 tex2"}
{"task_index": 280, "task": "Pick up the butter from the wooden cabinet middle region dym005 tex0"}
{"task_index": 281, "task": "Place the plate on the wooden shelf top side dym005 tex0"}
{"task_index": 282, "task": "Pick up the butter from the wooden cabinet middle region dxp005 tex2"}
{"task_index": 283, "task": "Place the plate on the wooden shelf top side dxp005 tex2"}
{"task_index": 284, "task": "Pick up wine bottle from coffee table. orig tex0"}
{"task_index": 285, "task": "Pour wine from wine bottle into white yellow mug. dxp005 tex0"}
{"task_index": 286, "task": "Place frypan on flat stove cook region. dyp005 tex0"}
{"task_index": 287, "task": "Place the wine bottle on the coffee table dyp005 tex0"}
{"task_index": 288, "task": "Pick up the frypan pan from the coffee table orig tex1"}
{"task_index": 289, "task": "Place butter into frypan. orig tex1"}
{"task_index": 290, "task": "Pour wine from wine bottle into white yellow mug. orig tex1"}
{"task_index": 291, "task": "Place butter into frypan. dxp005 tex1"}
{"task_index": 292, "task": "Turn on the flat stove cook region. dxp005 tex1"}
{"task_index": 293, "task": "Pick up the frypan pan from the coffee table dyp005 tex1"}
{"task_index": 294, "task": "Pick up butter from wooden cabinet. dym005 tex1"}
{"task_index": 295, "task": "Pick up butter from wooden cabinet. orig tex2"}
{"task_index": 296, "task": "Pour wine from wine bottle into white yellow mug. dym005 tex2"}
{"task_index": 297, "task": "Place the wine bottle on the coffee table orig tex0"}
{"task_index": 298, "task": "Pick up butter from wooden cabinet. dxp005 tex0"}
{"task_index": 299, "task": "Pick up the frypan on the table. dyp005 tex0"}
{"task_index": 300, "task": "Pick up wine bottle from coffee table. dyp005 tex0"}
{"task_index": 301, "task": "Place butter into frypan. dym005 tex0"}
{"task_index": 302, "task": "Turn on the flat stove cook region. dym005 tex0"}
{"task_index": 303, "task": "Pick up butter from wooden cabinet. orig tex1"}
{"task_index": 304, "task": "Put the butter on the coffee table. dxp005 tex1"}
{"task_index": 305, "task": "Pour wine from wine bottle into white yellow mug. dym005 tex1"}
{"task_index": 306, "task": "Place butter into frypan. orig tex2"}
{"task_index": 307, "task": "Pour wine from wine bottle into white yellow mug. orig tex2"}
{"task_index": 308, "task": "Place butter into frypan. dxp005 tex2"}
{"task_index": 309, "task": "Turn on the flat stove cook region. dxp005 tex2"}
{"task_index": 310, "task": "Pick up butter from wooden cabinet. dym005 tex2"}
{"task_index": 311, "task": "Close the wooden cabinet top region. orig tex0"}
{"task_index": 312, "task": "Open the wooden cabinet bottom region. orig tex0"}
{"task_index": 313, "task": "Place frypan on flat stove cook region. orig tex0"}
{"task_index": 314, "task": "Open the wooden cabinet bottom region. dxp005 tex0"}
{"task_index": 315, "task": "Pick up wine bottle from coffee table. dxp005 tex0"}
{"task_index": 316, "task": "Close the wooden cabinet middle region. dyp005 tex0"}
{"task_index": 317, "task": "Pick up butter from wooden cabinet. dyp005 tex0"}
{"task_index": 318, "task": "Open the wooden cabinet top region. dxp005 tex1"}
{"task_index": 319, "task": "Put the butter on the coffee table. dyp005 tex1"}
{"task_index": 320, "task": "Place frypan on flat stove cook region. dym005 tex1"}
{"task_index": 321, "task": "Place the wine bottle on the coffee table dym005 tex1"}
{"task_index": 322, "task": "Close the wooden cabinet middle region. orig tex2"}
{"task_index": 323, "task": "Put the butter on the coffee table. orig tex2"}
{"task_index": 324, "task": "Turn on the flat stove cook region. orig tex2"}
{"task_index": 325, "task": "Close the wooden cabinet top region. dyp005 tex2"}
{"task_index": 326, "task": "Place butter into frypan. dyp005 tex2"}
{"task_index": 327, "task": "Turn on the flat stove cook region. dyp005 tex2"}
{"task_index": 328, "task": "Open the wooden cabinet bottom region. dym005 tex2"}
{"task_index": 329, "task": "Pick up wine bottle from coffee table. dym005 tex2"}
{"task_index": 330, "task": "Open the white cabinet middle region orig tex0"}
{"task_index": 331, "task": "Place the barbecue sauce on the coffee table. dxp005 tex0"}
{"task_index": 332, "task": "Pick up the bbq sauce from the coffee table dym005 tex0"}
{"task_index": 333, "task": "Pick up the bbq sauce from the coffee table orig tex1"}
{"task_index": 334, "task": "Pour the bbq sauce into the frypan orig tex1"}
{"task_index": 335, "task": "Place the orange juice back on the coffee table. orig tex1"}
{"task_index": 336, "task": "Close the white cabinet top region dxp005 tex1"}
{"task_index": 337, "task": "Pour the butter into the frypan dxp005 tex1"}
{"task_index": 338, "task": "Pick up the orange juice from the coffee table dxp005 tex1"}
{"task_index": 339, "task": "Place the orange juice back on the coffee table. dyp005 tex1"}
{"task_index": 340, "task": "Open the white cabinet top region dym005 tex1"}
{"task_index": 341, "task": "Pick up the bbq sauce from the coffee table dxp005 tex2"}
{"task_index": 342, "task": "Place the butter on the coffee table. dyp005 tex2"}
{"task_index": 343, "task": "Pour the bbq sauce into the frypan dyp005 tex2"}
{"task_index": 344, "task": "Pour the orange juice into the red coffee mug dyp005 tex2"}
{"task_index": 345, "task": "Place the barbecue sauce on the coffee table. dym005 tex2"}
{"task_index": 346, "task": "Open the white cabinet top region orig tex0"}
{"task_index": 347, "task": "Pour the butter into the frypan orig tex0"}
{"task_index": 348, "task": "Pick up the orange juice from the coffee table orig tex0"}
{"task_index": 349, "task": "Place the barbecue sauce on the coffee table. dyp005 tex0"}
{"task_index": 350, "task": "Place the butter on the coffee table. dym005 tex0"}
{"task_index": 351, "task": "Pour the bbq sauce into the frypan dym005 tex0"}
{"task_index": 352, "task": "Pour the orange juice into the red coffee mug dym005 tex0"}
{"task_index": 353, "task": "Place the orange juice back on the coffee table. dxp005 tex1"}
{"task_index": 354, "task": "Pour the butter into the frypan dyp005 tex1"}
{"task_index": 355, "task": "Pick up the orange juice from the coffee table dyp005 tex1"}
{"task_index": 356, "task": "Pick up the butter from the white cabinet dym005 tex1"}
{"task_index": 357, "task": "Place the butter on the coffee table. orig tex2"}
{"task_index": 358, "task": "Place the butter on the coffee table. dxp005 tex2"}
{"task_index": 359, "task": "Pour the bbq sauce into the frypan dxp005 tex2"}
{"task_index": 360, "task": "Pour the orange juice into the red coffee mug dxp005 tex2"}
{"task_index": 361, "task": "Pick up the bbq sauce from the coffee table dyp005 tex2"}
{"task_index": 362, "task": "Place the cookies on the coffee table dxp005 tex0"}
{"task_index": 363, "task": "Place the chocolate pudding on the coffee table dym005 tex0"}
{"task_index": 364, "task": "Place the white bowl onto the wooden cabinet at top side dym005 tex0"}
{"task_index": 365, "task": "Open the wooden cabinet bottom region. orig tex1"}
{"task_index": 366, "task": "Open the wooden cabinet bottom region. dxp005 tex1"}
{"task_index": 367, "task": "Place down the white bowl on the coffee table dxp005 tex1"}
{"task_index": 368, "task": "Close the wooden cabinet middle region. dyp005 tex1"}
{"task_index": 369, "task": "Pour the chocolate pudding into the white bowl dyp005 tex1"}
{"task_index": 370, "task": "Place down the cookies into the white bowl orig tex2"}
{"task_index": 371, "task": "Pick up the cookies from the coffee table dxp005 tex2"}
{"task_index": 372, "task": "Place the chocolate pudding on the coffee table dxp005 tex2"}
{"task_index": 373, "task": "Place the white bowl onto the wooden cabinet at top side dxp005 tex2"}
{"task_index": 374, "task": "Place down the chocolate pudding into the white bowl orig tex0"}
{"task_index": 375, "task": "Place the chocolate pudding on the coffee table orig tex0"}
{"task_index": 376, "task": "Pick up the white bowl from the coffee table dxp005 tex0"}
{"task_index": 377, "task": "Place the white bowl into the wooden cabinet at top side dyp005 tex0"}
{"task_index": 378, "task": "Pick up the chocolate pudding from the coffee table dyp005 tex1"}
{"task_index": 379, "task": "Pick up the white bowl from the wooden cabinet orig tex2"}
{"task_index": 380, "task": "Place the white bowl into the wooden cabinet at top side orig tex2"}
{"task_index": 381, "task": "Place down the chocolate pudding into the white bowl dyp005 tex2"}
{"task_index": 382, "task": "Place the chocolate pudding on the coffee table dyp005 tex2"}
{"task_index": 383, "task": "Pick up the butter from the wooden cabinet bottom region dym005 tex0"}
{"task_index": 384, "task": "Open the wooden cabinet bottom region orig tex1"}
{"task_index": 385, "task": "Open the wooden cabinet bottom region dym005 tex1"}
{"task_index": 386, "task": "Pick up the butter from the wooden cabinet bottom region orig tex2"}
{"task_index": 387, "task": "Pick up the butter from the wooden cabinet bottom region dxp005 tex2"}
{"task_index": 388, "task": "Place the plate into the wooden shelf top side dyp005 tex2"}
{"task_index": 389, "task": "Pick up the cookies from the coffee table orig tex0"}
{"task_index": 390, "task": "Place the  chocolate pudding  on the coffee table orig tex0"}
{"task_index": 391, "task": "Place the  chocolate pudding  on the coffee table dyp005 tex0"}
{"task_index": 392, "task": "Pick up the white bowl from the wooden cabinet orig tex1"}
{"task_index": 393, "task": "Place the white bowl onto the top side of wooden cabinet orig tex1"}
{"task_index": 394, "task": "Place the  chocolate pudding  on the coffee table dxp005 tex1"}
{"task_index": 395, "task": "Place down the chocolate pudding into the white bowl dym005 tex1"}
{"task_index": 396, "task": "Place the cookies on the coffee table orig tex2"}
{"task_index": 397, "task": "Place down the cookies into the white bowl dxp005 tex2"}
{"task_index": 398, "task": "Place the white bowl onto the top side of wooden cabinet dxp005 tex2"}
{"task_index": 399, "task": "Pick up the chocolate pudding from the coffee table dym005 tex2"}
{"task_index": 400, "task": "Place the plate on the wooden shelf top side orig tex1"}
{"task_index": 401, "task": "Pick up the butter from the wooden cabinet middle region dyp005 tex2"}
{"task_index": 402, "task": "Place the plate on the wooden shelf top side dyp005 tex2"}
{"task_index": 403, "task": "Place frypan on flat stove cook region. dxp005 tex0"}
{"task_index": 404, "task": "Place the wine bottle on the coffee table dxp005 tex0"}
{"task_index": 405, "task": "Pour wine from wine bottle into white yellow mug. dyp005 tex0"}
{"task_index": 406, "task": "Put butter on the coffee table orig tex1"}
{"task_index": 407, "task": "Turn on the flat stove cook region. orig tex1"}
{"task_index": 408, "task": "Pick up the frypan pan from the coffee table dxp005 tex1"}
{"task_index": 409, "task": "Place butter into frypan. dyp005 tex1"}
{"task_index": 410, "task": "Turn on the flat stove cook region. dyp005 tex1"}
{"task_index": 411, "task": "Put butter on the coffee table dym005 tex1"}
{"task_index": 412, "task": "Pick up wine bottle from coffee table. dym005 tex1"}
{"task_index": 413, "task": "Place frypan on flat stove cook region. dym005 tex2"}
{"task_index": 414, "task": "Place the wine bottle on the coffee table dym005 tex2"}
{"task_index": 415, "task": "Pick up the frypan on the table. orig tex0"}
{"task_index": 416, "task": "Pick up the frypan on the table. dxp005 tex0"}
{"task_index": 417, "task": "Pick up the frypan on the table. dym005 tex2"}
{"task_index": 418, "task": "Close the wooden cabinet middle region. dxp005 tex0"}
{"task_index": 419, "task": "Open the wooden cabinet bottom region. dyp005 tex0"}
{"task_index": 420, "task": "Close the wooden cabinet top region. dym005 tex0"}
{"task_index": 421, "task": "Pick up frypan from coffee table. orig tex1"}
{"task_index": 422, "task": "Open the wooden cabinet middle region. dym005 tex1"}
{"task_index": 423, "task": "Pick up frypan from coffee table. dym005 tex1"}
{"task_index": 424, "task": "Close the wooden cabinet top region. dxp005 tex2"}
{"task_index": 425, "task": "Close the wooden cabinet middle region. dym005 tex2"}
{"task_index": 426, "task": "Close the white cabinet top region dyp005 tex1"}
{"task_index": 427, "task": "Open the white cabinet middle region dym005 tex1"}
{"task_index": 428, "task": "Pour the chocolate pudding into the white bowl orig tex1"}
{"task_index": 429, "task": "Close the wooden cabinet middle region. dxp005 tex1"}
{"task_index": 430, "task": "Pour the chocolate pudding into the white bowl dxp005 tex1"}
{"task_index": 431, "task": "Open the wooden cabinet bottom region. dyp005 tex1"}
{"task_index": 432, "task": "Place the white bowl onto the wooden cabinet at top side orig tex2"}
{"task_index": 433, "task": "Place the white bowl onto the wooden cabinet at top side dyp005 tex2"}
{"task_index": 434, "task": "Place the white bowl into the wooden cabinet at top side dxp005 tex0"}
{"task_index": 435, "task": "Place down the chocolate pudding into the white bowl dym005 tex0"}
{"task_index": 436, "task": "Place the white bowl into the wooden cabinet at top side dym005 tex2"}
{"task_index": 437, "task": "Pick up the cream cheese from the kitchen table orig tex0"}
{"task_index": 438, "task": "Pick up the plate from the kitchen table orig tex0"}
{"task_index": 439, "task": "Close the wooden cabinet middle region dxp005 tex0"}
{"task_index": 440, "task": "Open the wooden cabinet bottom region dyp005 tex0"}
{"task_index": 441, "task": "Open the wooden cabinet middle region dym005 tex0"}
{"task_index": 442, "task": "Place the plate into the wooden shelf top side orig tex1"}
{"task_index": 443, "task": "Place the butter on the kitchen table dxp005 tex1"}
{"task_index": 444, "task": "Place the plate into the wooden shelf top side dxp005 tex1"}
{"task_index": 445, "task": "Close the wooden cabinet top region dyp005 tex1"}
{"task_index": 446, "task": "Pick up the butter from the wooden cabinet bottom region dyp005 tex1"}
{"task_index": 447, "task": "Pick up the plate from the kitchen table dyp005 tex1"}
{"task_index": 448, "task": "Open the wooden cabinet top region dym005 tex1"}
{"task_index": 449, "task": "Place cream cheese on the kitchen table dym005 tex1"}
{"task_index": 450, "task": "Open the wooden cabinet top region orig tex2"}
{"task_index": 451, "task": "Close the wooden cabinet middle region orig tex2"}
{"task_index": 452, "task": "Open the wooden cabinet middle region dxp005 tex2"}
{"task_index": 453, "task": "Pick up the cream cheese from the kitchen table dyp005 tex2"}
{"task_index": 454, "task": "Pour the cream cheese into the red coffee mug dyp005 tex2"}
{"task_index": 455, "task": "Close the wooden cabinet middle region dym005 tex2"}
{"task_index": 456, "task": "Place down the white bowl on the coffee table dyp005 tex0"}
{"task_index": 457, "task": "Place down the chocolate pudding into the white bowl dxp005 tex1"}
{"task_index": 458, "task": "Place the cookies on the coffee table dyp005 tex1"}
{"task_index": 459, "task": "Place the  chocolate pudding  on the coffee table dym005 tex1"}
{"task_index": 460, "task": "Pick up the chocolate pudding from the coffee table dxp005 tex2"}
{"task_index": 461, "task": "Pick up the white bowl from the wooden cabinet dyp005 tex2"}
{"task_index": 462, "task": "Place down the cookies into the white bowl dym005 tex2"}
{"task_index": 463, "task": "Place the white bowl onto the top side of wooden cabinet dym005 tex2"}
{"task_index": 464, "task": "Open the wooden cabinet top region orig tex0"}
{"task_index": 465, "task": "Open the wooden cabinet middle region dxp005 tex0"}
{"task_index": 466, "task": "Pick up the cream cheese from the kitchen table dyp005 tex0"}
{"task_index": 467, "task": "Pour the cream cheese into the red coffee mug dyp005 tex0"}
{"task_index": 468, "task": "Close the wooden cabinet top region orig tex1"}
{"task_index": 469, "task": "Pour the cream cheese into the red coffee mug orig tex1"}
{"task_index": 470, "task": "Open the wooden cabinet top region dxp005 tex1"}
{"task_index": 471, "task": "Pick up the butter from the wooden cabinet middle region dxp005 tex1"}
{"task_index": 472, "task": "Place cream cheese on the kitchen table dxp005 tex1"}
{"task_index": 473, "task": "Place the plate on the wooden shelf top side dxp005 tex1"}
{"task_index": 474, "task": "Place the butter on the kitchen table dym005 tex1"}
{"task_index": 475, "task": "Pick up the cream cheese from the kitchen table orig tex2"}
{"task_index": 476, "task": "Pick up the plate from the kitchen table orig tex2"}
{"task_index": 477, "task": "Open the wooden cabinet middle region dym005 tex2"}
{"task_index": 478, "task": "Put butter on the coffee table dyp005 tex0"}
{"task_index": 479, "task": "Pick up the frypan pan from the coffee table orig tex2"}
{"task_index": 480, "task": "Pick up the frypan pan from the coffee table dyp005 tex2"}
{"task_index": 481, "task": "Put the butter on the coffee table. dym005 tex0"}
{"task_index": 482, "task": "Put the butter on the coffee table. dxp005 tex2"}
{"task_index": 483, "task": "Pick up frypan from coffee table. dyp005 tex0"}
{"task_index": 484, "task": "Put the butter on the coffee table. orig tex1"}
{"task_index": 485, "task": "Put the butter on the coffee table. dyp005 tex2"}
{"task_index": 486, "task": "Close the white cabinet top region orig tex0"}
{"task_index": 487, "task": "Open the white cabinet top region dxp005 tex0"}
{"task_index": 488, "task": "Open the white cabinet middle region dyp005 tex0"}
{"task_index": 489, "task": "Pick up the butter from the white cabinet dyp005 tex0"}
{"task_index": 490, "task": "Close the white cabinet top region dym005 tex0"}
{"task_index": 491, "task": "Pour the butter into the frypan dym005 tex0"}
{"task_index": 492, "task": "Pick up the orange juice from the coffee table dym005 tex0"}
{"task_index": 493, "task": "Pick up the bbq sauce from the coffee table dxp005 tex1"}
{"task_index": 494, "task": "Place the butter on the coffee table. dyp005 tex1"}
{"task_index": 495, "task": "Pour the bbq sauce into the frypan dyp005 tex1"}
{"task_index": 496, "task": "Pour the orange juice into the red coffee mug dyp005 tex1"}
{"task_index": 497, "task": "Place the barbecue sauce on the coffee table. dym005 tex1"}
{"task_index": 498, "task": "Pick up the bbq sauce from the coffee table orig tex2"}
{"task_index": 499, "task": "Pour the bbq sauce into the frypan orig tex2"}
{"task_index": 500, "task": "Place the orange juice back on the coffee table. orig tex2"}
{"task_index": 501, "task": "Close the white cabinet top region dxp005 tex2"}
{"task_index": 502, "task": "Pour the butter into the frypan dxp005 tex2"}
{"task_index": 503, "task": "Pick up the orange juice from the coffee table dxp005 tex2"}
{"task_index": 504, "task": "Place the orange juice back on the coffee table. dyp005 tex2"}
{"task_index": 505, "task": "Open the white cabinet top region dym005 tex2"}
{"task_index": 506, "task": "Pick up the butter from the white cabinet orig tex0"}
{"task_index": 507, "task": "Place the barbecue sauce on the coffee table. orig tex0"}
{"task_index": 508, "task": "Pour the orange juice into the red coffee mug orig tex0"}
{"task_index": 509, "task": "Pick up the butter from the white cabinet dxp005 tex0"}
{"task_index": 510, "task": "Open the white cabinet top region dyp005 tex0"}
{"task_index": 511, "task": "Place the orange juice back on the coffee table. dym005 tex0"}
{"task_index": 512, "task": "Place the butter on the coffee table. orig tex1"}
{"task_index": 513, "task": "Place the butter on the coffee table. dxp005 tex1"}
{"task_index": 514, "task": "Pour the bbq sauce into the frypan dxp005 tex1"}
{"task_index": 515, "task": "Pour the orange juice into the red coffee mug dxp005 tex1"}
{"task_index": 516, "task": "Pick up the bbq sauce from the coffee table dyp005 tex1"}
{"task_index": 517, "task": "Place the orange juice back on the coffee table. dxp005 tex2"}
{"task_index": 518, "task": "Pour the butter into the frypan dyp005 tex2"}
{"task_index": 519, "task": "Pick up the orange juice from the coffee table dyp005 tex2"}
{"task_index": 520, "task": "Pick up the butter from the white cabinet dym005 tex2"}
{"task_index": 521, "task": "Pick up the white bowl from the wooden cabinet dyp005 tex0"}
{"task_index": 522, "task": "Place down the white bowl on the coffee table dym005 tex0"}
{"task_index": 523, "task": "Place the chocolate pudding on the coffee table dxp005 tex1"}
{"task_index": 524, "task": "Place the white bowl onto the wooden cabinet at top side dxp005 tex1"}
{"task_index": 525, "task": "Place the cookies on the coffee table dym005 tex1"}
{"task_index": 526, "task": "Pour the chocolate pudding into the white bowl dyp005 tex2"}
{"task_index": 527, "task": "Place down the cookies into the white bowl dyp005 tex0"}
{"task_index": 528, "task": "Pick up the chocolate pudding from the coffee table orig tex1"}
{"task_index": 529, "task": "Place the white bowl into the wooden cabinet at top side orig tex1"}
{"task_index": 530, "task": "Pick up the cookies from the coffee table dyp005 tex1"}
{"task_index": 531, "task": "Place the chocolate pudding on the coffee table dyp005 tex1"}
{"task_index": 532, "task": "Pick up the white bowl from the coffee table dym005 tex1"}
{"task_index": 533, "task": "Place down the white bowl on the coffee table dyp005 tex2"}
{"task_index": 534, "task": "Pick up the white bowl from the wooden cabinet dym005 tex2"}
{"task_index": 535, "task": "Open the wooden cabinet bottom region dxp005 tex0"}
{"task_index": 536, "task": "Close the wooden cabinet middle region dyp005 tex0"}
{"task_index": 537, "task": "Pick up the cream cheese from the kitchen table dym005 tex0"}
{"task_index": 538, "task": "Pour the cream cheese into the red coffee mug dym005 tex0"}
{"task_index": 539, "task": "Open the wooden cabinet middle region orig tex1"}
{"task_index": 540, "task": "Pick up the butter from the wooden cabinet bottom region orig tex1"}
{"task_index": 541, "task": "Close the wooden cabinet top region dxp005 tex1"}
{"task_index": 542, "task": "Pick up the butter from the wooden cabinet bottom region dxp005 tex1"}
{"task_index": 543, "task": "Pick up the plate from the kitchen table dxp005 tex1"}
{"task_index": 544, "task": "Place the butter on the kitchen table dyp005 tex1"}
{"task_index": 545, "task": "Place the plate into the wooden shelf top side dyp005 tex1"}
{"task_index": 546, "task": "Open the wooden cabinet bottom region orig tex2"}
{"task_index": 547, "task": "Place cream cheese on the kitchen table orig tex2"}
{"task_index": 548, "task": "Pick up the cream cheese from the kitchen table dxp005 tex2"}
{"task_index": 549, "task": "Pour the cream cheese into the red coffee mug dxp005 tex2"}
{"task_index": 550, "task": "Open the wooden cabinet middle region dyp005 tex2"}
{"task_index": 551, "task": "Open the wooden cabinet bottom region dym005 tex2"}
{"task_index": 552, "task": "Pick up the chocolate pudding from the coffee table dxp005 tex0"}
{"task_index": 553, "task": "Place down the cookies into the white bowl dym005 tex0"}
{"task_index": 554, "task": "Place the white bowl onto the top side of wooden cabinet dym005 tex0"}
{"task_index": 555, "task": "Pick up the butter from the wooden cabinet middle region orig tex0"}
{"task_index": 556, "task": "Place cream cheese on the kitchen table orig tex0"}
{"task_index": 557, "task": "Pick up the cream cheese from the kitchen table dxp005 tex0"}
{"task_index": 558, "task": "Pour the cream cheese into the red coffee mug dxp005 tex0"}
{"task_index": 559, "task": "Open the wooden cabinet middle region dyp005 tex0"}
{"task_index": 560, "task": "Place the butter on the kitchen table orig tex1"}
{"task_index": 561, "task": "Open the wooden cabinet top region dyp005 tex1"}
{"task_index": 562, "task": "Pick up the butter from the wooden cabinet middle region dyp005 tex1"}
{"task_index": 563, "task": "Place cream cheese on the kitchen table dyp005 tex1"}
{"task_index": 564, "task": "Place the plate on the wooden shelf top side dyp005 tex1"}
{"task_index": 565, "task": "Close the wooden cabinet top region dym005 tex1"}
{"task_index": 566, "task": "Pick up the plate from the kitchen table dym005 tex1"}
{"task_index": 567, "task": "Place the plate on the wooden shelf top side orig tex2"}
{"task_index": 568, "task": "Pick up the cream cheese from the kitchen table dym005 tex2"}
{"task_index": 569, "task": "Pour the cream cheese into the red coffee mug dym005 tex2"}
{"task_index": 570, "task": "Put butter on the coffee table dxp005 tex0"}
{"task_index": 571, "task": "Pick up the frypan pan from the coffee table dym005 tex0"}
{"task_index": 572, "task": "Put butter on the coffee table orig tex2"}
{"task_index": 573, "task": "Pick up the frypan pan from the coffee table dxp005 tex2"}
{"task_index": 574, "task": "Put butter on the coffee table dym005 tex2"}
{"task_index": 575, "task": "Pick up the frypan on the table. dym005 tex1"}
{"task_index": 576, "task": "Pick up frypan from coffee table. dxp005 tex0"}
{"task_index": 577, "task": "Pick up frypan from coffee table. orig tex2"}
{"task_index": 578, "task": "Pick up frypan from coffee table. dym005 tex2"}
{"task_index": 579, "task": "Open the white cabinet middle region dxp005 tex0"}
{"task_index": 580, "task": "Close the white cabinet top region dyp005 tex2"}
{"task_index": 581, "task": "Open the white cabinet middle region dym005 tex2"}
{"task_index": 582, "task": "Pour the chocolate pudding into the white bowl dym005 tex0"}
{"task_index": 583, "task": "Place the white bowl onto the wooden cabinet at top side orig tex1"}
{"task_index": 584, "task": "Place the white bowl onto the wooden cabinet at top side dyp005 tex1"}
{"task_index": 585, "task": "Pour the chocolate pudding into the white bowl orig tex2"}
{"task_index": 586, "task": "Pour the chocolate pudding into the white bowl dxp005 tex2"}
{"task_index": 587, "task": "Place the white bowl into the wooden cabinet at top side dym005 tex1"}
{"task_index": 588, "task": "Close the wooden cabinet middle region orig tex0"}
{"task_index": 589, "task": "Close the wooden cabinet middle region dym005 tex0"}
{"task_index": 590, "task": "Place the plate into the wooden shelf top side dym005 tex1"}
{"task_index": 591, "task": "Close the wooden cabinet middle region dxp005 tex2"}
{"task_index": 592, "task": "Open the wooden cabinet bottom region dyp005 tex2"}
{"task_index": 593, "task": "Place the white bowl onto the top side of wooden cabinet orig tex0"}
{"task_index": 594, "task": "Place the  chocolate pudding  on the coffee table dxp005 tex0"}
{"task_index": 595, "task": "Place down the chocolate pudding into the white bowl orig tex1"}
{"task_index": 596, "task": "Place the  chocolate pudding  on the coffee table orig tex1"}
{"task_index": 597, "task": "Place the  chocolate pudding  on the coffee table dyp005 tex1"}
{"task_index": 598, "task": "Place down the cookies into the white bowl dyp005 tex2"}
{"task_index": 599, "task": "Place the white bowl onto the top side of wooden cabinet dyp005 tex2"}
{"task_index": 600, "task": "Pick up the butter from the wooden cabinet middle region dym005 tex1"}
{"task_index": 601, "task": "Place the plate on the wooden shelf top side dym005 tex1"}
{"task_index": 602, "task": "Pick up the frypan pan from the coffee table orig tex0"}
{"task_index": 603, "task": "Pick up the frypan pan from the coffee table dyp005 tex0"}
{"task_index": 604, "task": "Put butter on the coffee table dyp005 tex2"}
{"task_index": 605, "task": "Put the butter on the coffee table. dxp005 tex0"}
{"task_index": 606, "task": "Pick up the frypan on the table. dyp005 tex1"}
{"task_index": 607, "task": "Put the butter on the coffee table. dym005 tex2"}
{"task_index": 608, "task": "Put the butter on the coffee table. dyp005 tex0"}
{"task_index": 609, "task": "Pick up frypan from coffee table. dyp005 tex2"}
{"task_index": 610, "task": "Pick up the bbq sauce from the coffee table orig tex0"}
{"task_index": 611, "task": "Pour the bbq sauce into the frypan orig tex0"}
{"task_index": 612, "task": "Place the orange juice back on the coffee table. orig tex0"}
{"task_index": 613, "task": "Close the white cabinet top region dxp005 tex0"}
{"task_index": 614, "task": "Pour the butter into the frypan dxp005 tex0"}
{"task_index": 615, "task": "Pick up the orange juice from the coffee table dxp005 tex0"}
{"task_index": 616, "task": "Place the orange juice back on the coffee table. dyp005 tex0"}
{"task_index": 617, "task": "Open the white cabinet top region dym005 tex0"}
{"task_index": 618, "task": "Open the white cabinet middle region orig tex1"}
{"task_index": 619, "task": "Place the barbecue sauce on the coffee table. dxp005 tex1"}
{"task_index": 620, "task": "Pick up the bbq sauce from the coffee table dym005 tex1"}
{"task_index": 621, "task": "Close the white cabinet top region orig tex2"}
{"task_index": 622, "task": "Open the white cabinet top region dxp005 tex2"}
{"task_index": 623, "task": "Open the white cabinet middle region dyp005 tex2"}
{"task_index": 624, "task": "Pick up the butter from the white cabinet dyp005 tex2"}
{"task_index": 625, "task": "Close the white cabinet top region dym005 tex2"}
{"task_index": 626, "task": "Pour the butter into the frypan dym005 tex2"}
{"task_index": 627, "task": "Pick up the orange juice from the coffee table dym005 tex2"}
{"task_index": 628, "task": "Place the orange juice back on the coffee table. dxp005 tex0"}
{"task_index": 629, "task": "Pour the butter into the frypan dyp005 tex0"}
{"task_index": 630, "task": "Pick up the orange juice from the coffee table dyp005 tex0"}
{"task_index": 631, "task": "Pick up the butter from the white cabinet dym005 tex0"}
{"task_index": 632, "task": "Open the white cabinet top region orig tex1"}
{"task_index": 633, "task": "Pour the butter into the frypan orig tex1"}
{"task_index": 634, "task": "Pick up the orange juice from the coffee table orig tex1"}
{"task_index": 635, "task": "Place the barbecue sauce on the coffee table. dyp005 tex1"}
{"task_index": 636, "task": "Place the butter on the coffee table. dym005 tex1"}
{"task_index": 637, "task": "Pour the bbq sauce into the frypan dym005 tex1"}
{"task_index": 638, "task": "Pour the orange juice into the red coffee mug dym005 tex1"}
{"task_index": 639, "task": "Pick up the butter from the white cabinet orig tex2"}
{"task_index": 640, "task": "Place the barbecue sauce on the coffee table. orig tex2"}
{"task_index": 641, "task": "Pour the orange juice into the red coffee mug orig tex2"}
{"task_index": 642, "task": "Pick up the butter from the white cabinet dxp005 tex2"}
{"task_index": 643, "task": "Open the white cabinet top region dyp005 tex2"}
{"task_index": 644, "task": "Place the orange juice back on the coffee table. dym005 tex2"}
{"task_index": 645, "task": "Pour the chocolate pudding into the white bowl dyp005 tex0"}
{"task_index": 646, "task": "Pick up the white bowl from the coffee table orig tex1"}
{"task_index": 647, "task": "Pick up the white bowl from the coffee table dyp005 tex1"}
{"task_index": 648, "task": "Pick up the cookies from the coffee table dym005 tex1"}
{"task_index": 649, "task": "Place the chocolate pudding on the coffee table dym005 tex1"}
{"task_index": 650, "task": "Place the white bowl onto the wooden cabinet at top side dym005 tex1"}
{"task_index": 651, "task": "Place down the white bowl on the coffee table dym005 tex2"}
{"task_index": 652, "task": "Pick up the white bowl from the wooden cabinet dym005 tex0"}
{"task_index": 653, "task": "Place down the white bowl on the coffee table orig tex1"}
{"task_index": 654, "task": "Place the chocolate pudding on the coffee table orig tex1"}
{"task_index": 655, "task": "Place the white bowl into the wooden cabinet at top side dyp005 tex1"}
{"task_index": 656, "task": "Open the wooden cabinet bottom region orig tex0"}
{"task_index": 657, "task": "Open the wooden cabinet bottom region dym005 tex0"}
{"task_index": 658, "task": "Pick up the butter from the wooden cabinet bottom region dym005 tex1"}
{"task_index": 659, "task": "Open the wooden cabinet bottom region dxp005 tex2"}
{"task_index": 660, "task": "Close the wooden cabinet middle region dyp005 tex2"}
{"task_index": 661, "task": "Place the white bowl onto the top side of wooden cabinet dyp005 tex0"}
{"task_index": 662, "task": "Place the white bowl onto the top side of wooden cabinet dxp005 tex1"}
{"task_index": 663, "task": "Place the white bowl onto the top side of wooden cabinet orig tex2"}
{"task_index": 664, "task": "Place the  chocolate pudding  on the coffee table dxp005 tex2"}
{"task_index": 665, "task": "Place the plate on the wooden shelf top side orig tex0"}
{"task_index": 666, "task": "Pick up the butter from the wooden cabinet middle region orig tex2"}
{"task_index": 667, "task": "Put butter on the coffee table orig tex0"}
{"task_index": 668, "task": "Pick up the frypan pan from the coffee table dxp005 tex0"}
{"task_index": 669, "task": "Put butter on the coffee table dym005 tex0"}
{"task_index": 670, "task": "Put butter on the coffee table dxp005 tex2"}
{"task_index": 671, "task": "Pick up the frypan pan from the coffee table dym005 tex2"}
{"task_index": 672, "task": "Pick up the frypan on the table. orig tex1"}
{"task_index": 673, "task": "Pick up the frypan on the table. dxp005 tex1"}
{"task_index": 674, "task": "Pick up frypan from coffee table. orig tex0"}
{"task_index": 675, "task": "Pick up frypan from coffee table. dym005 tex0"}
{"task_index": 676, "task": "Pick up frypan from coffee table. dxp005 tex2"}
{"task_index": 677, "task": "Close the white cabinet top region dyp005 tex0"}
{"task_index": 678, "task": "Open the white cabinet middle region dym005 tex0"}
{"task_index": 679, "task": "Open the white cabinet middle region dxp005 tex2"}
{"task_index": 680, "task": "Pour the chocolate pudding into the white bowl orig tex0"}
{"task_index": 681, "task": "Pour the chocolate pudding into the white bowl dxp005 tex0"}
{"task_index": 682, "task": "Pour the chocolate pudding into the white bowl dym005 tex2"}
{"task_index": 683, "task": "Place the white bowl into the wooden cabinet at top side dxp005 tex1"}