Add files using upload-large-folder tool
Browse files- meta/episodes.jsonl +0 -0
- meta/info.json +95 -0
- meta/tasks.jsonl +247 -0
meta/episodes.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
meta/info.json
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"codebase_version": "v2.1",
|
| 3 |
+
"robot_type": "h1",
|
| 4 |
+
"total_episodes": 4885,
|
| 5 |
+
"total_frames": 1659786,
|
| 6 |
+
"total_tasks": 247,
|
| 7 |
+
"total_videos": 4885,
|
| 8 |
+
"total_chunks": 5,
|
| 9 |
+
"chunks_size": 1000,
|
| 10 |
+
"fps": 30,
|
| 11 |
+
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 12 |
+
"video_path": "videos/chunk-{episode_chunk:03d}/egocentric/episode_{episode_index:06d}.mp4",
|
| 13 |
+
"features": {
|
| 14 |
+
"observation.images.egocentric": {
|
| 15 |
+
"dtype": "video",
|
| 16 |
+
"shape": [
|
| 17 |
+
480,
|
| 18 |
+
640,
|
| 19 |
+
3
|
| 20 |
+
],
|
| 21 |
+
"names": [
|
| 22 |
+
"height",
|
| 23 |
+
"width",
|
| 24 |
+
"channel"
|
| 25 |
+
],
|
| 26 |
+
"video_info": {
|
| 27 |
+
"video.fps": 30.0,
|
| 28 |
+
"video.codec": "h264",
|
| 29 |
+
"video.pix_fmt": "yuv420p",
|
| 30 |
+
"video.is_depth_map": false,
|
| 31 |
+
"has_audio": false
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"observation.arm_joints": {
|
| 35 |
+
"dtype": "float32",
|
| 36 |
+
"shape": [
|
| 37 |
+
-1
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
"observation.leg_joints": {
|
| 41 |
+
"dtype": "float32",
|
| 42 |
+
"shape": [
|
| 43 |
+
-1
|
| 44 |
+
]
|
| 45 |
+
},
|
| 46 |
+
"observation.hand_joints": {
|
| 47 |
+
"dtype": "float32",
|
| 48 |
+
"shape": [
|
| 49 |
+
-1
|
| 50 |
+
]
|
| 51 |
+
},
|
| 52 |
+
"action": {
|
| 53 |
+
"dtype": "float32",
|
| 54 |
+
"shape": [
|
| 55 |
+
-1
|
| 56 |
+
]
|
| 57 |
+
},
|
| 58 |
+
"timestamp": {
|
| 59 |
+
"dtype": "float32",
|
| 60 |
+
"shape": [
|
| 61 |
+
1
|
| 62 |
+
]
|
| 63 |
+
},
|
| 64 |
+
"frame_index": {
|
| 65 |
+
"dtype": "int64",
|
| 66 |
+
"shape": [
|
| 67 |
+
1
|
| 68 |
+
]
|
| 69 |
+
},
|
| 70 |
+
"episode_index": {
|
| 71 |
+
"dtype": "int64",
|
| 72 |
+
"shape": [
|
| 73 |
+
1
|
| 74 |
+
]
|
| 75 |
+
},
|
| 76 |
+
"index": {
|
| 77 |
+
"dtype": "int64",
|
| 78 |
+
"shape": [
|
| 79 |
+
1
|
| 80 |
+
]
|
| 81 |
+
},
|
| 82 |
+
"next.done": {
|
| 83 |
+
"dtype": "bool",
|
| 84 |
+
"shape": [
|
| 85 |
+
1
|
| 86 |
+
]
|
| 87 |
+
},
|
| 88 |
+
"task_index": {
|
| 89 |
+
"dtype": "int64",
|
| 90 |
+
"shape": [
|
| 91 |
+
1
|
| 92 |
+
]
|
| 93 |
+
}
|
| 94 |
+
}
|
| 95 |
+
}
|
meta/tasks.jsonl
ADDED
|
@@ -0,0 +1,247 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"task_index": 0, "task": "Articulated/adjust_the_angle_of_a_phone_stand", "category": "Articulated", "description": ""}
|
| 2 |
+
{"task_index": 1, "task": "Articulated/adjust_the_tilt_angle_of_a_monitor_on_the_desk", "category": "Articulated", "description": ""}
|
| 3 |
+
{"task_index": 2, "task": "Articulated/center_the_angle_of_a_monitor_on_the_desk", "category": "Articulated", "description": ""}
|
| 4 |
+
{"task_index": 3, "task": "Articulated/click_a_button_on_the_mouse", "category": "Articulated", "description": ""}
|
| 5 |
+
{"task_index": 4, "task": "Articulated/click_a_mechanical_keyboard_space_key", "category": "Articulated", "description": ""}
|
| 6 |
+
{"task_index": 5, "task": "Articulated/close_a_kettle_lid_g1", "category": "Articulated", "description": ""}
|
| 7 |
+
{"task_index": 6, "task": "Articulated/close_a_kettle_lid_h1", "category": "Articulated", "description": ""}
|
| 8 |
+
{"task_index": 7, "task": "Articulated/close_a_laptop_g1", "category": "Articulated", "description": ""}
|
| 9 |
+
{"task_index": 8, "task": "Articulated/close_a_laptop_lid_h1", "category": "Articulated", "description": ""}
|
| 10 |
+
{"task_index": 9, "task": "Articulated/close_a_microwave_door", "category": "Articulated", "description": ""}
|
| 11 |
+
{"task_index": 10, "task": "Articulated/close_a_small_storage_box_lid", "category": "Articulated", "description": ""}
|
| 12 |
+
{"task_index": 11, "task": "Articulated/close_refrigerator_door", "category": "Articulated", "description": ""}
|
| 13 |
+
{"task_index": 12, "task": "Articulated/close_the_cabinet_door", "category": "Articulated", "description": ""}
|
| 14 |
+
{"task_index": 13, "task": "Articulated/close_the_zipper_of_a_bag", "category": "Articulated", "description": ""}
|
| 15 |
+
{"task_index": 14, "task": "Articulated/collapse_a_extended_duster", "category": "Articulated", "description": ""}
|
| 16 |
+
{"task_index": 15, "task": "Articulated/compress_a_liquid_hand_soap_into_a_cup_h1", "category": "Articulated", "description": ""}
|
| 17 |
+
{"task_index": 16, "task": "Articulated/compress_a_small_air_pump_g1", "category": "Articulated", "description": ""}
|
| 18 |
+
{"task_index": 17, "task": "Articulated/compress_air_pumper_h1", "category": "Articulated", "description": ""}
|
| 19 |
+
{"task_index": 18, "task": "Articulated/compress_an_air_pump_g1", "category": "Articulated", "description": ""}
|
| 20 |
+
{"task_index": 19, "task": "Articulated/de-compress_a_small_air_pump_g1", "category": "Articulated", "description": ""}
|
| 21 |
+
{"task_index": 20, "task": "Articulated/extend_a_phone_stand", "category": "Articulated", "description": ""}
|
| 22 |
+
{"task_index": 21, "task": "Articulated/flip_close_a_diary_g1", "category": "Articulated", "description": ""}
|
| 23 |
+
{"task_index": 22, "task": "Articulated/flip_close_a_diary_h1", "category": "Articulated", "description": ""}
|
| 24 |
+
{"task_index": 23, "task": "Articulated/flip_open_a_diary_g1", "category": "Articulated", "description": ""}
|
| 25 |
+
{"task_index": 24, "task": "Articulated/flip_open_a_diary_h1", "category": "Articulated", "description": ""}
|
| 26 |
+
{"task_index": 25, "task": "Articulated/open_a_book", "category": "Articulated", "description": ""}
|
| 27 |
+
{"task_index": 26, "task": "Articulated/open_a_drawer_g1", "category": "Articulated", "description": ""}
|
| 28 |
+
{"task_index": 27, "task": "Articulated/open_a_microwave_door", "category": "Articulated", "description": ""}
|
| 29 |
+
{"task_index": 28, "task": "Articulated/open_a_small_storage_box_lid", "category": "Articulated", "description": ""}
|
| 30 |
+
{"task_index": 29, "task": "Articulated/open_a_stapler", "category": "Articulated", "description": ""}
|
| 31 |
+
{"task_index": 30, "task": "Articulated/open_the_zipper_of_a_bag", "category": "Articulated", "description": ""}
|
| 32 |
+
{"task_index": 31, "task": "Articulated/press_a_big_button_h1", "category": "Articulated", "description": ""}
|
| 33 |
+
{"task_index": 32, "task": "Articulated/press_a_paper_pin_puncher", "category": "Articulated", "description": ""}
|
| 34 |
+
{"task_index": 33, "task": "Articulated/press_the_stapler_g1", "category": "Articulated", "description": ""}
|
| 35 |
+
{"task_index": 34, "task": "Articulated/pressing_on_a_light_switch", "category": "Articulated", "description": ""}
|
| 36 |
+
{"task_index": 35, "task": "Articulated/pull_out_chips_tray_g1", "category": "Articulated", "description": ""}
|
| 37 |
+
{"task_index": 36, "task": "Articulated/pull_out_chips_tray_h1", "category": "Articulated", "description": ""}
|
| 38 |
+
{"task_index": 37, "task": "Articulated/push_a_button_g1", "category": "Articulated", "description": ""}
|
| 39 |
+
{"task_index": 38, "task": "Articulated/push_back_chips_tray_g1", "category": "Articulated", "description": ""}
|
| 40 |
+
{"task_index": 39, "task": "Articulated/push_button_on_controller", "category": "Articulated", "description": ""}
|
| 41 |
+
{"task_index": 40, "task": "Articulated/push_the_drawer_back", "category": "Articulated", "description": ""}
|
| 42 |
+
{"task_index": 41, "task": "Articulated/rotate_a_phone_stand", "category": "Articulated", "description": ""}
|
| 43 |
+
{"task_index": 42, "task": "Articulated/rotate_chair", "category": "Articulated", "description": ""}
|
| 44 |
+
{"task_index": 43, "task": "Articulated/rotate_sofa_g1", "category": "Articulated", "description": ""}
|
| 45 |
+
{"task_index": 44, "task": "Articulated/turn_off_the_faucet_handle", "category": "Articulated", "description": ""}
|
| 46 |
+
{"task_index": 45, "task": "Articulated/turn_on_the_faucet_handle", "category": "Articulated", "description": ""}
|
| 47 |
+
{"task_index": 46, "task": "Articulated/unfold_stand_on_multimeter", "category": "Articulated", "description": ""}
|
| 48 |
+
{"task_index": 47, "task": "Articulated/use_joystick_on_controller", "category": "Articulated", "description": ""}
|
| 49 |
+
{"task_index": 48, "task": "Basic/drag_a_white_board", "category": "Basic", "description": ""}
|
| 50 |
+
{"task_index": 49, "task": "Basic/lift_a_kettle_from_base", "category": "Basic", "description": ""}
|
| 51 |
+
{"task_index": 50, "task": "Basic/move_dinasour_to_the_left", "category": "Basic", "description": ""}
|
| 52 |
+
{"task_index": 51, "task": "Basic/pick_a_3d_printing_filament_and_put_it_inside_the_container", "category": "Basic", "description": ""}
|
| 53 |
+
{"task_index": 52, "task": "Basic/pick_a_bag_of_fork_and_place_it_in_a_container", "category": "Basic", "description": ""}
|
| 54 |
+
{"task_index": 53, "task": "Basic/pick_a_calculator_from_a_container_and_put_it_on_the_desk", "category": "Basic", "description": ""}
|
| 55 |
+
{"task_index": 54, "task": "Basic/pick_a_chess_piece_and_place_it_in_a_container", "category": "Basic", "description": ""}
|
| 56 |
+
{"task_index": 55, "task": "Basic/pick_a_electric_screwdriver_and_place_it_in_a_container", "category": "Basic", "description": ""}
|
| 57 |
+
{"task_index": 56, "task": "Basic/pick_a_hammer_and_place_on_table", "category": "Basic", "description": ""}
|
| 58 |
+
{"task_index": 57, "task": "Basic/pick_a_multi_meter_and_place_it_in_a_container", "category": "Basic", "description": ""}
|
| 59 |
+
{"task_index": 58, "task": "Basic/pick_a_oven_glove_on_top_of_the_container_and_put_it_into_a_rectangular_container", "category": "Basic", "description": ""}
|
| 60 |
+
{"task_index": 59, "task": "Basic/pick_a_plastic_water_bottle_and_place_it_in_a_container", "category": "Basic", "description": ""}
|
| 61 |
+
{"task_index": 60, "task": "Basic/pick_a_plate_and_put_it_on_the_tray", "category": "Basic", "description": ""}
|
| 62 |
+
{"task_index": 61, "task": "Basic/pick_a_power_strip_and_put_it_inside_a_container", "category": "Basic", "description": ""}
|
| 63 |
+
{"task_index": 62, "task": "Basic/pick_a_shampoo_and_place_it_in_a_container", "category": "Basic", "description": ""}
|
| 64 |
+
{"task_index": 63, "task": "Basic/pick_a_smaller_container_and_put_it_inside_a_bigger_container", "category": "Basic", "description": ""}
|
| 65 |
+
{"task_index": 64, "task": "Basic/pick_a_t-shirt_and_place_it_in_a_container", "category": "Basic", "description": ""}
|
| 66 |
+
{"task_index": 65, "task": "Basic/pick_a_tennis_ball_and_place_it_in_a_container", "category": "Basic", "description": ""}
|
| 67 |
+
{"task_index": 66, "task": "Basic/pick_a_umbrella_and_place_it_in_a_container", "category": "Basic", "description": ""}
|
| 68 |
+
{"task_index": 67, "task": "Basic/pick_a_web_cam_and_place_it_in_a_container", "category": "Basic", "description": ""}
|
| 69 |
+
{"task_index": 68, "task": "Basic/pick_an_air_purify_spray_and_put_it_inside_a_container", "category": "Basic", "description": ""}
|
| 70 |
+
{"task_index": 69, "task": "Basic/pick_the_tape_and_place_in_a_container", "category": "Basic", "description": ""}
|
| 71 |
+
{"task_index": 70, "task": "Basic/pick_up_a_football_and_put_in_a_container", "category": "Basic", "description": ""}
|
| 72 |
+
{"task_index": 71, "task": "Basic/pick_up_a_pillow", "category": "Basic", "description": ""}
|
| 73 |
+
{"task_index": 72, "task": "Basic/pick_up_a_plier", "category": "Basic", "description": ""}
|
| 74 |
+
{"task_index": 73, "task": "Basic/pick_up_a_tripod_and_stand_it_on_the_desk", "category": "Basic", "description": ""}
|
| 75 |
+
{"task_index": 74, "task": "Basic/place_a_bag_of_coffee_beans_in_a_plastic_bag_and_lift_it", "category": "Basic", "description": ""}
|
| 76 |
+
{"task_index": 75, "task": "Basic/place_a_bottle_of_protein_shake_in_the_plastic_bag", "category": "Basic", "description": ""}
|
| 77 |
+
{"task_index": 76, "task": "Basic/place_a_cube_in_a_bag", "category": "Basic", "description": ""}
|
| 78 |
+
{"task_index": 77, "task": "Basic/place_a_rubix_cube_in_a_plastic_bag_and_lift_it", "category": "Basic", "description": ""}
|
| 79 |
+
{"task_index": 78, "task": "Basic/place_a_small_rectangular_container_in_a_plastic_bag_and_lift_it", "category": "Basic", "description": ""}
|
| 80 |
+
{"task_index": 79, "task": "Basic/place_a_stack_of_plates_in_a_bag", "category": "Basic", "description": ""}
|
| 81 |
+
{"task_index": 80, "task": "Basic/place_a_stapler_in_a_plastic_bag_and_lift_it", "category": "Basic", "description": ""}
|
| 82 |
+
{"task_index": 81, "task": "Basic/place_the_pencil_case_inside_a_container", "category": "Basic", "description": ""}
|
| 83 |
+
{"task_index": 82, "task": "Basic/pour_out_some_sunflower_seeds", "category": "Basic", "description": ""}
|
| 84 |
+
{"task_index": 83, "task": "Basic/pour_sunflower_seeds_on_plate_g1", "category": "Basic", "description": ""}
|
| 85 |
+
{"task_index": 84, "task": "Basic/pour_water_from_a_kettle_into_a_cup", "category": "Basic", "description": ""}
|
| 86 |
+
{"task_index": 85, "task": "Basic/pour_water_from_a_kettle_into_a_cup_g1", "category": "Basic", "description": ""}
|
| 87 |
+
{"task_index": 86, "task": "Basic/pour_water_into_a_cup", "category": "Basic", "description": ""}
|
| 88 |
+
{"task_index": 87, "task": "Basic/pull_a_chair_away_from_table_g1", "category": "Basic", "description": ""}
|
| 89 |
+
{"task_index": 88, "task": "Basic/push_2_dumplings_together", "category": "Basic", "description": ""}
|
| 90 |
+
{"task_index": 89, "task": "Basic/push_a_box_of_screws_from_the_left_side_of_the_desk_to_the_right_next_to_the_tape", "category": "Basic", "description": ""}
|
| 91 |
+
{"task_index": 90, "task": "Basic/push_duck_g1", "category": "Basic", "description": ""}
|
| 92 |
+
{"task_index": 91, "task": "Basic/push_the_pencil_case_next_to_the_container", "category": "Basic", "description": ""}
|
| 93 |
+
{"task_index": 92, "task": "Basic/push_the_tape_towards_the_notebook", "category": "Basic", "description": ""}
|
| 94 |
+
{"task_index": 93, "task": "Basic/put_bag_of_coffee_bean_into_container", "category": "Basic", "description": ""}
|
| 95 |
+
{"task_index": 94, "task": "Basic/put_dumpling_into_plate_g1", "category": "Basic", "description": ""}
|
| 96 |
+
{"task_index": 95, "task": "Basic/put_lunchbag_into_container", "category": "Basic", "description": ""}
|
| 97 |
+
{"task_index": 96, "task": "Basic/put_notebook_into_container", "category": "Basic", "description": ""}
|
| 98 |
+
{"task_index": 97, "task": "Basic/put_powercord_into_container", "category": "Basic", "description": ""}
|
| 99 |
+
{"task_index": 98, "task": "Basic/put_small_tripod_upright", "category": "Basic", "description": ""}
|
| 100 |
+
{"task_index": 99, "task": "Basic/put_the_duck_toy_into_container", "category": "Basic", "description": ""}
|
| 101 |
+
{"task_index": 100, "task": "Basic/put_the_lunch_bag_next_to_the_notebook", "category": "Basic", "description": ""}
|
| 102 |
+
{"task_index": 101, "task": "Basic/put_tripod_into_container_h1", "category": "Basic", "description": ""}
|
| 103 |
+
{"task_index": 102, "task": "Basic/remove_container_from_whiteboard_g1", "category": "Basic", "description": ""}
|
| 104 |
+
{"task_index": 103, "task": "Basic/remove_lid_of_spray_bottle", "category": "Basic", "description": ""}
|
| 105 |
+
{"task_index": 104, "task": "Basic/stack_book_from_bookholder", "category": "Basic", "description": ""}
|
| 106 |
+
{"task_index": 105, "task": "Basic/stack_notebook_into_shelf", "category": "Basic", "description": ""}
|
| 107 |
+
{"task_index": 106, "task": "Basic/stack_two_boxes", "category": "Basic", "description": ""}
|
| 108 |
+
{"task_index": 107, "task": "Basic/stack_two_cubes_g1", "category": "Basic", "description": ""}
|
| 109 |
+
{"task_index": 108, "task": "Basic/stack_two_cubes_h1", "category": "Basic", "description": ""}
|
| 110 |
+
{"task_index": 109, "task": "Basic/stack_two_storage_boxes", "category": "Basic", "description": ""}
|
| 111 |
+
{"task_index": 110, "task": "Basic/take_out_the_lid_of_the_spray_bottle", "category": "Basic", "description": ""}
|
| 112 |
+
{"task_index": 111, "task": "Basic/unstack_two_cubes_g1", "category": "Basic", "description": ""}
|
| 113 |
+
{"task_index": 112, "task": "deformable/adjust_the_opening_of_a_loosely_closed_bag", "category": "deformable", "description": ""}
|
| 114 |
+
{"task_index": 113, "task": "deformable/compress_a_plastic_bag", "category": "deformable", "description": ""}
|
| 115 |
+
{"task_index": 114, "task": "deformable/flip_a_pillow_g1", "category": "deformable", "description": ""}
|
| 116 |
+
{"task_index": 115, "task": "deformable/flip_a_soft_plate", "category": "deformable", "description": ""}
|
| 117 |
+
{"task_index": 116, "task": "deformable/fold_a_jacket_on_the_desk", "category": "deformable", "description": ""}
|
| 118 |
+
{"task_index": 117, "task": "deformable/fold_a_toolkit_g1", "category": "deformable", "description": ""}
|
| 119 |
+
{"task_index": 118, "task": "deformable/fold_a_toolkit_h1", "category": "deformable", "description": ""}
|
| 120 |
+
{"task_index": 119, "task": "deformable/fold_towel", "category": "deformable", "description": ""}
|
| 121 |
+
{"task_index": 120, "task": "deformable/open_a_lunchbag", "category": "deformable", "description": ""}
|
| 122 |
+
{"task_index": 121, "task": "deformable/pick_up_a_plastic_bag", "category": "deformable", "description": ""}
|
| 123 |
+
{"task_index": 122, "task": "deformable/press_a_soft_travel_bag_to_reduce_its_size", "category": "deformable", "description": ""}
|
| 124 |
+
{"task_index": 123, "task": "deformable/pull_out_tissue_from_tissue_box_g1", "category": "deformable", "description": ""}
|
| 125 |
+
{"task_index": 124, "task": "deformable/smooth_a_stack_of_napkins", "category": "deformable", "description": ""}
|
| 126 |
+
{"task_index": 125, "task": "deformable/squeeze_a_ball", "category": "deformable", "description": ""}
|
| 127 |
+
{"task_index": 126, "task": "deformable/squeeze_a_toy", "category": "deformable", "description": ""}
|
| 128 |
+
{"task_index": 127, "task": "deformable/unfold_a_stack_of_microfiber_clothes", "category": "deformable", "description": ""}
|
| 129 |
+
{"task_index": 128, "task": "deformable/unfold_a_tablet_cover_g1", "category": "deformable", "description": ""}
|
| 130 |
+
{"task_index": 129, "task": "deformable/unfold_a_tablet_cover_h1", "category": "deformable", "description": ""}
|
| 131 |
+
{"task_index": 130, "task": "deformable/unfold_a_toolkit_g1", "category": "deformable", "description": ""}
|
| 132 |
+
{"task_index": 131, "task": "HRI/fold_and_pass_coat", "category": "HRI", "description": ""}
|
| 133 |
+
{"task_index": 132, "task": "HRI/h1-grab_a_book_from_a_magazine_stand_and_hand_it_to_a_person", "category": "HRI", "description": ""}
|
| 134 |
+
{"task_index": 133, "task": "HRI/h1-grab_a_stack_of_plates_from_the_desk_and_hand_it_to_a_person", "category": "HRI", "description": ""}
|
| 135 |
+
{"task_index": 134, "task": "HRI/h1-take_a_notebook_from_a_person_and_put_it_in_a_magazine_stand", "category": "HRI", "description": ""}
|
| 136 |
+
{"task_index": 135, "task": "HRI/h1-take_a_notebook_from_a_person_and_put_it_in_the_file_tray", "category": "HRI", "description": ""}
|
| 137 |
+
{"task_index": 136, "task": "HRI/h1-take_a_stack_of_plates_from_a_person_and_put_it_on_the_desk", "category": "HRI", "description": ""}
|
| 138 |
+
{"task_index": 137, "task": "HRI/hand_over_flower", "category": "HRI", "description": ""}
|
| 139 |
+
{"task_index": 138, "task": "HRI/handover_dumpling_g1", "category": "HRI", "description": ""}
|
| 140 |
+
{"task_index": 139, "task": "HRI/help_wear_a_coat", "category": "HRI", "description": ""}
|
| 141 |
+
{"task_index": 140, "task": "HRI/hold_a_emotional_support_dumpling_and_hand_it_back_to_human", "category": "HRI", "description": ""}
|
| 142 |
+
{"task_index": 141, "task": "HRI/hold_a_lunch_bag_and_hand_it_back_to_human", "category": "HRI", "description": ""}
|
| 143 |
+
{"task_index": 142, "task": "HRI/hold_a_plastic_bag_and_hand_it_back_to_human", "category": "HRI", "description": ""}
|
| 144 |
+
{"task_index": 143, "task": "HRI/hold_a_roll_of_toilet_paper_and_hand_it_back_to_human", "category": "HRI", "description": ""}
|
| 145 |
+
{"task_index": 144, "task": "HRI/hold_a_tripod_and_hand_it_back_to_human", "category": "HRI", "description": ""}
|
| 146 |
+
{"task_index": 145, "task": "HRI/pass_plates", "category": "HRI", "description": ""}
|
| 147 |
+
{"task_index": 146, "task": "HRI/pick_up_a_bottle_and_hand_it", "category": "HRI", "description": ""}
|
| 148 |
+
{"task_index": 147, "task": "HRI/pick_up_a_bottle_from_the_desk_and_hand_it_to_a_person", "category": "HRI", "description": ""}
|
| 149 |
+
{"task_index": 148, "task": "HRI/pick_up_a_cube_and_hand_it", "category": "HRI", "description": ""}
|
| 150 |
+
{"task_index": 149, "task": "HRI/pick_up_a_duster_from_the_table_and_hand_it_to_a_person", "category": "HRI", "description": ""}
|
| 151 |
+
{"task_index": 150, "task": "HRI/pick_up_a_emotional_support_dumplings_and_hand_it_to_a_person", "category": "HRI", "description": ""}
|
| 152 |
+
{"task_index": 151, "task": "HRI/pick_up_a_football_and_hand_it", "category": "HRI", "description": ""}
|
| 153 |
+
{"task_index": 152, "task": "HRI/pick_up_a_grey_duster_from_the_table_and_hand_it_to_a_person", "category": "HRI", "description": ""}
|
| 154 |
+
{"task_index": 153, "task": "HRI/pick_up_a_rubiks_cube_from_the_table_and_hand_it_to_a_person", "category": "HRI", "description": ""}
|
| 155 |
+
{"task_index": 154, "task": "HRI/pick_up_a_spray_on_the_desk_and_hand_it_to_a_person", "category": "HRI", "description": ""}
|
| 156 |
+
{"task_index": 155, "task": "HRI/pick_up_a_stapler_from_the_desk_and_hand_it_to_a_person", "category": "HRI", "description": ""}
|
| 157 |
+
{"task_index": 156, "task": "HRI/pick_up_a_toilet_paper_and_hand_it_to_a_person", "category": "HRI", "description": ""}
|
| 158 |
+
{"task_index": 157, "task": "HRI/pick_up_a_tripod_from_the_desk_and_hand_it_to_a_person", "category": "HRI", "description": ""}
|
| 159 |
+
{"task_index": 158, "task": "HRI/pick_up_basketball_from_a_person_and_drop_on_chair", "category": "HRI", "description": ""}
|
| 160 |
+
{"task_index": 159, "task": "HRI/shake_a_bottle_of_protein_powder", "category": "HRI", "description": ""}
|
| 161 |
+
{"task_index": 160, "task": "HRI/shake_hand_with_a_person", "category": "HRI", "description": ""}
|
| 162 |
+
{"task_index": 161, "task": "HRI/shake_hands", "category": "HRI", "description": ""}
|
| 163 |
+
{"task_index": 162, "task": "HRI/take_a_duster_from_a_person_and_put_it_on_the_desk", "category": "HRI", "description": ""}
|
| 164 |
+
{"task_index": 163, "task": "HRI/take_a_emotional_support_dumplings_from_a_person_and_place_it_on_the_desk", "category": "HRI", "description": ""}
|
| 165 |
+
{"task_index": 164, "task": "HRI/take_a_grey_duster_from_a_person_and_put_it_on_the_desk", "category": "HRI", "description": ""}
|
| 166 |
+
{"task_index": 165, "task": "HRI/take_a_rubiks_cube_from_a_person_and_put_it_on_the_desk", "category": "HRI", "description": ""}
|
| 167 |
+
{"task_index": 166, "task": "HRI/take_a_spray_from_a_person_and_put_it_on_the_desk", "category": "HRI", "description": ""}
|
| 168 |
+
{"task_index": 167, "task": "HRI/take_a_stapler_from_a_person_and_put_it_on_the_desk", "category": "HRI", "description": ""}
|
| 169 |
+
{"task_index": 168, "task": "HRI/take_a_t_shirt_from_a_person", "category": "HRI", "description": ""}
|
| 170 |
+
{"task_index": 169, "task": "HRI/take_a_toilet_paper_from_a_person_and_place_it_on_the_desk", "category": "HRI", "description": ""}
|
| 171 |
+
{"task_index": 170, "task": "HRI/take_a_tripod_from_a_person_and_put_it_on_the_desk", "category": "HRI", "description": ""}
|
| 172 |
+
{"task_index": 171, "task": "HRI/tear_toilet_paper_and_hand_it", "category": "HRI", "description": ""}
|
| 173 |
+
{"task_index": 172, "task": "Locomanip/clean_the_plate", "category": "Locomanip", "description": ""}
|
| 174 |
+
{"task_index": 173, "task": "Locomanip/hold_a_whiteboard_and_walk_with_it", "category": "Locomanip", "description": ""}
|
| 175 |
+
{"task_index": 174, "task": "Locomanip/organize_chess_pieces", "category": "Locomanip", "description": ""}
|
| 176 |
+
{"task_index": 175, "task": "Locomanip/pack_a_lunch_box", "category": "Locomanip", "description": ""}
|
| 177 |
+
{"task_index": 176, "task": "Locomanip/pick_up_a_caution_sign_stand_and_walk_to_put_it_agaist_wall", "category": "Locomanip", "description": ""}
|
| 178 |
+
{"task_index": 177, "task": "Locomanip/pick_up_a_dumpling_toy_turn_around_walk_towards_another_desk_and_place_it", "category": "Locomanip", "description": ""}
|
| 179 |
+
{"task_index": 178, "task": "Locomanip/pick_up_a_duster_turn_around_walk_towards_another_desk_place_it_in_a_container", "category": "Locomanip", "description": ""}
|
| 180 |
+
{"task_index": 179, "task": "Locomanip/pick_up_a_kettle_place_it_on_base_and_turn_on", "category": "Locomanip", "description": ""}
|
| 181 |
+
{"task_index": 180, "task": "Locomanip/pick_up_a_magnetic_container_turn_around_walk_towards_whiteboard_stick_it_onto_the_board", "category": "Locomanip", "description": ""}
|
| 182 |
+
{"task_index": 181, "task": "Locomanip/pick_up_a_plate_and_put_it_into_the_sink", "category": "Locomanip", "description": ""}
|
| 183 |
+
{"task_index": 182, "task": "Locomanip/pick_up_football_and_walk_towards_another_desk", "category": "Locomanip", "description": ""}
|
| 184 |
+
{"task_index": 183, "task": "Locomanip/place_kettle_near_coffee_maker", "category": "Locomanip", "description": ""}
|
| 185 |
+
{"task_index": 184, "task": "Locomanip/throw_away_a_piece_of_paper_to_trashcan", "category": "Locomanip", "description": ""}
|
| 186 |
+
{"task_index": 185, "task": "Locomanip/walk_to_grab_the_door_handle", "category": "Locomanip", "description": ""}
|
| 187 |
+
{"task_index": 186, "task": "Locomanip/walk_towards_a_desk_and_drag_the_file_tray_out", "category": "Locomanip", "description": ""}
|
| 188 |
+
{"task_index": 187, "task": "Locomanip/walk_towards_a_desk_and_pick_up_a_bottle_and_put_it_in_a_container", "category": "Locomanip", "description": ""}
|
| 189 |
+
{"task_index": 188, "task": "Locomanip/walk_towards_a_desk_and_pick_up_a_dumpling", "category": "Locomanip", "description": ""}
|
| 190 |
+
{"task_index": 189, "task": "Locomanip/walk_towards_a_desk_and_pick_up_a_pencil_case_and_put_it_in_a_container", "category": "Locomanip", "description": ""}
|
| 191 |
+
{"task_index": 190, "task": "Locomanip/walk_towards_a_desk_and_pick_up_a_shampoo", "category": "Locomanip", "description": ""}
|
| 192 |
+
{"task_index": 191, "task": "Locomanip/walk_towards_a_desk_and_pick_up_a_tennis_ball_and_put_it_in_a_container", "category": "Locomanip", "description": ""}
|
| 193 |
+
{"task_index": 192, "task": "Locomanip/walk_towards_a_desk_and_pick_up_the_boiling_pot_from_its_base", "category": "Locomanip", "description": ""}
|
| 194 |
+
{"task_index": 193, "task": "Locomanip/walk_towards_a_desk_and_place_a_bottle", "category": "Locomanip", "description": ""}
|
| 195 |
+
{"task_index": 194, "task": "Locomanip/walk_towards_a_desk_and_place_a_cube_on_a_tray", "category": "Locomanip", "description": ""}
|
| 196 |
+
{"task_index": 195, "task": "Locomanip/walk_towards_a_desk_and_place_a_stapler_on_a_tray", "category": "Locomanip", "description": ""}
|
| 197 |
+
{"task_index": 196, "task": "Locomanip/walk_towards_a_desk_and_place_a_toilet_paper_roll_on_a_tray", "category": "Locomanip", "description": ""}
|
| 198 |
+
{"task_index": 197, "task": "Locomanip/walk_towards_a_desk_and_pour_water_from_the_pot_to_a_cup", "category": "Locomanip", "description": ""}
|
| 199 |
+
{"task_index": 198, "task": "Locomanip/walk_towards_a_desk_and_push_the_file_tray_in", "category": "Locomanip", "description": ""}
|
| 200 |
+
{"task_index": 199, "task": "Locomanip/walk_towards_a_desk_and_put_the_eraser_into_a_container", "category": "Locomanip", "description": ""}
|
| 201 |
+
{"task_index": 200, "task": "Locomanip/walk_towards_a_desk_and_put_the_shovel_into_a_container", "category": "Locomanip", "description": ""}
|
| 202 |
+
{"task_index": 201, "task": "Locomanip/walk_towards_a_desk_and_turn_on_the_boiling_pot", "category": "Locomanip", "description": ""}
|
| 203 |
+
{"task_index": 202, "task": "Locomanip/walk_towards_a_desk_and_turn_on_the_light_switch", "category": "Locomanip", "description": ""}
|
| 204 |
+
{"task_index": 203, "task": "Locomanip/walk_towards_a_duster_on_desk_and_clean_the_desk", "category": "Locomanip", "description": ""}
|
| 205 |
+
{"task_index": 204, "task": "Locomanip/walk_towards_a_open_gate_button_and_open_gate", "category": "Locomanip", "description": ""}
|
| 206 |
+
{"task_index": 205, "task": "Locomanip/walk_towards_a_stanchion_and_retract_the_strap", "category": "Locomanip", "description": ""}
|
| 207 |
+
{"task_index": 206, "task": "Locomanip/walk_towards_chair_and_pull_it_out", "category": "Locomanip", "description": ""}
|
| 208 |
+
{"task_index": 207, "task": "Locomanip/walk_towards_chair_and_push_it_in", "category": "Locomanip", "description": ""}
|
| 209 |
+
{"task_index": 208, "task": "Locomanip/walk_towards_chair_and_rotate_the_chair", "category": "Locomanip", "description": ""}
|
| 210 |
+
{"task_index": 209, "task": "Locomanip/walk_towards_coffee_maker_and_close_lid", "category": "Locomanip", "description": ""}
|
| 211 |
+
{"task_index": 210, "task": "Locomanip/walk_towards_elevator_and_push_button", "category": "Locomanip", "description": ""}
|
| 212 |
+
{"task_index": 211, "task": "Locomanip/walk_towards_fire_extinguisher_and_close_door", "category": "Locomanip", "description": ""}
|
| 213 |
+
{"task_index": 212, "task": "Locomanip/walk_towards_fire_extinguisher_and_open_door", "category": "Locomanip", "description": ""}
|
| 214 |
+
{"task_index": 213, "task": "Locomanip/walk_towards_outside_chair_and_pull_it_out", "category": "Locomanip", "description": ""}
|
| 215 |
+
{"task_index": 214, "task": "Locomanip/walk_towards_table_organize_table_top", "category": "Locomanip", "description": ""}
|
| 216 |
+
{"task_index": 215, "task": "Locomanip/walk_towards_the_cabinet_and_close_the_cabinet_door", "category": "Locomanip", "description": ""}
|
| 217 |
+
{"task_index": 216, "task": "Locomanip/walk_towards_the_desk_and_use_an_air_pump_on_the_desk", "category": "Locomanip", "description": ""}
|
| 218 |
+
{"task_index": 217, "task": "Locomanip/walk_towards_trashbin_and_throw_trash_inside", "category": "Locomanip", "description": ""}
|
| 219 |
+
{"task_index": 218, "task": "Precision/align_a_stack_of_books", "category": "Precision", "description": ""}
|
| 220 |
+
{"task_index": 219, "task": "Precision/insert_flower_into_vase", "category": "Precision", "description": ""}
|
| 221 |
+
{"task_index": 220, "task": "Precision/open_a_bottle_g1", "category": "Precision", "description": ""}
|
| 222 |
+
{"task_index": 221, "task": "Precision/place_a_soldering_gun_into_its_base_h1", "category": "Precision", "description": ""}
|
| 223 |
+
{"task_index": 222, "task": "Precision/place_the_kettle_on_its_base", "category": "Precision", "description": ""}
|
| 224 |
+
{"task_index": 223, "task": "Precision/press_start_boiling_button", "category": "Precision", "description": ""}
|
| 225 |
+
{"task_index": 224, "task": "Precision/stack_a_rolls_of_paper_towel_on_top_of_the_other", "category": "Precision", "description": ""}
|
| 226 |
+
{"task_index": 225, "task": "Precision/unplug_a_charger", "category": "Precision", "description": ""}
|
| 227 |
+
{"task_index": 226, "task": "Tool_use/clean_a_table_with_duster", "category": "Tool_use", "description": ""}
|
| 228 |
+
{"task_index": 227, "task": "Tool_use/clean_a_table_with_eraser", "category": "Tool_use", "description": ""}
|
| 229 |
+
{"task_index": 228, "task": "Tool_use/clean_the_window", "category": "Tool_use", "description": ""}
|
| 230 |
+
{"task_index": 229, "task": "Tool_use/click_a_keyboard_key", "category": "Tool_use", "description": ""}
|
| 231 |
+
{"task_index": 230, "task": "Tool_use/click_a_mouse", "category": "Tool_use", "description": ""}
|
| 232 |
+
{"task_index": 231, "task": "Tool_use/erase_a_table_g1", "category": "Tool_use", "description": ""}
|
| 233 |
+
{"task_index": 232, "task": "Tool_use/pick_the_hammer_and_hit_desk", "category": "Tool_use", "description": ""}
|
| 234 |
+
{"task_index": 233, "task": "Tool_use/put_tripod_into_container_h1", "category": "Tool_use", "description": ""}
|
| 235 |
+
{"task_index": 234, "task": "Tool_use/remove_a_soldering_gun_from_its_base_g1", "category": "Tool_use", "description": ""}
|
| 236 |
+
{"task_index": 235, "task": "Tool_use/remove_a_soldering_gun_from_its_base_h1", "category": "Tool_use", "description": ""}
|
| 237 |
+
{"task_index": 236, "task": "Tool_use/remove_soil_from_box", "category": "Tool_use", "description": ""}
|
| 238 |
+
{"task_index": 237, "task": "Tool_use/use_a_duster_to_dust_the_desk", "category": "Tool_use", "description": ""}
|
| 239 |
+
{"task_index": 238, "task": "Tool_use/use_a_garden_tool", "category": "Tool_use", "description": ""}
|
| 240 |
+
{"task_index": 239, "task": "Tool_use/use_a_soft_sponge_to_wipe_off_a_dry_surface", "category": "Tool_use", "description": ""}
|
| 241 |
+
{"task_index": 240, "task": "Tool_use/use_a_whiteboard_eraser_to_erase_the_mark_on_the_desk", "category": "Tool_use", "description": ""}
|
| 242 |
+
{"task_index": 241, "task": "Tool_use/use_eraser_to_wipe_desk_g1", "category": "Tool_use", "description": ""}
|
| 243 |
+
{"task_index": 242, "task": "Tool_use/use_liquid_hand_soap", "category": "Tool_use", "description": ""}
|
| 244 |
+
{"task_index": 243, "task": "Tool_use/use_the_hammer", "category": "Tool_use", "description": ""}
|
| 245 |
+
{"task_index": 244, "task": "Tool_use/use_the_hole_punch", "category": "Tool_use", "description": ""}
|
| 246 |
+
{"task_index": 245, "task": "Tool_use/wipe_a_monitor_with_a_cloth", "category": "Tool_use", "description": ""}
|
| 247 |
+
{"task_index": 246, "task": "Tool_use/wipe_a_table_with_an_eraser", "category": "Tool_use", "description": ""}
|