Initial upload of libero* datasets
Browse files- .gitattributes +1 -0
- meta/episodes.jsonl +0 -0
- meta/episodes_stats.jsonl +3 -0
- meta/info.json +179 -0
- meta/tasks.jsonl +111 -0
    	
        .gitattributes
    CHANGED
    
    | @@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text | |
| 57 | 
             
            # Video files - compressed
         | 
| 58 | 
             
            *.mp4 filter=lfs diff=lfs merge=lfs -text
         | 
| 59 | 
             
            *.webm filter=lfs diff=lfs merge=lfs -text
         | 
|  | 
|  | |
| 57 | 
             
            # Video files - compressed
         | 
| 58 | 
             
            *.mp4 filter=lfs diff=lfs merge=lfs -text
         | 
| 59 | 
             
            *.webm filter=lfs diff=lfs merge=lfs -text
         | 
| 60 | 
            +
            meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text
         | 
    	
        meta/episodes.jsonl
    ADDED
    
    | The diff for this file is too large to render. 
		See raw diff | 
|  | 
    	
        meta/episodes_stats.jsonl
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:7cfe89b164c8e762ec3998dc9577557af94fc50658f4771d8b01f741c6db57ca
         | 
| 3 | 
            +
            size 22935022
         | 
    	
        meta/info.json
    ADDED
    
    | @@ -0,0 +1,179 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
                "codebase_version": "v2.1",
         | 
| 3 | 
            +
                "robot_type": "franka",
         | 
| 4 | 
            +
                "total_episodes": 5663,
         | 
| 5 | 
            +
                "total_frames": 851297,
         | 
| 6 | 
            +
                "total_tasks": 111,
         | 
| 7 | 
            +
                "total_videos": 11326,
         | 
| 8 | 
            +
                "total_chunks": 6,
         | 
| 9 | 
            +
                "chunks_size": 1000,
         | 
| 10 | 
            +
                "fps": 20,
         | 
| 11 | 
            +
                "splits": {
         | 
| 12 | 
            +
                    "train": "0:5663"
         | 
| 13 | 
            +
                },
         | 
| 14 | 
            +
                "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
         | 
| 15 | 
            +
                "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
         | 
| 16 | 
            +
                "features": {
         | 
| 17 | 
            +
                    "observation.images.image": {
         | 
| 18 | 
            +
                        "dtype": "video",
         | 
| 19 | 
            +
                        "shape": [
         | 
| 20 | 
            +
                            256,
         | 
| 21 | 
            +
                            256,
         | 
| 22 | 
            +
                            3
         | 
| 23 | 
            +
                        ],
         | 
| 24 | 
            +
                        "names": [
         | 
| 25 | 
            +
                            "height",
         | 
| 26 | 
            +
                            "width",
         | 
| 27 | 
            +
                            "rgb"
         | 
| 28 | 
            +
                        ],
         | 
| 29 | 
            +
                        "info": {
         | 
| 30 | 
            +
                            "video.height": 256,
         | 
| 31 | 
            +
                            "video.width": 256,
         | 
| 32 | 
            +
                            "video.codec": "av1",
         | 
| 33 | 
            +
                            "video.pix_fmt": "yuv420p",
         | 
| 34 | 
            +
                            "video.is_depth_map": false,
         | 
| 35 | 
            +
                            "video.fps": 20,
         | 
| 36 | 
            +
                            "video.channels": 3,
         | 
| 37 | 
            +
                            "has_audio": false
         | 
| 38 | 
            +
                        }
         | 
| 39 | 
            +
                    },
         | 
| 40 | 
            +
                    "observation.images.wrist_image": {
         | 
| 41 | 
            +
                        "dtype": "video",
         | 
| 42 | 
            +
                        "shape": [
         | 
| 43 | 
            +
                            256,
         | 
| 44 | 
            +
                            256,
         | 
| 45 | 
            +
                            3
         | 
| 46 | 
            +
                        ],
         | 
| 47 | 
            +
                        "names": [
         | 
| 48 | 
            +
                            "height",
         | 
| 49 | 
            +
                            "width",
         | 
| 50 | 
            +
                            "rgb"
         | 
| 51 | 
            +
                        ],
         | 
| 52 | 
            +
                        "info": {
         | 
| 53 | 
            +
                            "video.height": 256,
         | 
| 54 | 
            +
                            "video.width": 256,
         | 
| 55 | 
            +
                            "video.codec": "av1",
         | 
| 56 | 
            +
                            "video.pix_fmt": "yuv420p",
         | 
| 57 | 
            +
                            "video.is_depth_map": false,
         | 
| 58 | 
            +
                            "video.fps": 20,
         | 
| 59 | 
            +
                            "video.channels": 3,
         | 
| 60 | 
            +
                            "has_audio": false
         | 
| 61 | 
            +
                        }
         | 
| 62 | 
            +
                    },
         | 
| 63 | 
            +
                    "observation.state": {
         | 
| 64 | 
            +
                        "dtype": "float32",
         | 
| 65 | 
            +
                        "shape": [
         | 
| 66 | 
            +
                            8
         | 
| 67 | 
            +
                        ],
         | 
| 68 | 
            +
                        "names": {
         | 
| 69 | 
            +
                            "motors": [
         | 
| 70 | 
            +
                                "x",
         | 
| 71 | 
            +
                                "y",
         | 
| 72 | 
            +
                                "z",
         | 
| 73 | 
            +
                                "roll",
         | 
| 74 | 
            +
                                "pitch",
         | 
| 75 | 
            +
                                "yaw",
         | 
| 76 | 
            +
                                "gripper",
         | 
| 77 | 
            +
                                "gripper"
         | 
| 78 | 
            +
                            ]
         | 
| 79 | 
            +
                        }
         | 
| 80 | 
            +
                    },
         | 
| 81 | 
            +
                    "observation.states.ee_state": {
         | 
| 82 | 
            +
                        "dtype": "float32",
         | 
| 83 | 
            +
                        "shape": [
         | 
| 84 | 
            +
                            6
         | 
| 85 | 
            +
                        ],
         | 
| 86 | 
            +
                        "names": {
         | 
| 87 | 
            +
                            "motors": [
         | 
| 88 | 
            +
                                "x",
         | 
| 89 | 
            +
                                "y",
         | 
| 90 | 
            +
                                "z",
         | 
| 91 | 
            +
                                "roll",
         | 
| 92 | 
            +
                                "pitch",
         | 
| 93 | 
            +
                                "yaw"
         | 
| 94 | 
            +
                            ]
         | 
| 95 | 
            +
                        }
         | 
| 96 | 
            +
                    },
         | 
| 97 | 
            +
                    "observation.states.joint_state": {
         | 
| 98 | 
            +
                        "dtype": "float32",
         | 
| 99 | 
            +
                        "shape": [
         | 
| 100 | 
            +
                            7
         | 
| 101 | 
            +
                        ],
         | 
| 102 | 
            +
                        "names": {
         | 
| 103 | 
            +
                            "motors": [
         | 
| 104 | 
            +
                                "joint_0",
         | 
| 105 | 
            +
                                "joint_1",
         | 
| 106 | 
            +
                                "joint_2",
         | 
| 107 | 
            +
                                "joint_3",
         | 
| 108 | 
            +
                                "joint_4",
         | 
| 109 | 
            +
                                "joint_5",
         | 
| 110 | 
            +
                                "joint_6"
         | 
| 111 | 
            +
                            ]
         | 
| 112 | 
            +
                        }
         | 
| 113 | 
            +
                    },
         | 
| 114 | 
            +
                    "observation.states.gripper_state": {
         | 
| 115 | 
            +
                        "dtype": "float32",
         | 
| 116 | 
            +
                        "shape": [
         | 
| 117 | 
            +
                            2
         | 
| 118 | 
            +
                        ],
         | 
| 119 | 
            +
                        "names": {
         | 
| 120 | 
            +
                            "motors": [
         | 
| 121 | 
            +
                                "gripper",
         | 
| 122 | 
            +
                                "gripper"
         | 
| 123 | 
            +
                            ]
         | 
| 124 | 
            +
                        }
         | 
| 125 | 
            +
                    },
         | 
| 126 | 
            +
                    "action": {
         | 
| 127 | 
            +
                        "dtype": "float32",
         | 
| 128 | 
            +
                        "shape": [
         | 
| 129 | 
            +
                            7
         | 
| 130 | 
            +
                        ],
         | 
| 131 | 
            +
                        "names": {
         | 
| 132 | 
            +
                            "motors": [
         | 
| 133 | 
            +
                                "x",
         | 
| 134 | 
            +
                                "y",
         | 
| 135 | 
            +
                                "z",
         | 
| 136 | 
            +
                                "roll",
         | 
| 137 | 
            +
                                "pitch",
         | 
| 138 | 
            +
                                "yaw",
         | 
| 139 | 
            +
                                "gripper"
         | 
| 140 | 
            +
                            ]
         | 
| 141 | 
            +
                        }
         | 
| 142 | 
            +
                    },
         | 
| 143 | 
            +
                    "timestamp": {
         | 
| 144 | 
            +
                        "dtype": "float32",
         | 
| 145 | 
            +
                        "shape": [
         | 
| 146 | 
            +
                            1
         | 
| 147 | 
            +
                        ],
         | 
| 148 | 
            +
                        "names": null
         | 
| 149 | 
            +
                    },
         | 
| 150 | 
            +
                    "frame_index": {
         | 
| 151 | 
            +
                        "dtype": "int64",
         | 
| 152 | 
            +
                        "shape": [
         | 
| 153 | 
            +
                            1
         | 
| 154 | 
            +
                        ],
         | 
| 155 | 
            +
                        "names": null
         | 
| 156 | 
            +
                    },
         | 
| 157 | 
            +
                    "episode_index": {
         | 
| 158 | 
            +
                        "dtype": "int64",
         | 
| 159 | 
            +
                        "shape": [
         | 
| 160 | 
            +
                            1
         | 
| 161 | 
            +
                        ],
         | 
| 162 | 
            +
                        "names": null
         | 
| 163 | 
            +
                    },
         | 
| 164 | 
            +
                    "index": {
         | 
| 165 | 
            +
                        "dtype": "int64",
         | 
| 166 | 
            +
                        "shape": [
         | 
| 167 | 
            +
                            1
         | 
| 168 | 
            +
                        ],
         | 
| 169 | 
            +
                        "names": null
         | 
| 170 | 
            +
                    },
         | 
| 171 | 
            +
                    "task_index": {
         | 
| 172 | 
            +
                        "dtype": "int64",
         | 
| 173 | 
            +
                        "shape": [
         | 
| 174 | 
            +
                            1
         | 
| 175 | 
            +
                        ],
         | 
| 176 | 
            +
                        "names": null
         | 
| 177 | 
            +
                    }
         | 
| 178 | 
            +
                }
         | 
| 179 | 
            +
            }
         | 
    	
        meta/tasks.jsonl
    ADDED
    
    | @@ -0,0 +1,111 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {"task_index": 0, "task": "turn on the stove and put the moka pot on it"}
         | 
| 2 | 
            +
            {"task_index": 1, "task": "put both the cream cheese box and the butter in the basket"}
         | 
| 3 | 
            +
            {"task_index": 2, "task": "pick up the book and place it in the back compartment of the caddy"}
         | 
| 4 | 
            +
            {"task_index": 3, "task": "put both the alphabet soup and the cream cheese box in the basket"}
         | 
| 5 | 
            +
            {"task_index": 4, "task": "put both the alphabet soup and the tomato sauce in the basket"}
         | 
| 6 | 
            +
            {"task_index": 5, "task": "put both moka pots on the stove"}
         | 
| 7 | 
            +
            {"task_index": 6, "task": "put the yellow and white mug in the microwave and close it"}
         | 
| 8 | 
            +
            {"task_index": 7, "task": "put the black bowl in the bottom drawer of the cabinet and close it"}
         | 
| 9 | 
            +
            {"task_index": 8, "task": "put the white mug on the left plate and put the yellow and white mug on the right plate"}
         | 
| 10 | 
            +
            {"task_index": 9, "task": "put the white mug on the plate and put the chocolate pudding to the right of the plate"}
         | 
| 11 | 
            +
            {"task_index": 10, "task": "pick up the book and place it in the right compartment of the caddy"}
         | 
| 12 | 
            +
            {"task_index": 11, "task": "pick up the alphabet soup and put it in the basket"}
         | 
| 13 | 
            +
            {"task_index": 12, "task": "pick up the cream cheese and put it in the tray"}
         | 
| 14 | 
            +
            {"task_index": 13, "task": "pick up the tomato sauce and put it in the basket"}
         | 
| 15 | 
            +
            {"task_index": 14, "task": "put the black bowl on top of the cabinet"}
         | 
| 16 | 
            +
            {"task_index": 15, "task": "put the middle black bowl on the plate"}
         | 
| 17 | 
            +
            {"task_index": 16, "task": "put the white bowl on top of the cabinet"}
         | 
| 18 | 
            +
            {"task_index": 17, "task": "put the wine bottle on the wine rack"}
         | 
| 19 | 
            +
            {"task_index": 18, "task": "put the black bowl in the top drawer of the cabinet"}
         | 
| 20 | 
            +
            {"task_index": 19, "task": "put the yellow and white mug on the right plate"}
         | 
| 21 | 
            +
            {"task_index": 20, "task": "put the white bowl on the plate"}
         | 
| 22 | 
            +
            {"task_index": 21, "task": "turn on the stove and put the frying pan on it"}
         | 
| 23 | 
            +
            {"task_index": 22, "task": "pick up the book and place it in the front compartment of the caddy"}
         | 
| 24 | 
            +
            {"task_index": 23, "task": "put the right moka pot on the stove"}
         | 
| 25 | 
            +
            {"task_index": 24, "task": "put the middle black bowl on top of the cabinet"}
         | 
| 26 | 
            +
            {"task_index": 25, "task": "put the red mug on the plate"}
         | 
| 27 | 
            +
            {"task_index": 26, "task": "put the frying pan under the cabinet shelf"}
         | 
| 28 | 
            +
            {"task_index": 27, "task": "close the microwave"}
         | 
| 29 | 
            +
            {"task_index": 28, "task": "put the butter at the back in the top drawer of the cabinet and close it"}
         | 
| 30 | 
            +
            {"task_index": 29, "task": "put the red mug on the left plate"}
         | 
| 31 | 
            +
            {"task_index": 30, "task": "open the microwave"}
         | 
| 32 | 
            +
            {"task_index": 31, "task": "pick up the yellow and white mug and place it to the right of the caddy"}
         | 
| 33 | 
            +
            {"task_index": 32, "task": "pick up the book in the middle and place it on the cabinet shelf"}
         | 
| 34 | 
            +
            {"task_index": 33, "task": "put the chocolate pudding in the top drawer of the cabinet and close it"}
         | 
| 35 | 
            +
            {"task_index": 34, "task": "put the chocolate pudding to the right of the plate"}
         | 
| 36 | 
            +
            {"task_index": 35, "task": "put the chocolate pudding to the left of the plate"}
         | 
| 37 | 
            +
            {"task_index": 36, "task": "close the top drawer of the cabinet and put the black bowl on top of it"}
         | 
| 38 | 
            +
            {"task_index": 37, "task": "pick up the orange juice and put it in the basket"}
         | 
| 39 | 
            +
            {"task_index": 38, "task": "put the wine bottle in the bottom drawer of the cabinet"}
         | 
| 40 | 
            +
            {"task_index": 39, "task": "close the bottom drawer of the cabinet and open the top drawer"}
         | 
| 41 | 
            +
            {"task_index": 40, "task": "put the frying pan on the cabinet shelf"}
         | 
| 42 | 
            +
            {"task_index": 41, "task": "put the ketchup in the top drawer of the cabinet"}
         | 
| 43 | 
            +
            {"task_index": 42, "task": "put the butter at the front in the top drawer of the cabinet and close it"}
         | 
| 44 | 
            +
            {"task_index": 43, "task": "pick up the chocolate pudding and put it in the tray"}
         | 
| 45 | 
            +
            {"task_index": 44, "task": "put the black bowl at the front on the plate"}
         | 
| 46 | 
            +
            {"task_index": 45, "task": "pick up the book and place it in the left compartment of the caddy"}
         | 
| 47 | 
            +
            {"task_index": 46, "task": "stack the right bowl on the left bowl and place them in the tray"}
         | 
| 48 | 
            +
            {"task_index": 47, "task": "stack the middle black bowl on the back black bowl"}
         | 
| 49 | 
            +
            {"task_index": 48, "task": "close the bottom drawer of the cabinet"}
         | 
| 50 | 
            +
            {"task_index": 49, "task": "pick up the book on the right and place it under the cabinet shelf"}
         | 
| 51 | 
            +
            {"task_index": 50, "task": "put the yellow and white mug to the front of the white mug"}
         | 
| 52 | 
            +
            {"task_index": 51, "task": "put the white mug on the plate"}
         | 
| 53 | 
            +
            {"task_index": 52, "task": "turn on the stove"}
         | 
| 54 | 
            +
            {"task_index": 53, "task": "put the black bowl in the bottom drawer of the cabinet"}
         | 
| 55 | 
            +
            {"task_index": 54, "task": "pick up the cream cheese box and put it in the basket"}
         | 
| 56 | 
            +
            {"task_index": 55, "task": "pick up the tomato sauce and put it in the tray"}
         | 
| 57 | 
            +
            {"task_index": 56, "task": "pick up the white mug and place it to the right of the caddy"}
         | 
| 58 | 
            +
            {"task_index": 57, "task": "pick up the alphabet soup and put it in the tray"}
         | 
| 59 | 
            +
            {"task_index": 58, "task": "pick up the milk and put it in the basket"}
         | 
| 60 | 
            +
            {"task_index": 59, "task": "stack the left bowl on the right bowl and place them in the tray"}
         | 
| 61 | 
            +
            {"task_index": 60, "task": "pick up the red mug and place it to the right of the caddy"}
         | 
| 62 | 
            +
            {"task_index": 61, "task": "put the white mug on the left plate"}
         | 
| 63 | 
            +
            {"task_index": 62, "task": "pick up the ketchup and put it in the tray"}
         | 
| 64 | 
            +
            {"task_index": 63, "task": "pick up the book on the left and place it on top of the shelf"}
         | 
| 65 | 
            +
            {"task_index": 64, "task": "put the black bowl at the back on the plate"}
         | 
| 66 | 
            +
            {"task_index": 65, "task": "put the frying pan on top of the cabinet"}
         | 
| 67 | 
            +
            {"task_index": 66, "task": "pick up the salad dressing and put it in the tray"}
         | 
| 68 | 
            +
            {"task_index": 67, "task": "put the red mug on the right plate"}
         | 
| 69 | 
            +
            {"task_index": 68, "task": "pick up the butter and put it in the tray"}
         | 
| 70 | 
            +
            {"task_index": 69, "task": "pick up the ketchup and put it in the basket"}
         | 
| 71 | 
            +
            {"task_index": 70, "task": "open the top drawer of the cabinet"}
         | 
| 72 | 
            +
            {"task_index": 71, "task": "open the top drawer of the cabinet and put the bowl in it"}
         | 
| 73 | 
            +
            {"task_index": 72, "task": "put the white bowl to the right of the plate"}
         | 
| 74 | 
            +
            {"task_index": 73, "task": "put the frying pan on the stove"}
         | 
| 75 | 
            +
            {"task_index": 74, "task": "pick up the black bowl on the left and put it in the tray"}
         | 
| 76 | 
            +
            {"task_index": 75, "task": "put the black bowl on the plate"}
         | 
| 77 | 
            +
            {"task_index": 76, "task": "stack the black bowl at the front on the black bowl in the middle"}
         | 
| 78 | 
            +
            {"task_index": 77, "task": "pick up the book on the right and place it on the cabinet shelf"}
         | 
| 79 | 
            +
            {"task_index": 78, "task": "put the moka pot on the stove"}
         | 
| 80 | 
            +
            {"task_index": 79, "task": "close the top drawer of the cabinet"}
         | 
| 81 | 
            +
            {"task_index": 80, "task": "turn off the stove"}
         | 
| 82 | 
            +
            {"task_index": 81, "task": "open the bottom drawer of the cabinet"}
         | 
| 83 | 
            +
            {"task_index": 82, "task": "pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate"}
         | 
| 84 | 
            +
            {"task_index": 83, "task": "pick up the black bowl next to the cookie box and place it on the plate"}
         | 
| 85 | 
            +
            {"task_index": 84, "task": "pick up the black bowl next to the ramekin and place it on the plate"}
         | 
| 86 | 
            +
            {"task_index": 85, "task": "pick up the black bowl on the cookie box and place it on the plate"}
         | 
| 87 | 
            +
            {"task_index": 86, "task": "pick up the black bowl next to the plate and place it on the plate"}
         | 
| 88 | 
            +
            {"task_index": 87, "task": "pick up the black bowl on the ramekin and place it on the plate"}
         | 
| 89 | 
            +
            {"task_index": 88, "task": "pick up the black bowl between the plate and the ramekin and place it on the plate"}
         | 
| 90 | 
            +
            {"task_index": 89, "task": "pick up the black bowl from table center and place it on the plate"}
         | 
| 91 | 
            +
            {"task_index": 90, "task": "pick up the black bowl on the wooden cabinet and place it on the plate"}
         | 
| 92 | 
            +
            {"task_index": 91, "task": "pick up the black bowl on the stove and place it on the plate"}
         | 
| 93 | 
            +
            {"task_index": 92, "task": "put the bowl on top of the cabinet"}
         | 
| 94 | 
            +
            {"task_index": 93, "task": "push the plate to the front of the stove"}
         | 
| 95 | 
            +
            {"task_index": 94, "task": "open the middle drawer of the cabinet"}
         | 
| 96 | 
            +
            {"task_index": 95, "task": "put the cream cheese in the bowl"}
         | 
| 97 | 
            +
            {"task_index": 96, "task": "put the bowl on the plate"}
         | 
| 98 | 
            +
            {"task_index": 97, "task": "put the bowl on the stove"}
         | 
| 99 | 
            +
            {"task_index": 98, "task": "put the wine bottle on top of the cabinet"}
         | 
| 100 | 
            +
            {"task_index": 99, "task": "open the top drawer and put the bowl inside"}
         | 
| 101 | 
            +
            {"task_index": 100, "task": "put the wine bottle on the rack"}
         | 
| 102 | 
            +
            {"task_index": 101, "task": "pick up the butter and place it in the basket"}
         | 
| 103 | 
            +
            {"task_index": 102, "task": "pick up the chocolate pudding and place it in the basket"}
         | 
| 104 | 
            +
            {"task_index": 103, "task": "pick up the milk and place it in the basket"}
         | 
| 105 | 
            +
            {"task_index": 104, "task": "pick up the ketchup and place it in the basket"}
         | 
| 106 | 
            +
            {"task_index": 105, "task": "pick up the alphabet soup and place it in the basket"}
         | 
| 107 | 
            +
            {"task_index": 106, "task": "pick up the cream cheese and place it in the basket"}
         | 
| 108 | 
            +
            {"task_index": 107, "task": "pick up the orange juice and place it in the basket"}
         | 
| 109 | 
            +
            {"task_index": 108, "task": "pick up the tomato sauce and place it in the basket"}
         | 
| 110 | 
            +
            {"task_index": 109, "task": "pick up the salad dressing and place it in the basket"}
         | 
| 111 | 
            +
            {"task_index": 110, "task": "pick up the bbq sauce and place it in the basket"}
         | 
