File size: 28,881 Bytes
aed6cbe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "datasets": [
    "AI2_Alphabot_2_carry_the_clothes_basket",
    "AI2_Alphabot_2_item_reversal",
    "AI2_Alphabot_2_move_the_table",
    "AI2_Alphabot_2_operate_the_microwave_oven",
    "AI2_Alphabot_2_pass_the_sandbag",
    "AI2_Alphabot_2_press_the_button_a",
    "AI2_Alphabot_2_press_the_button_b",
    "AI2_Alphabot_2_recover_after_touching_an_obstacle",
    "AI2_Alphabot_2_stack_building_blocks",
    "AI2_Alphabot_2_sticker",
    "Agilex_Cobot_Magic_basket_storage_banana",
    "Agilex_Cobot_Magic_basket_storage_bread",
    "Agilex_Cobot_Magic_basket_storage_egg_yolk_pastry",
    "Agilex_Cobot_Magic_basket_storage_long_bread",
    "Agilex_Cobot_Magic_basket_storage_orange",
    "Agilex_Cobot_Magic_basket_storage_peach",
    "Agilex_Cobot_Magic_classify_objects_eight",
    "Agilex_Cobot_Magic_classify_objects_six",
    "Agilex_Cobot_Magic_close_drawer_bottom",
    "Agilex_Cobot_Magic_close_drawer_top",
    "Agilex_Cobot_Magic_close_drawer_upper",
    "Agilex_Cobot_Magic_connect_block",
    "Agilex_Cobot_Magic_erase_board",
    "Agilex_Cobot_Magic_erase_board_left",
    "Agilex_Cobot_Magic_erase_board_left_side",
    "Agilex_Cobot_Magic_erase_board_passing_left_to_right",
    "Agilex_Cobot_Magic_erase_board_passing_right_to_left",
    "Agilex_Cobot_Magic_erase_board_right",
    "Agilex_Cobot_Magic_fold_T-shirts",
    "Agilex_Cobot_Magic_fold_clothes",
    "Agilex_Cobot_Magic_fold_jeans_shorts_children's",
    "Agilex_Cobot_Magic_fold_short_sleeve_black",
    "Agilex_Cobot_Magic_fold_short_sleeve_white",
    "Agilex_Cobot_Magic_fold_shorts_khaki",
    "Agilex_Cobot_Magic_fold_the_pants",
    "Agilex_Cobot_Magic_fold_towel",
    "Agilex_Cobot_Magic_fold_towel_blue",
    "Agilex_Cobot_Magic_fold_towel_blue_tray",
    "Agilex_Cobot_Magic_fold_towel_brown",
    "Agilex_Cobot_Magic_fold_towel_grey_tray",
    "Agilex_Cobot_Magic_fold_towel_pink_tray",
    "Agilex_Cobot_Magic_fold_towel_purple",
    "Agilex_Cobot_Magic_fold_towel_tray_twice",
    "Agilex_Cobot_Magic_fold_towel_yellow_tray",
    "Agilex_Cobot_Magic_heat_burger",
    "Agilex_Cobot_Magic_heat_sandwich",
    "Agilex_Cobot_Magic_make_sandwiche",
    "Agilex_Cobot_Magic_move_mouse",
    "Agilex_Cobot_Magic_move_mouse_pen",
    "Agilex_Cobot_Magic_move_mouse_pen_black_tablecloth",
    "Agilex_Cobot_Magic_move_mouse_pen_green_tablecloth",
    "Agilex_Cobot_Magic_move_mouse_pen_khaki_tablecloth",
    "Agilex_Cobot_Magic_move_mouse_pen_red_tablecloth",
    "Agilex_Cobot_Magic_move_object",
    "Agilex_Cobot_Magic_move_object_beige_tablecloth",
    "Agilex_Cobot_Magic_move_object_black_tablecloth",
    "Agilex_Cobot_Magic_move_object_green_tablecloth",
    "Agilex_Cobot_Magic_move_object_red_tablecloth",
    "Agilex_Cobot_Magic_move_pencil_sharpener",
    "Agilex_Cobot_Magic_open_drawer_bottom",
    "Agilex_Cobot_Magic_organize_desk_fail",
    "Agilex_Cobot_Magic_organize_test_tube",
    "Agilex_Cobot_Magic_pass_object_left_to_right_black_tablecloth",
    "Agilex_Cobot_Magic_pass_object_left_to_right_green_tablecloth",
    "Agilex_Cobot_Magic_pass_object_left_to_right_khaki_tablecloth",
    "Agilex_Cobot_Magic_pass_object_left_to_right_white_tablecloth",
    "Agilex_Cobot_Magic_pass_object_right_to_left_black_tablecloth",
    "Agilex_Cobot_Magic_pass_object_right_to_left_green_tablecloth",
    "Agilex_Cobot_Magic_pass_object_right_to_left_khaki_tablecloth",
    "Agilex_Cobot_Magic_pass_object_right_to_left_red_tablecloth",
    "Agilex_Cobot_Magic_pass_object_right_to_left_white_tablecloth",
    "Agilex_Cobot_Magic_place_towel_flat",
    "Agilex_Cobot_Magic_plate_storage",
    "Agilex_Cobot_Magic_pour_drink_bottle_cup",
    "Agilex_Cobot_Magic_pour_drink_bottle_cup_cup",
    "Agilex_Cobot_Magic_pour_rice",
    "Agilex_Cobot_Magic_pour_tea",
    "Agilex_Cobot_Magic_pour_water_bottle_cup_cup",
    "Agilex_Cobot_Magic_pour_water_middle_cup",
    "Agilex_Cobot_Magic_pour_water_pink_cup",
    "Agilex_Cobot_Magic_scoop_coffee_beans",
    "Agilex_Cobot_Magic_seal_bag",
    "Agilex_Cobot_Magic_stack_baskets",
    "Agilex_Cobot_Magic_stack_block",
    "Agilex_Cobot_Magic_stir_coffee",
    "Agilex_Cobot_Magic_storage_bread_basket",
    "Agilex_Cobot_Magic_storage_fruit_basket",
    "Agilex_Cobot_Magic_storage_fuirt_bowl",
    "Agilex_Cobot_Magic_storage_lemon_mango",
    "Agilex_Cobot_Magic_storage_object",
    "Agilex_Cobot_Magic_storage_object_basket",
    "Agilex_Cobot_Magic_storage_object_closest",
    "Agilex_Cobot_Magic_storage_object_closest_apple",
    "Agilex_Cobot_Magic_storage_object_closest_cube",
    "Agilex_Cobot_Magic_storage_object_left",
    "Agilex_Cobot_Magic_storage_object_red_tablecloth",
    "Agilex_Cobot_Magic_storage_orange_basket_left",
    "Agilex_Cobot_Magic_storage_orange_basket_right",
    "Agilex_Cobot_Magic_storage_orange_white_bag",
    "Agilex_Cobot_Magic_storage_peach_brown_bag",
    "Agilex_Cobot_Magic_storage_peach_left",
    "Agilex_Cobot_Magic_storage_peach_right",
    "Agilex_Cobot_Magic_storage_peach_white_bag",
    "Agilex_Cobot_Magic_storage_towel",
    "Agilex_Cobot_Magic_sweep_coffee_beans",
    "Agilex_Cobot_Magic_wipe_table",
    "Agilex_Cobot_Magic_wipe_the_table",
    "Agilex_Cobot_Magic_zip_up_the_document_bag",
    "Agilex_Split_Aloha_box_storage_chopsticks",
    "Agilex_Split_Aloha_cap_the_pen_a",
    "Agilex_Split_Aloha_catch_the_ball",
    "Agilex_Split_Aloha_classification_of_fruits_and_vegetables",
    "Agilex_Split_Aloha_classification_of_fruits_and_vegetables_a",
    "Agilex_Split_Aloha_classification_of_tableware",
    "Agilex_Split_Aloha_clean_blackboard",
    "Agilex_Split_Aloha_clean_up_the_tableware",
    "Agilex_Split_Aloha_clear_the_desktop",
    "Agilex_Split_Aloha_close_book",
    "Agilex_Split_Aloha_cube_reset",
    "Agilex_Split_Aloha_cut_banana",
    "Agilex_Split_Aloha_desktop_organization",
    "Agilex_Split_Aloha_drawer_storage_mineral_water",
    "Agilex_Split_Aloha_fold_the_towel",
    "Agilex_Split_Aloha_fold_towel_a",
    "Agilex_Split_Aloha_food_packaging",
    "Agilex_Split_Aloha_make_fruit_salad",
    "Agilex_Split_Aloha_make_hamburger",
    "Agilex_Split_Aloha_mobile_cube",
    "Agilex_Split_Aloha_mobile_cube_blackboard",
    "Agilex_Split_Aloha_move_beverage",
    "Agilex_Split_Aloha_move_the_ball",
    "Agilex_Split_Aloha_move_the_ball_and_the_cube_block",
    "Agilex_Split_Aloha_move_the_ball_interference",
    "Agilex_Split_Aloha_move_the_bread",
    "Agilex_Split_Aloha_move_the_cup",
    "Agilex_Split_Aloha_move_the_plate",
    "Agilex_Split_Aloha_move_the_small_ball",
    "Agilex_Split_Aloha_movethe_position_of_the_bluetooth",
    "Agilex_Split_Aloha_open_the_shoebox",
    "Agilex_Split_Aloha_place_square_pyramid",
    "Agilex_Split_Aloha_place_the_cube_block",
    "Agilex_Split_Aloha_place_the_test_tube",
    "Agilex_Split_Aloha_plate_storage_apple",
    "Agilex_Split_Aloha_plate_storage_bread",
    "Agilex_Split_Aloha_plate_storaje_baozi",
    "Agilex_Split_Aloha_pot_storage_steamer",
    "Agilex_Split_Aloha_pour_drink",
    "Agilex_Split_Aloha_pour_water_a",
    "Agilex_Split_Aloha_pour_water_bottle",
    "Agilex_Split_Aloha_prepare_breakfast",
    "Agilex_Split_Aloha_pull_zipper",
    "Agilex_Split_Aloha_pushing_magnet",
    "Agilex_Split_Aloha_put_in_the_pear",
    "Agilex_Split_Aloha_put_the_building_block_on_the_table",
    "Agilex_Split_Aloha_steamer_storage_dumpling",
    "Agilex_Split_Aloha_storage_plate",
    "Agilex_Split_Aloha_take_out_a_pen_from_the_pen_holder",
    "Agilex_Split_Aloha_take_out_the_bread",
    "Agilex_Split_Aloha_take_the_shoes_off_the_shelf",
    "Agilex_Split_Aloha_the_box_stores_table_tennis_balls",
    "Agilex_Split_Aloha_the_plate_holds_the_fruit",
    "Agilex_Split_Aloha_the_plate_holds_the_vegetables",
    "Agilex_Split_Aloha_turn_on_the_bulb",
    "Agilex_Split_Aloha_twist_bottle_cap",
    "Agilex_Split_Aloha_vase_storage_flower",
    "Agilex_Split_Aloha_water_bottle_storage",
    "Airbot_MMK2_beauty_sponge_and_cake_to_place",
    "Airbot_MMK2_bowl_storage_pepper",
    "Airbot_MMK2_boxs_storage",
    "Airbot_MMK2_building_block_storage",
    "Airbot_MMK2_cake_storage",
    "Airbot_MMK2_chop_the_scallions",
    "Airbot_MMK2_clean_the_desktop",
    "Airbot_MMK2_clean_the_desktop_a",
    "Airbot_MMK2_click_pen",
    "Airbot_MMK2_close_door_left",
    "Airbot_MMK2_close_door_right",
    "Airbot_MMK2_close_doors",
    "Airbot_MMK2_close_drawer",
    "Airbot_MMK2_close_lid",
    "Airbot_MMK2_close_the_computer",
    "Airbot_MMK2_cover_lid",
    "Airbot_MMK2_cup_storage",
    "Airbot_MMK2_cut_scallion",
    "Airbot_MMK2_desktop_storage",
    "Airbot_MMK2_dial_number",
    "Airbot_MMK2_diamond_storage",
    "Airbot_MMK2_doodled_line",
    "Airbot_MMK2_double-sided_tape_placement",
    "Airbot_MMK2_egg_storage",
    "Airbot_MMK2_food_storage",
    "Airbot_MMK2_item_storage",
    "Airbot_MMK2_lemon_and_orange_storage",
    "Airbot_MMK2_medicine_bottle_storage",
    "Airbot_MMK2_mobile_calculator_box",
    "Airbot_MMK2_mobile_car",
    "Airbot_MMK2_mobile_phone_storage",
    "Airbot_MMK2_move_apple_orange_pomegranate",
    "Airbot_MMK2_move_block",
    "Airbot_MMK2_move_block_both_hands",
    "Airbot_MMK2_move_block_gold_bar_models",
    "Airbot_MMK2_move_block_twice",
    "Airbot_MMK2_move_block_wet_wipes",
    "Airbot_MMK2_move_book_front",
    "Airbot_MMK2_move_book_right_side",
    "Airbot_MMK2_move_bottle_tape_measure",
    "Airbot_MMK2_move_cake",
    "Airbot_MMK2_move_cake_tape_measure",
    "Airbot_MMK2_move_cup_paper_box",
    "Airbot_MMK2_move_fake_food",
    "Airbot_MMK2_move_medicine_bottle",
    "Airbot_MMK2_move_pan",
    "Airbot_MMK2_move_paper_box",
    "Airbot_MMK2_move_phone_twice",
    "Airbot_MMK2_move_sword_doll",
    "Airbot_MMK2_move_tennis_racket_ball",
    "Airbot_MMK2_move_tub",
    "Airbot_MMK2_move_umbrella_tissues",
    "Airbot_MMK2_open_door_left",
    "Airbot_MMK2_open_door_right",
    "Airbot_MMK2_open_laptop",
    "Airbot_MMK2_open_lid",
    "Airbot_MMK2_open_notebook",
    "Airbot_MMK2_organize_and_place_books",
    "Airbot_MMK2_organize_books",
    "Airbot_MMK2_organize_plate",
    "Airbot_MMK2_pass_paper_box",
    "Airbot_MMK2_perpare_tea",
    "Airbot_MMK2_pick_up_and_place_tub",
    "Airbot_MMK2_place_cookies_and_beer",
    "Airbot_MMK2_place_the_basin",
    "Airbot_MMK2_place_the_blue_and_purple_blocks",
    "Airbot_MMK2_place_the_books",
    "Airbot_MMK2_place_the_building_blocks",
    "Airbot_MMK2_place_the_cake",
    "Airbot_MMK2_place_the_glasses_case_and_gold_bars",
    "Airbot_MMK2_place_the_network_cable_and_mouse_box",
    "Airbot_MMK2_place_the_paper_drawer",
    "Airbot_MMK2_place_the_piano_and_the_needle-nose_pliers",
    "Airbot_MMK2_place_the_pliers_and_wallpaper_knife",
    "Airbot_MMK2_place_the_shark_toys_and_gold_bars",
    "Airbot_MMK2_place_the_small_bowl_of_canned_food",
    "Airbot_MMK2_place_the_sponge_and_wet_wipes",
    "Airbot_MMK2_place_the_umbrella_and_the_ruler",
    "Airbot_MMK2_place_the_yellow_block",
    "Airbot_MMK2_play_guitar",
    "Airbot_MMK2_play_the_guitar",
    "Airbot_MMK2_play_toy_piano",
    "Airbot_MMK2_potato_storage",
    "Airbot_MMK2_pour_BBs",
    "Airbot_MMK2_pour_out_the_beauty_blender",
    "Airbot_MMK2_pull_plunger",
    "Airbot_MMK2_pull_the_syringe_piston",
    "Airbot_MMK2_pull_tissue",
    "Airbot_MMK2_pumpkin_storage",
    "Airbot_MMK2_push_away_book",
    "Airbot_MMK2_push_building_blocks",
    "Airbot_MMK2_push_piston",
    "Airbot_MMK2_push_plunger",
    "Airbot_MMK2_push_toy_car",
    "Airbot_MMK2_remove_lid",
    "Airbot_MMK2_remove_pen_cap",
    "Airbot_MMK2_rotate_cube_face",
    "Airbot_MMK2_screw_the_bottle_cap",
    "Airbot_MMK2_slide_block",
    "Airbot_MMK2_slide_block_onto_post",
    "Airbot_MMK2_slide_tape_onto_can",
    "Airbot_MMK2_square_arrangement",
    "Airbot_MMK2_stack_block",
    "Airbot_MMK2_stack_bowl",
    "Airbot_MMK2_stack_cubic_block",
    "Airbot_MMK2_stack_cup",
    "Airbot_MMK2_stacking_blocks",
    "Airbot_MMK2_storage_and_take_cake_plate",
    "Airbot_MMK2_storage_apple_orange",
    "Airbot_MMK2_storage_badminton",
    "Airbot_MMK2_storage_bell_pepper",
    "Airbot_MMK2_storage_bell_pepper_bowl",
    "Airbot_MMK2_storage_block",
    "Airbot_MMK2_storage_block_BBs",
    "Airbot_MMK2_storage_block_both_hands",
    "Airbot_MMK2_storage_block_tape_measure",
    "Airbot_MMK2_storage_book",
    "Airbot_MMK2_storage_bottle_part",
    "Airbot_MMK2_storage_bowl",
    "Airbot_MMK2_storage_bowl_wet_wipes",
    "Airbot_MMK2_storage_box_for_mouse_and_sponge",
    "Airbot_MMK2_storage_braised_pork_belly_shrimp",
    "Airbot_MMK2_storage_cake_both_hands",
    "Airbot_MMK2_storage_cake_box",
    "Airbot_MMK2_storage_cake_cup",
    "Airbot_MMK2_storage_cake_ice_cream",
    "Airbot_MMK2_storage_cake_pan",
    "Airbot_MMK2_storage_cake_plate",
    "Airbot_MMK2_storage_computer_box",
    "Airbot_MMK2_storage_cookie_cup",
    "Airbot_MMK2_storage_cookie_toy_car",
    "Airbot_MMK2_storage_cup",
    "Airbot_MMK2_storage_cup_plate",
    "Airbot_MMK2_storage_cup_rubik's_cube",
    "Airbot_MMK2_storage_diamond_ring",
    "Airbot_MMK2_storage_egg_bowl",
    "Airbot_MMK2_storage_egg_plate",
    "Airbot_MMK2_storage_egg_white_box",
    "Airbot_MMK2_storage_egg_yellow_box",
    "Airbot_MMK2_storage_electronics_white_basket",
    "Airbot_MMK2_storage_electronics_yellow_baket",
    "Airbot_MMK2_storage_for_building_blocks_and_beauty_sponges",
    "Airbot_MMK2_storage_gold_bar_model_shark_doll",
    "Airbot_MMK2_storage_grape",
    "Airbot_MMK2_storage_hourglass",
    "Airbot_MMK2_storage_ice_cream",
    "Airbot_MMK2_storage_item",
    "Airbot_MMK2_storage_lemon_mango",
    "Airbot_MMK2_storage_mango_pomegranate",
    "Airbot_MMK2_storage_milk_tissue",
    "Airbot_MMK2_storage_network_cable_paper_box",
    "Airbot_MMK2_storage_onion_sweet_potato",
    "Airbot_MMK2_storage_paper_box_sponge",
    "Airbot_MMK2_storage_peach_pear",
    "Airbot_MMK2_storage_penguin_doll_tiger_doll",
    "Airbot_MMK2_storage_pineapple",
    "Airbot_MMK2_storage_potato_left",
    "Airbot_MMK2_storage_potato_pumpkin",
    "Airbot_MMK2_storage_pumpkin_left",
    "Airbot_MMK2_storage_pumpkin_right",
    "Airbot_MMK2_storage_remote_control_clip_box_water_bottle",
    "Airbot_MMK2_storage_rubiks_cube_and_cup",
    "Airbot_MMK2_storage_shark_doll",
    "Airbot_MMK2_storage_sponge_wet_wipes",
    "Airbot_MMK2_storage_spoon",
    "Airbot_MMK2_storage_stationery_xylophone",
    "Airbot_MMK2_storage_tape_measure_umbrella",
    "Airbot_MMK2_storage_tissue_and_milk_carton",
    "Airbot_MMK2_storage_tissue_paper",
    "Airbot_MMK2_storage_tissues_tub",
    "Airbot_MMK2_storage_tomato_potato",
    "Airbot_MMK2_storage_tools",
    "Airbot_MMK2_storage_toy_cars_and_cookies",
    "Airbot_MMK2_storage_tumbler_umbrella",
    "Airbot_MMK2_storage_wet_tissue_and_building_block",
    "Airbot_MMK2_store_beauty_blender_and_building_blocks",
    "Airbot_MMK2_store_coffee_cups",
    "Airbot_MMK2_store_peaches_and_pears",
    "Airbot_MMK2_store_pomegranates_and_mangoes",
    "Airbot_MMK2_store_wet_wipes_and_bowls",
    "Airbot_MMK2_storge_cake_ice_cream",
    "Airbot_MMK2_swap_apple_cake_plate",
    "Airbot_MMK2_swap_bbs_block_plate",
    "Airbot_MMK2_swap_bbs_cake_plate",
    "Airbot_MMK2_swap_bottle_wet_wipes_plate",
    "Airbot_MMK2_swap_bread_cake_plate",
    "Airbot_MMK2_swap_cake_pumpkin_plate",
    "Airbot_MMK2_swap_cake_sponge_plate",
    "Airbot_MMK2_swap_sponge_paper_box_plate",
    "Airbot_MMK2_sweep_peaper",
    "Airbot_MMK2_take_BBs_block",
    "Airbot_MMK2_take_block",
    "Airbot_MMK2_take_block_both_hands",
    "Airbot_MMK2_take_book",
    "Airbot_MMK2_take_bottle_umbrella",
    "Airbot_MMK2_take_bowl_sponge",
    "Airbot_MMK2_take_cake_both_hands",
    "Airbot_MMK2_take_cup",
    "Airbot_MMK2_take_dog_doll",
    "Airbot_MMK2_take_down_paper_cup",
    "Airbot_MMK2_take_down_umbrella_and_mineral_water",
    "Airbot_MMK2_take_drink",
    "Airbot_MMK2_take_egg",
    "Airbot_MMK2_take_electronics",
    "Airbot_MMK2_take_part_both_hands",
    "Airbot_MMK2_take_the_book",
    "Airbot_MMK2_take_tissues",
    "Airbot_MMK2_take_toy_car",
    "Airbot_MMK2_the_cup_is_put_into_the_bucket",
    "Airbot_MMK2_toy_storage",
    "Airbot_MMK2_turn_page",
    "Airbot_MMK2_unplug",
    "Airbot_MMK2_unscrew_bottle_cap",
    "Galaxea_R1_Lite_arrange_baai_then_brain",
    "Galaxea_R1_Lite_boil_water_in_a_kettle",
    "Galaxea_R1_Lite_build_blocks",
    "Galaxea_R1_Lite_catch_the_water",
    "Galaxea_R1_Lite_change_baai_into_brain",
    "Galaxea_R1_Lite_classify_object_five",
    "Galaxea_R1_Lite_classify_object_four",
    "Galaxea_R1_Lite_classify_object_green_tablecloth",
    "Galaxea_R1_Lite_classify_object_six",
    "Galaxea_R1_Lite_classify_object_three",
    "Galaxea_R1_Lite_clean_the_floor",
    "Galaxea_R1_Lite_clean_the_sink",
    "Galaxea_R1_Lite_clean_toilet",
    "Galaxea_R1_Lite_connect_the_router_cable",
    "Galaxea_R1_Lite_cook_a_meal",
    "Galaxea_R1_Lite_cover_the_pot_lid",
    "Galaxea_R1_Lite_dispose_of_leftover_food",
    "Galaxea_R1_Lite_drawer_storage_hair_dryer",
    "Galaxea_R1_Lite_fold_clothes",
    "Galaxea_R1_Lite_fold_towel_twice",
    "Galaxea_R1_Lite_garbage_disposal",
    "Galaxea_R1_Lite_hang_clothes",
    "Galaxea_R1_Lite_make_a_landline_call",
    "Galaxea_R1_Lite_make_breakfast",
    "Galaxea_R1_Lite_make_tea",
    "Galaxea_R1_Lite_make_the_bed",
    "Galaxea_R1_Lite_mix_blue_yellow_large_test_tube",
    "Galaxea_R1_Lite_mix_blue_yellow_left_large_test_tube",
    "Galaxea_R1_Lite_mix_blue_yellow_left_small_test_tube",
    "Galaxea_R1_Lite_mix_blue_yellow_right",
    "Galaxea_R1_Lite_mix_color",
    "Galaxea_R1_Lite_mix_color_large_test_tube",
    "Galaxea_R1_Lite_mix_color_small_test_tube",
    "Galaxea_R1_Lite_mix_red_blue_large_test_tube",
    "Galaxea_R1_Lite_mix_red_blue_left_large_test_tube",
    "Galaxea_R1_Lite_mix_red_blue_right",
    "Galaxea_R1_Lite_mix_red_yellow_large_test_tube",
    "Galaxea_R1_Lite_mix_red_yellow_left_large_test_tube",
    "Galaxea_R1_Lite_mix_red_yellow_right",
    "Galaxea_R1_Lite_move_mouse",
    "Galaxea_R1_Lite_move_the_position_of_the_apple",
    "Galaxea_R1_Lite_move_the_position_of_the_black_marker",
    "Galaxea_R1_Lite_move_the_position_of_the_brush",
    "Galaxea_R1_Lite_move_the_position_of_the_coffee_capsule",
    "Galaxea_R1_Lite_move_the_position_of_the_cookie",
    "Galaxea_R1_Lite_move_the_position_of_the_duck",
    "Galaxea_R1_Lite_move_the_position_of_the_glass",
    "Galaxea_R1_Lite_move_the_position_of_the_long_bread",
    "Galaxea_R1_Lite_move_the_position_of_the_milk",
    "Galaxea_R1_Lite_move_the_position_of_the_orange",
    "Galaxea_R1_Lite_move_the_position_of_the_peeler",
    "Galaxea_R1_Lite_move_the_position_of_the_pen",
    "Galaxea_R1_Lite_move_the_position_of_the_rubiks_cube",
    "Galaxea_R1_Lite_move_the_position_of_the_soda",
    "Galaxea_R1_Lite_move_the_position_of_the_spoon",
    "Galaxea_R1_Lite_move_the_position_of_the_triangle_bread",
    "Galaxea_R1_Lite_open_and_close_curtains",
    "Galaxea_R1_Lite_open_and_close_microwave_oven",
    "Galaxea_R1_Lite_open_and_close_nightstand_door",
    "Galaxea_R1_Lite_open_and_close_nightstand_drawer",
    "Galaxea_R1_Lite_open_and_close_the_freezer_door",
    "Galaxea_R1_Lite_open_the_food_pan",
    "Galaxea_R1_Lite_opening_and_closing_aalcony_sliding_doors",
    "Galaxea_R1_Lite_peach_storage",
    "Galaxea_R1_Lite_pick_up_and_store_items",
    "Galaxea_R1_Lite_place_the_dress_shirt_on_the_hanger",
    "Galaxea_R1_Lite_plug_the_socket",
    "Galaxea_R1_Lite_pour_liquid_mrable_bar_counter",
    "Galaxea_R1_Lite_pour_powder",
    "Galaxea_R1_Lite_pour_powder_marble_bar_counter",
    "Galaxea_R1_Lite_pour_solid",
    "Galaxea_R1_Lite_pour_solid_marble_bar_counter",
    "Galaxea_R1_Lite_pour_water",
    "Galaxea_R1_Lite_pour_water_black_tablecloth",
    "Galaxea_R1_Lite_put_on_a_garbage_bag",
    "Galaxea_R1_Lite_put_slippers_into_floor_standing_shoe_cabinet",
    "Galaxea_R1_Lite_put_the_pillow_on_the_bed",
    "Galaxea_R1_Lite_put_the_shoes_into_the_shoe_box",
    "Galaxea_R1_Lite_put_the_tableware_into_the_cupboard",
    "Galaxea_R1_Lite_sliding_chair",
    "Galaxea_R1_Lite_stack_baskets",
    "Galaxea_R1_Lite_storage_object_blue_plate",
    "Galaxea_R1_Lite_storage_object_brown_basket",
    "Galaxea_R1_Lite_storage_object_brown_bowl",
    "Galaxea_R1_Lite_storage_object_brown_plate",
    "Galaxea_R1_Lite_storage_object_dish",
    "Galaxea_R1_Lite_storage_object_gray_plate",
    "Galaxea_R1_Lite_storage_object_pink_bowl",
    "Galaxea_R1_Lite_storage_object_white_box",
    "Galaxea_R1_Lite_storage_object_yellow_basket",
    "Galaxea_R1_Lite_storage_of_toiletries",
    "Galaxea_R1_Lite_switch_labels",
    "Galaxea_R1_Lite_switch_on_and_off_the_central_air_conditioning",
    "Galaxea_R1_Lite_tableware_arrangement",
    "Galaxea_R1_Lite_tableware_cleaning",
    "Galaxea_R1_Lite_take_and_place_the_portable_power_bank",
    "Galaxea_R1_Lite_take_and_put_away_garden_stuff",
    "Galaxea_R1_Lite_take_and_put_away_garden_stuff_a",
    "Galaxea_R1_Lite_take_and_put_away_items",
    "Galaxea_R1_Lite_take_and_put_the_bowl",
    "Galaxea_R1_Lite_take_clothes_out_of_the_washing_machine",
    "Galaxea_R1_Lite_take_or_store_plates",
    "Galaxea_R1_Lite_tea_service_table_setting",
    "Galaxea_R1_Lite_throw_out_the_trash",
    "Galaxea_R1_Lite_tidy_up_toiletries",
    "Galaxea_R1_Lite_toggle_drawer_red",
    "Galaxea_R1_Lite_toggle_drawer_yellow",
    "Galaxea_R1_Lite_wash_the_tableware",
    "Galaxea_R1_Lite_washing_board",
    "Galaxea_R1_Lite_wipe_the_table",
    "Galbot_G1_fold_clothe_b",
    "Galbot_G1_fold_clothe_c",
    "Galbot_G1_fold_clothe_e",
    "Galbot_G1_steamer_storage_baozi_a",
    "Galbot_G1_steamer_storage_baozi_b",
    "Galbot_G1_steamer_storage_baozi_c",
    "Galbot_G1_steamer_storage_baozi_d",
    "Galbot_G1_steamer_storage_baozi_e",
    "Galbot_G1_steamer_storage_baozi_f",
    "Galbot_G1_steamer_storage_baozi_g",
    "Galbot_G1_steamer_storage_baozi_h",
    "Galbot_G1_steamer_storage_baozi_i",
    "Galbot_G1_steamer_storage_baozi_j",
    "Leju_Kuavo_4_box_storage_parcel",
    "Leju_Kuavo_4_box_storage_parcel_a",
    "Leju_Kuavo_4_box_storage_parcel_b",
    "Leju_Kuavo_4_box_storage_parcel_c",
    "Leju_Kuavo_4_box_storage_parcel_d",
    "Leju_Kuavo_4_box_storage_parcel_f",
    "Leju_Kuavo_4_box_storage_parcel_g",
    "Leju_Kuavo_4_box_storage_parcel_h",
    "Leju_Kuavo_4_box_storage_parcel_i",
    "Leju_Kuavo_4_box_storage_parcel_j",
    "Leju_Kuavo_4_hotel_services_a",
    "Leju_Kuavo_4_hotel_services_aa",
    "Leju_Kuavo_4_hotel_services_ab",
    "Leju_Kuavo_4_hotel_services_ac",
    "Leju_Kuavo_4_hotel_services_ad",
    "Leju_Kuavo_4_hotel_services_ae",
    "Leju_Kuavo_4_hotel_services_af",
    "Leju_Kuavo_4_hotel_services_ag",
    "Leju_Kuavo_4_hotel_services_ah",
    "Leju_Kuavo_4_hotel_services_b",
    "Leju_Kuavo_4_hotel_services_c",
    "Leju_Kuavo_4_hotel_services_d",
    "Leju_Kuavo_4_hotel_services_e",
    "Leju_Kuavo_4_hotel_services_f",
    "Leju_Kuavo_4_hotel_services_h",
    "Leju_Kuavo_4_hotel_services_i",
    "Leju_Kuavo_4_moving_parts_a",
    "Leju_Kuavo_4_moving_parts_b",
    "Leju_Kuavo_4_moving_parts_c",
    "Leju_Kuavo_4_moving_parts_f",
    "Leju_Kuavo_4_moving_parts_g",
    "Leju_Kuavo_4_moving_parts_h",
    "Leju_Kuavo_4_moving_parts_i",
    "Leju_Kuavo_4_moving_parts_j",
    "Leju_Kuavo_4_moving_parts_k",
    "Leju_Kuavo_4_moving_parts_m",
    "Leju_Kuavo_4_moving_parts_n",
    "Leju_Kuavo_4_moving_parts_o",
    "Leju_Kuavo_4_moving_parts_q",
    "Leju_Kuavo_4_moving_parts_r",
    "Leju_Kuavo_4_moving_parts_s",
    "Leju_Kuavo_4_moving_parts_t",
    "Leju_Kuavo_4_moving_parts_u",
    "Leju_Kuavo_4_part_placement",
    "Leju_Kuavo_4_pass_the_cleaner_a",
    "Leju_Kuavo_4_pass_the_cleaner_b",
    "Leju_Kuavo_4_pass_the_cleaner_c",
    "Leju_Kuavo_4_pass_the_cleaner_d",
    "Leju_Kuavo_4_pass_the_cleaner_e",
    "Realman_RMC-AIDA-L_arrange_flower",
    "Realman_RMC-AIDA-L_basket_storage_banana",
    "Realman_RMC-AIDA-L_basket_storage_egg_yolk_pastry",
    "Realman_RMC-AIDA-L_basket_storage_long_bread",
    "Realman_RMC-AIDA-L_basket_storage_orange",
    "Realman_RMC-AIDA-L_basket_storage_peach",
    "Realman_RMC-AIDA-L_box_up_down",
    "Realman_RMC-AIDA-L_clean_table",
    "Realman_RMC-AIDA-L_desktop_organization",
    "Realman_RMC-AIDA-L_fold_shirt",
    "Realman_RMC-AIDA-L_fold_shorts",
    "Realman_RMC-AIDA-L_fold_towel",
    "Realman_RMC-AIDA-L_food_packaging",
    "Realman_RMC-AIDA-L_food_storage",
    "Realman_RMC-AIDA-L_fruit_storage",
    "Realman_RMC-AIDA-L_get_water",
    "Realman_RMC-AIDA-L_glasses_storage",
    "Realman_RMC-AIDA-L_hang_clothes",
    "Realman_RMC-AIDA-L_organise_the_document_bag",
    "Realman_RMC-AIDA-L_pass_bowl",
    "Realman_RMC-AIDA-L_place_test_tube",
    "Realman_RMC-AIDA-L_place_the_fruits_repeatedly",
    "Realman_RMC-AIDA-L_place_towel",
    "Realman_RMC-AIDA-L_plate_storage",
    "Realman_RMC-AIDA-L_pour_coffee_beans",
    "Realman_RMC-AIDA-L_pour_rice",
    "Realman_RMC-AIDA-L_pour_tea",
    "Realman_RMC-AIDA-L_pull_open_bag",
    "Realman_RMC-AIDA-L_stack_baskets",
    "Realman_RMC-AIDA-L_stir_coffee",
    "Realman_RMC-AIDA-L_storage_bin_storage",
    "Realman_RMC-AIDA-L_storage_block_basket",
    "Realman_RMC-AIDA-L_storage_peach_box",
    "Realman_RMC-AIDA-L_storage_peach_drawer",
    "Realman_RMC-AIDA-L_storage_towel_basket",
    "Tianqing_A2D_battery_storage_b",
    "Tianqing_A2D_battery_storage_c",
    "Tianqing_A2D_box_storage_a",
    "Tianqing_A2D_box_storage_b",
    "Tianqing_A2D_box_storage_c",
    "Tianqing_A2D_box_storage_cardboard_box_a",
    "Tianqing_A2D_box_storage_cardboard_box_b",
    "Tianqing_A2D_box_storage_cardboard_box_c",
    "Tianqing_A2D_box_storage_e",
    "Tianqing_A2D_box_storage_part",
    "Tianqing_A2D_box_storage_part_a",
    "Tianqing_A2D_box_storage_tool",
    "Tianqing_A2D_container_storage_graphics_card",
    "Tianqing_A2D_left_capture_part",
    "Tianqing_A2D_mobile_accessory_storage_box_a",
    "Tianqing_A2D_mobile_accessory_storage_box_c",
    "Tianqing_A2D_mobile_accessory_storage_box_d",
    "Tianqing_A2D_mobile_accessory_storage_box_e",
    "Tianqing_A2D_mobile_accessory_storage_box_f",
    "Tianqing_A2D_pick_up_battery",
    "Tianqing_A2D_picks_up_battery_a",
    "Tianqing_A2D_picks_up_battery_b",
    "Tianqing_A2D_picks_up_cardboard_box",
    "Tianqing_A2D_picks_up_parts_a",
    "Tianqing_A2D_picks_up_parts_b",
    "Tianqing_A2D_place_the_paper_box",
    "Tianqing_A2D_remove_the_accessory",
    "Tianqing_A2D_right_capture_part",
    "Tianqing_A2D_robotic_arm_picks_up_battery",
    "Tianqing_A2D_robotic_arm_picks_up_parts",
    "Tianqing_A2D_storage_item_b",
    "Tianqing_A2D_storage_item_d",
    "Tianqing_A2D_storage_item_e",
    "Tianqing_A2D_tool_storage",
    "Unitree_G1edu-u3_basket_storage_apple",
    "Unitree_G1edu-u3_basket_storage_apple_b",
    "Unitree_G1edu-u3_bowl_storage_grape_singletry",
    "Unitree_G1edu-u3_food_storage",
    "Unitree_G1edu-u3_little_tray_storage_apple_b",
    "Unitree_G1edu-u3_little_tray_storage_lemon_b",
    "Unitree_G1edu-u3_pick_apple_a",
    "Unitree_G1edu-u3_pick_apple_b",
    "Unitree_G1edu-u3_pick_crumpled_paper_aa",
    "Unitree_G1edu-u3_pick_cup_a",
    "Unitree_G1edu-u3_pick_empty_bottle_ab",
    "Unitree_G1edu-u3_pick_leftover_food_ac",
    "Unitree_G1edu-u3_pick_metal_bowl_aa",
    "Unitree_G1edu-u3_pick_metal_bowl_ab",
    "Unitree_G1edu-u3_pick_plastic_bowl_ac",
    "Unitree_G1edu-u3_pick_plastic_bowl_ad",
    "Unitree_G1edu-u3_pick_up_the_bottled_water_a",
    "Unitree_G1edu-u3_pick_up_the_bottled_water_as",
    "Unitree_G1edu-u3_pick_up_the_bottled_water_b",
    "Unitree_G1edu-u3_pick_up_the_bread_az",
    "Unitree_G1edu-u3_pick_up_the_lemon_a",
    "Unitree_G1edu-u3_pick_up_the_lemon_at",
    "Unitree_G1edu-u3_pick_up_the_tissue_box_ao",
    "Unitree_G1edu-u3_pick_up_the_toy_ai",
    "Unitree_G1edu-u3_place_apple_c",
    "Unitree_G1edu-u3_place_bottle_c",
    "Unitree_G1edu-u3_place_metal_bowl_ae",
    "Unitree_G1edu-u3_place_metal_bowl_af",
    "Unitree_G1edu-u3_place_plastic_bowl_ag",
    "Unitree_G1edu-u3_place_plastic_bowl_ah",
    "Unitree_G1edu-u3_plate_storage_doll",
    "Unitree_G1edu-u3_plate_storage_rabbit_doll",
    "Unitree_G1edu-u3_pullBowl_storage_bread_a",
    "Unitree_G1edu-u3_pullBowl_storage_bread_b",
    "Unitree_G1edu-u3_pullBowl_storage_bread_unordered_C",
    "Unitree_G1edu-u3_pullBowl_storage_bread_unordered_a",
    "Unitree_G1edu-u3_pullBowl_storage_bread_unordered_b",
    "Unitree_G1edu-u3_put_the_bread_aw",
    "Unitree_G1edu-u3_put_the_cup_b",
    "Unitree_G1edu-u3_put_the_lemon_af",
    "Unitree_G1edu-u3_put_the_lemon_on_the_plate_ah",
    "Unitree_G1edu-u3_put_the_tissue_box_al",
    "Unitree_G1edu-u3_put_the_toy_ap",
    "Unitree_G1edu-u3_put_the_water_bottle_aq",
    "Unitree_G1edu-u3_put_the_water_bottle_on_the_table_d",
    "Unitree_G1edu-u3_tray_storage_lemon_a"
  ],
  "count": 666
}