diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/meta/episodes.jsonl b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..402824ee2cea6b1b0fd74cf1fe497537d3b6571c --- /dev/null +++ b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/meta/episodes.jsonl @@ -0,0 +1,28 @@ +{"episode_index": 0, "tasks": ["Approach the fridge door."], "length": 193} +{"episode_index": 1, "tasks": ["Approach the fridge door."], "length": 186} +{"episode_index": 2, "tasks": ["Approach the fridge door."], "length": 115} +{"episode_index": 3, "tasks": ["Approach the fridge door."], "length": 159} +{"episode_index": 4, "tasks": ["Approach the fridge door."], "length": 146} +{"episode_index": 5, "tasks": ["Approach the fridge door."], "length": 174} +{"episode_index": 6, "tasks": ["Approach the fridge door."], "length": 115} +{"episode_index": 7, "tasks": ["Approach the fridge door."], "length": 193} +{"episode_index": 8, "tasks": ["Approach the fridge door."], "length": 125} +{"episode_index": 9, "tasks": ["Approach the fridge door."], "length": 231} +{"episode_index": 10, "tasks": ["Approach the fridge door."], "length": 222} +{"episode_index": 11, "tasks": ["Approach the fridge door."], "length": 181} +{"episode_index": 12, "tasks": ["Approach the fridge door."], "length": 141} +{"episode_index": 13, "tasks": ["Approach the fridge door."], "length": 171} +{"episode_index": 14, "tasks": ["Approach the fridge door."], "length": 232} +{"episode_index": 15, "tasks": ["Approach the fridge door."], "length": 155} +{"episode_index": 16, "tasks": ["Approach the fridge door."], "length": 140} +{"episode_index": 17, "tasks": ["Approach the fridge door."], "length": 170} +{"episode_index": 18, "tasks": ["Approach the fridge door."], "length": 121} +{"episode_index": 19, "tasks": ["Approach the fridge door."], "length": 175} +{"episode_index": 20, "tasks": ["Approach the fridge door."], "length": 111} +{"episode_index": 21, "tasks": ["Approach the fridge door."], "length": 167} +{"episode_index": 22, "tasks": ["Approach the fridge door."], "length": 154} +{"episode_index": 23, "tasks": ["Approach the fridge door."], "length": 169} +{"episode_index": 24, "tasks": ["Approach the fridge door."], "length": 159} +{"episode_index": 25, "tasks": ["Approach the fridge door."], "length": 144} +{"episode_index": 26, "tasks": ["Approach the fridge door."], "length": 172} +{"episode_index": 27, "tasks": ["Approach the fridge door."], "length": 132} diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/meta/info.json b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..ff0c4e80f318c86605e28da0365f5b29df8954ce --- /dev/null +++ b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/meta/info.json @@ -0,0 +1,179 @@ +{ + "codebase_version": "v2.1", + "robot_type": "PandaOmron", + "total_episodes": 28, + "total_frames": 4553, + "total_tasks": 2, + "total_videos": 84, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 20, + "splits": { + "train": "0:28" + }, + "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", + "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", + "features": { + "observation.images.robot0_eye_in_hand": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "video_info": { + "video.fps": 20, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + }, + "info": { + "video.height": 256, + "video.width": 256, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 20, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.robot0_agentview_left": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "video_info": { + "video.fps": 20, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + }, + "info": { + "video.height": 256, + "video.width": 256, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 20, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.robot0_agentview_right": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "video_info": { + "video.fps": 20, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + }, + "info": { + "video.height": 256, + "video.width": 256, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 20, + "video.channels": 3, + "has_audio": false + } + }, + "annotation.human.task_description": { + "dtype": "int64", + "shape": [ + 1 + ] + }, + "annotation.human.task_name": { + "dtype": "int64", + "shape": [ + 1 + ] + }, + "observation.state": { + "dtype": "float64", + "shape": [ + 16 + ] + }, + "action": { + "dtype": "float64", + "shape": [ + 12 + ] + }, + "next.reward": { + "dtype": "float32", + "shape": [ + 1 + ] + }, + "next.done": { + "dtype": "bool", + "shape": [ + 1 + ] + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + } + } +} \ No newline at end of file diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/meta/tasks.jsonl b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6294dd99dd713fde8e8131d318ffe52115e0324a --- /dev/null +++ b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "Approach the fridge door."} diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000002.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33c1dfbb7258d15b5916175765030635fb5f9c1b Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000002.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000004.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12b7d3ddafc46726303fb4cdfa26532062ad7f36 Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000004.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000005.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88d53775b1781c3897d35a9c91a19f16ba901749 Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000005.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000011.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a16f51021598aed32436eeeab97c46cc493d28e Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000011.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000012.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c13bb88cc7ab8ad70ca4c4854269ae15752d6430 Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000012.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000018.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f011922390d2984eb92248a9eb1ba862a7c6ff57 Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000018.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000021.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..776e3727709921afe963dd3c194cf657a8a802fe Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000021.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000022.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a326c1042102a333c02febbc2df6175a5d7477b Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000022.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000023.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ba9434d0b5a91997e5f4d399a5f57a86f446a9a Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000023.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000027.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6181737b1bf80340f918851aa8c0d0a79d6f3ed Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000027.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000006.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79ec72b58968cf859b34e7640c9fbf528ddc4cd8 Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000006.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000008.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bedba87c88ea5c009e1fa4382b1f0dbf2ca2d802 Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000008.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000013.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..850e4c72d290286ab426d0a38c20e04c75f4afec Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000013.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000015.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2457f61d4c69f8ae7f13f80341e94f16450cc003 Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000015.mp4 differ diff --git a/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000024.mp4 b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a901d08640d6b9517d5e0fb9d9c4a92b4f90f402 Binary files /dev/null and b/CloseFridge-SingleDoor/ApproachToObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000024.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/meta/episodes.jsonl b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..707d8aa58902d841fa841da7a33f737701d76486 --- /dev/null +++ b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/meta/episodes.jsonl @@ -0,0 +1,28 @@ +{"episode_index": 0, "tasks": ["Close the fridge door."], "length": 55} +{"episode_index": 1, "tasks": ["Close the fridge door."], "length": 62} +{"episode_index": 2, "tasks": ["Close the fridge door."], "length": 50} +{"episode_index": 3, "tasks": ["Close the fridge door."], "length": 41} +{"episode_index": 4, "tasks": ["Close the fridge door."], "length": 55} +{"episode_index": 5, "tasks": ["Close the fridge door."], "length": 78} +{"episode_index": 6, "tasks": ["Close the fridge door."], "length": 48} +{"episode_index": 7, "tasks": ["Close the fridge door."], "length": 30} +{"episode_index": 8, "tasks": ["Close the fridge door."], "length": 60} +{"episode_index": 9, "tasks": ["Close the fridge door."], "length": 31} +{"episode_index": 10, "tasks": ["Close the fridge door."], "length": 29} +{"episode_index": 11, "tasks": ["Close the fridge door."], "length": 78} +{"episode_index": 12, "tasks": ["Close the fridge door."], "length": 41} +{"episode_index": 13, "tasks": ["Close the fridge door."], "length": 47} +{"episode_index": 14, "tasks": ["Close the fridge door."], "length": 63} +{"episode_index": 15, "tasks": ["Close the fridge door."], "length": 49} +{"episode_index": 16, "tasks": ["Close the fridge door."], "length": 73} +{"episode_index": 17, "tasks": ["Close the fridge door."], "length": 89} +{"episode_index": 18, "tasks": ["Close the fridge door."], "length": 105} +{"episode_index": 19, "tasks": ["Close the fridge door."], "length": 67} +{"episode_index": 20, "tasks": ["Close the fridge door."], "length": 60} +{"episode_index": 21, "tasks": ["Close the fridge door."], "length": 68} +{"episode_index": 22, "tasks": ["Close the fridge door."], "length": 36} +{"episode_index": 23, "tasks": ["Close the fridge door."], "length": 120} +{"episode_index": 24, "tasks": ["Close the fridge door."], "length": 44} +{"episode_index": 25, "tasks": ["Close the fridge door."], "length": 87} +{"episode_index": 26, "tasks": ["Close the fridge door."], "length": 54} +{"episode_index": 27, "tasks": ["Close the fridge door."], "length": 63} diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/meta/info.json b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..48c9c98abc6bd674553dad45523f01f6dde60c06 --- /dev/null +++ b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/meta/info.json @@ -0,0 +1,179 @@ +{ + "codebase_version": "v2.1", + "robot_type": "PandaOmron", + "total_episodes": 28, + "total_frames": 1683, + "total_tasks": 2, + "total_videos": 84, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 20, + "splits": { + "train": "0:28" + }, + "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", + "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", + "features": { + "observation.images.robot0_eye_in_hand": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "video_info": { + "video.fps": 20, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + }, + "info": { + "video.height": 256, + "video.width": 256, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 20, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.robot0_agentview_left": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "video_info": { + "video.fps": 20, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + }, + "info": { + "video.height": 256, + "video.width": 256, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 20, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.robot0_agentview_right": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "video_info": { + "video.fps": 20, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + }, + "info": { + "video.height": 256, + "video.width": 256, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 20, + "video.channels": 3, + "has_audio": false + } + }, + "annotation.human.task_description": { + "dtype": "int64", + "shape": [ + 1 + ] + }, + "annotation.human.task_name": { + "dtype": "int64", + "shape": [ + 1 + ] + }, + "observation.state": { + "dtype": "float64", + "shape": [ + 16 + ] + }, + "action": { + "dtype": "float64", + "shape": [ + 12 + ] + }, + "next.reward": { + "dtype": "float32", + "shape": [ + 1 + ] + }, + "next.done": { + "dtype": "bool", + "shape": [ + 1 + ] + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + } + } +} \ No newline at end of file diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/meta/tasks.jsonl b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..03a3defe977cadfa046fea5dd5380d21f6ec2de4 --- /dev/null +++ b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "Close the fridge door."} diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000000.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fb6e9b014987d6d9d987628e19cd0a4077238a4 Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000000.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000001.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd331fbd08fb9e9513198f16c17442c8a3b7d002 Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000001.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000003.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..032307cebe8fb52617d0225a8f359e81dc54372d Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000003.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000004.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf28099bad79e0d615c1b93b7c9135a373200566 Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000004.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000006.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2f4c59835510b0827a2cf3fd15e954ddf69f1e7 Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000006.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000007.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fda2141902ad51e00ee7f41e937ffa3b13c1651f Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000007.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000010.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48c85e58e8fe044c897ebc5c0cbd320658334ea5 Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000010.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000011.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..293a768745f07acb8423c016d51914c5aa6042be Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000011.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000012.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dfd69ec41f6b51131c7605e2c8cca9f7670abf5 Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000012.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000013.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92f8649ae2f3f5a866c48b50c6e04517ae2b3ba5 Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000013.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000015.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..500ef35603ad9aa6e46472f78c23d5f5adade6d2 Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000015.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000021.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..364c6673b7c4330d8ce28b002c40a81a81f444c8 Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000021.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000022.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52a9fc1078d04513bda24e19e0daf90d4c82fda7 Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000022.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000024.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61621e11ed0c39a6be82c756ff7ac8501e487a3c Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000024.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000025.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54b533e59db2e5c3410d9b8bee658df9b1d8b657 Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000025.mp4 differ diff --git a/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000021.mp4 b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7876c9c4077205209d7277570935aabc0499f75 Binary files /dev/null and b/CloseFridge-SingleDoor/CloseDoor/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000021.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/meta/episodes.jsonl b/OpenDrawer/GraspObject/20250819/lerobot/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..442951ce923576dd967e0cc367b0d780e15fefe3 --- /dev/null +++ b/OpenDrawer/GraspObject/20250819/lerobot/meta/episodes.jsonl @@ -0,0 +1,102 @@ +{"episode_index": 0, "tasks": ["Grasp the drawer handle."], "length": 125} +{"episode_index": 1, "tasks": ["Grasp the drawer handle."], "length": 142} +{"episode_index": 2, "tasks": ["Grasp the drawer handle."], "length": 130} +{"episode_index": 3, "tasks": ["Grasp the drawer handle."], "length": 131} +{"episode_index": 4, "tasks": ["Grasp the drawer handle."], "length": 149} +{"episode_index": 5, "tasks": ["Grasp the drawer handle."], "length": 115} +{"episode_index": 6, "tasks": ["Grasp the drawer handle."], "length": 133} +{"episode_index": 7, "tasks": ["Grasp the drawer handle."], "length": 155} +{"episode_index": 8, "tasks": ["Grasp the drawer handle."], "length": 111} +{"episode_index": 9, "tasks": ["Grasp the drawer handle."], "length": 133} +{"episode_index": 10, "tasks": ["Grasp the drawer handle."], "length": 180} +{"episode_index": 11, "tasks": ["Grasp the drawer handle."], "length": 126} +{"episode_index": 12, "tasks": ["Grasp the drawer handle."], "length": 149} +{"episode_index": 13, "tasks": ["Grasp the drawer handle."], "length": 141} +{"episode_index": 14, "tasks": ["Grasp the drawer handle."], "length": 141} +{"episode_index": 15, "tasks": ["Grasp the drawer handle."], "length": 131} +{"episode_index": 16, "tasks": ["Grasp the drawer handle."], "length": 143} +{"episode_index": 17, "tasks": ["Grasp the drawer handle."], "length": 138} +{"episode_index": 18, "tasks": ["Grasp the drawer handle."], "length": 115} +{"episode_index": 19, "tasks": ["Grasp the drawer handle."], "length": 129} +{"episode_index": 20, "tasks": ["Grasp the drawer handle."], "length": 129} +{"episode_index": 21, "tasks": ["Grasp the drawer handle."], "length": 148} +{"episode_index": 22, "tasks": ["Grasp the drawer handle."], "length": 155} +{"episode_index": 23, "tasks": ["Grasp the drawer handle."], "length": 145} +{"episode_index": 24, "tasks": ["Grasp the drawer handle."], "length": 122} +{"episode_index": 25, "tasks": ["Grasp the drawer handle."], "length": 180} +{"episode_index": 26, "tasks": ["Grasp the drawer handle."], "length": 109} +{"episode_index": 27, "tasks": ["Grasp the drawer handle."], "length": 99} +{"episode_index": 28, "tasks": ["Grasp the drawer handle."], "length": 138} +{"episode_index": 29, "tasks": ["Grasp the drawer handle."], "length": 115} +{"episode_index": 30, "tasks": ["Grasp the drawer handle."], "length": 152} +{"episode_index": 31, "tasks": ["Grasp the drawer handle."], "length": 125} +{"episode_index": 32, "tasks": ["Grasp the drawer handle."], "length": 180} +{"episode_index": 33, "tasks": ["Grasp the drawer handle."], "length": 161} +{"episode_index": 34, "tasks": ["Grasp the drawer handle."], "length": 137} +{"episode_index": 35, "tasks": ["Grasp the drawer handle."], "length": 126} +{"episode_index": 36, "tasks": ["Grasp the drawer handle."], "length": 137} +{"episode_index": 37, "tasks": ["Grasp the drawer handle."], "length": 112} +{"episode_index": 38, "tasks": ["Grasp the drawer handle."], "length": 105} +{"episode_index": 39, "tasks": ["Grasp the drawer handle."], "length": 144} +{"episode_index": 40, "tasks": ["Grasp the drawer handle."], "length": 123} +{"episode_index": 41, "tasks": ["Grasp the drawer handle."], "length": 114} +{"episode_index": 42, "tasks": ["Grasp the drawer handle."], "length": 104} +{"episode_index": 43, "tasks": ["Grasp the drawer handle."], "length": 109} +{"episode_index": 44, "tasks": ["Grasp the drawer handle."], "length": 145} +{"episode_index": 45, "tasks": ["Grasp the drawer handle."], "length": 139} +{"episode_index": 46, "tasks": ["Grasp the drawer handle."], "length": 136} +{"episode_index": 47, "tasks": ["Grasp the drawer handle."], "length": 130} +{"episode_index": 48, "tasks": ["Grasp the drawer handle."], "length": 179} +{"episode_index": 49, "tasks": ["Grasp the drawer handle."], "length": 146} +{"episode_index": 50, "tasks": ["Grasp the drawer handle."], "length": 129} +{"episode_index": 51, "tasks": ["Grasp the drawer handle."], "length": 133} +{"episode_index": 52, "tasks": ["Grasp the drawer handle."], "length": 147} +{"episode_index": 53, "tasks": ["Grasp the drawer handle."], "length": 116} +{"episode_index": 54, "tasks": ["Grasp the drawer handle."], "length": 142} +{"episode_index": 55, "tasks": ["Grasp the drawer handle."], "length": 130} +{"episode_index": 56, "tasks": ["Grasp the drawer handle."], "length": 145} +{"episode_index": 57, "tasks": ["Grasp the drawer handle."], "length": 150} +{"episode_index": 58, "tasks": ["Grasp the drawer handle."], "length": 102} +{"episode_index": 59, "tasks": ["Grasp the drawer handle."], "length": 132} +{"episode_index": 60, "tasks": ["Grasp the drawer handle."], "length": 116} +{"episode_index": 61, "tasks": ["Grasp the drawer handle."], "length": 144} +{"episode_index": 62, "tasks": ["Grasp the drawer handle."], "length": 141} +{"episode_index": 63, "tasks": ["Grasp the drawer handle."], "length": 137} +{"episode_index": 64, "tasks": ["Grasp the drawer handle."], "length": 137} +{"episode_index": 65, "tasks": ["Grasp the drawer handle."], "length": 173} +{"episode_index": 66, "tasks": ["Grasp the drawer handle."], "length": 122} +{"episode_index": 67, "tasks": ["Grasp the drawer handle."], "length": 155} +{"episode_index": 68, "tasks": ["Grasp the drawer handle."], "length": 138} +{"episode_index": 69, "tasks": ["Grasp the drawer handle."], "length": 152} +{"episode_index": 70, "tasks": ["Grasp the drawer handle."], "length": 132} +{"episode_index": 71, "tasks": ["Grasp the drawer handle."], "length": 116} +{"episode_index": 72, "tasks": ["Grasp the drawer handle."], "length": 111} +{"episode_index": 73, "tasks": ["Grasp the drawer handle."], "length": 116} +{"episode_index": 74, "tasks": ["Grasp the drawer handle."], "length": 110} +{"episode_index": 75, "tasks": ["Grasp the drawer handle."], "length": 166} +{"episode_index": 76, "tasks": ["Grasp the drawer handle."], "length": 147} +{"episode_index": 77, "tasks": ["Grasp the drawer handle."], "length": 144} +{"episode_index": 78, "tasks": ["Grasp the drawer handle."], "length": 141} +{"episode_index": 79, "tasks": ["Grasp the drawer handle."], "length": 138} +{"episode_index": 80, "tasks": ["Grasp the drawer handle."], "length": 149} +{"episode_index": 81, "tasks": ["Grasp the drawer handle."], "length": 130} +{"episode_index": 82, "tasks": ["Grasp the drawer handle."], "length": 167} +{"episode_index": 83, "tasks": ["Grasp the drawer handle."], "length": 190} +{"episode_index": 84, "tasks": ["Grasp the drawer handle."], "length": 125} +{"episode_index": 85, "tasks": ["Grasp the drawer handle."], "length": 147} +{"episode_index": 86, "tasks": ["Grasp the drawer handle."], "length": 123} +{"episode_index": 87, "tasks": ["Grasp the drawer handle."], "length": 113} +{"episode_index": 88, "tasks": ["Grasp the drawer handle."], "length": 147} +{"episode_index": 89, "tasks": ["Grasp the drawer handle."], "length": 113} +{"episode_index": 90, "tasks": ["Grasp the drawer handle."], "length": 114} +{"episode_index": 91, "tasks": ["Grasp the drawer handle."], "length": 127} +{"episode_index": 92, "tasks": ["Grasp the drawer handle."], "length": 83} +{"episode_index": 93, "tasks": ["Grasp the drawer handle."], "length": 120} +{"episode_index": 94, "tasks": ["Grasp the drawer handle."], "length": 127} +{"episode_index": 95, "tasks": ["Grasp the drawer handle."], "length": 145} +{"episode_index": 96, "tasks": ["Grasp the drawer handle."], "length": 110} +{"episode_index": 97, "tasks": ["Grasp the drawer handle."], "length": 175} +{"episode_index": 98, "tasks": ["Grasp the drawer handle."], "length": 125} +{"episode_index": 99, "tasks": ["Grasp the drawer handle."], "length": 125} +{"episode_index": 100, "tasks": ["Grasp the drawer handle."], "length": 141} +{"episode_index": 101, "tasks": ["Grasp the drawer handle."], "length": 100} diff --git a/OpenDrawer/GraspObject/20250819/lerobot/meta/info.json b/OpenDrawer/GraspObject/20250819/lerobot/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..a45633e67c6b79eb3c4f3d5896eb16cb6a47b2b3 --- /dev/null +++ b/OpenDrawer/GraspObject/20250819/lerobot/meta/info.json @@ -0,0 +1,179 @@ +{ + "codebase_version": "v2.1", + "robot_type": "PandaOmron", + "total_episodes": 102, + "total_frames": 13719, + "total_tasks": 2, + "total_videos": 306, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 20, + "splits": { + "train": "0:102" + }, + "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", + "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", + "features": { + "observation.images.robot0_eye_in_hand": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "video_info": { + "video.fps": 20, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + }, + "info": { + "video.height": 256, + "video.width": 256, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 20, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.robot0_agentview_left": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "video_info": { + "video.fps": 20, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + }, + "info": { + "video.height": 256, + "video.width": 256, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 20, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.robot0_agentview_right": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "video_info": { + "video.fps": 20, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + }, + "info": { + "video.height": 256, + "video.width": 256, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 20, + "video.channels": 3, + "has_audio": false + } + }, + "annotation.human.task_description": { + "dtype": "int64", + "shape": [ + 1 + ] + }, + "annotation.human.task_name": { + "dtype": "int64", + "shape": [ + 1 + ] + }, + "observation.state": { + "dtype": "float64", + "shape": [ + 16 + ] + }, + "action": { + "dtype": "float64", + "shape": [ + 12 + ] + }, + "next.reward": { + "dtype": "float32", + "shape": [ + 1 + ] + }, + "next.done": { + "dtype": "bool", + "shape": [ + 1 + ] + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + } + } +} \ No newline at end of file diff --git a/OpenDrawer/GraspObject/20250819/lerobot/meta/tasks.jsonl b/OpenDrawer/GraspObject/20250819/lerobot/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b69fcfc7d4b9f1b5ec6b3bb387701e69cecf991c --- /dev/null +++ b/OpenDrawer/GraspObject/20250819/lerobot/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "Grasp the drawer handle."} diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000000.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a72a29091d0dd80720a88d0bae7dec14d86c7f79 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000000.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000002.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bbf8f3aab738fcfc61f188ba0313dfdedc2caed Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000002.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000003.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..984e6baf0052f5007c4122bf7e48e767fc63f19c Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000003.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000004.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a383ff140452af345aa3a49354e3071a70c6c75e Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000004.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000005.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8a4d552ed493065a6c099d4de2dc0db8613aa99 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000005.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000006.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..480ed2d1747a77844cfcc4e16006c7951fca8a31 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000006.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000009.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77d9ab3c7ce5521bf028651a1eadc3a181c079d0 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000009.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000010.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89fcf7548c306ff304ae8530bd2b9fdba51eb75d Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000010.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000012.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0618fc11de3f6c4ef3fcae1c62868b3648b2a4c0 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000012.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000013.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ca7a4df0fb819c4ab7f7cf11b9f08593e03f01c Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000013.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000014.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcea96264a44d4faae7cdd1ab8a2467cfba978b4 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000014.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000017.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1fdd6acfdaae5fe273f7b1282a646e51c3d63b5 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000017.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000018.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b75590441e8e42e91ec6c6eda0e18f8ce122cea Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000018.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000019.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d642cc9ad768522fb3e9fceaf5c78dd836d4b73a Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000019.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000020.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31e103d67be9348393c9f582660834233ba1f106 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000020.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000023.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7562cf5ff82aa21970d000245a941f5347304d2c Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000023.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000024.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce2021be315e6a4af43b0357def54262e4125a62 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000024.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000025.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f06db169998f70faf8447332b7e7430b02927ae Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000025.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000026.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1118ca0af8a3bd52b5159fce8daf2fa24c0d43b9 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000026.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000027.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e180e78ea563c51f0441bef913d0fcf1938a2c59 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000027.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000028.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74e9949512f3345f0aacf12e21a761439d353414 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000028.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000029.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05fcd731c16106305a442e89faf58c7905977891 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000029.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000031.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b83023e1bd5349f9b290910e0f0e214d0337bac4 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000031.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000033.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52d55c8a93d7c28147862a2b133fd5e7210fc776 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000033.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000034.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55e0167013c54cc1f5ab30f403f23e38484191b9 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000034.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000035.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c0109b496ff6a471b68cf43757e4263e2e3d60e Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000035.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000036.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72dc2a86f50e1e4fc607a7205c189c8d989d9b6f Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000036.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000038.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d892d7decbac1c062d0b62766d85aae8bcca9426 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000038.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000040.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe0bebf9f4f6843dd2d33bd7bbb6bfb595b39d3b Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000040.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000042.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ba49f220672fee795310382d2a070c8cd980786 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000042.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000043.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67b3dc11ad3251549474536d191515a3ccbc5fed Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000043.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000044.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..499affc296f000b79d2b811f1ecc723dfb61bc29 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000044.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000045.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5364038ed068020e766aa72e80ed889ac98265a4 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000045.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000052.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c61af066853a05f511d8db2d8fb40fc3d64fd04 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000052.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000053.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96eead43b91e5e1af6e65e9d0205c8c49cbb1dd8 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000053.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000054.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32f97735507d605352bdb538e53b5fa907db8c46 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000054.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000055.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8469bbdb0b988899e6e391f5257befcaa47c6268 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000055.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000057.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0408148c44ef72dce8bcae9a07d31929cea67df Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000057.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000058.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52df5490ac8e632bc9e17cb53a25295d064c3882 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000058.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000059.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01cadfdfbd55578f95314bfee4fa2ec1427bbc2c Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000059.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000060.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d985da2000c0a40c604d511dd9e1c91a4f1b076 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000060.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000061.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2af62712087a530ebf4173bbb6aa0de4f536675 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000061.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000063.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cca6974d8f8b69f70df1356cbd1b0136814d9008 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000063.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000064.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ca195a6792d467d399842ca6f4b7330ed42c0a1 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000064.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000068.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79450a6001eec9f3721973060177185089eac7de Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000068.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000069.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21c8f817b9f6b62a562f8e17950c8a8e7196e1f3 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000069.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000070.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27fa51bbba301e1d1b1614e5fc359ba96b2ec6ac Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000070.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000071.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ad262ce51f6aba745bed0d265b79a41e607c9a6 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000071.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000073.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31154c0aa7c88b83e8bebbd48177b3d1a4ad3931 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000073.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000074.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c248cdbc9fea1d5fc477ac8d974424b40d0f7f6e Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000074.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000075.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d98d8a493b4d89555775d4cb75104ce06c552a5c Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000075.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000078.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da1b970a908397594d734ba58372040cdcd0ec3e Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000078.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000079.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6f5136aa5da9be9e88255ce264cd4eee3835825 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000079.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000080.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2afdd28893fb6b7d15270bd77c76a7cd1267d1c4 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000080.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000082.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29b5c57ba793137e30ec488f58eb0776b479234a Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000082.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000084.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f8bde5c24ce5dd8ae7468ec7b4c84b381e25fa0 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000084.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000086.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d14db11bf8eadd72307f81c4b77168c32dbe35ca Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000086.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000087.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..846e96293c2d05edf6e7cf31548eed70e5d1d4f8 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000087.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000088.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01a42ded12900128361ea71fc928aa38209f499e Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000088.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000089.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adf251585e7bd022e8d2e30168ca73bdc65c6467 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000089.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000090.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2013533852a9e0dc1f37a605cbf15c25c99fec42 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000090.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000091.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ff887d14791ba51474bd10cd9f0e28ab83ece76 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000091.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000092.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3323cb86a9a01dd746f2cff28f0493011abc48d1 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000092.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000094.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1768fb0d17d59d4066f2a17f372c750637a1d21a Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000094.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000095.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d47edf6392ff976055a5b77754bb6d7d38ccd02a Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000095.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000096.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..793394971cc9931cc46f9b06094cc5840a5f0903 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000096.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000097.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1456c11104fc88c1acca6281ad9181c52d10c739 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000097.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000099.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5aaf82fcd49b6e3e8d5229fd2e840cf5635e550 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000099.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000101.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bf70c34b5b579b8fa08b3ef8ff4f3fe2fe5d6ed Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000101.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000000.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a29514a255800f38ef26f0f812289d1cf1a8514b Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000000.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000001.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed8b1d522c1ab5423e141e910fa3908808292694 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000001.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000007.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0c8189145db4878876f76117ef8be22cbc520a5 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000007.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000008.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9ca3f5b79672cd58932eb49d9a6c56b00747f04 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000008.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000011.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab4371b6654be698fd29edd68cf73c88ea0e247a Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000011.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000015.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7714e028318c26f8a7a9af2c84812a087b0ec0e Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000015.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000016.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1836bdeddf7e6c5b008dbf741953852f0aac9d28 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000016.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000021.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7753028e5400a1fa4ea8185d1fe3a8ebfc832e59 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000021.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000022.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3863456db0482f1526aa4fa1ee3edefd8bdd5c6 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000022.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000023.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84ba3ed4c0d4881de0068e533c28b426575d207a Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000023.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000026.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a2d4ffb22b2fd0507bd25fe4682ccb1c605b5c1 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000026.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000027.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e8ab3d88224f18775584e39dee9ecb400a3a793 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000027.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000030.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bca37979663170dba2e8a0e7a13b61c45c2f98a Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000030.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000031.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c11df14140211b11b49d6f0b68e90fce70ab640 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000031.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000032.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4627b34ea2755d3841ac7e2fd6af42453583fc3c Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000032.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000037.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b74f69b14bdcbf37a73b653ffcb54e24b172d2a7 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000037.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000039.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..709b21bea19e119131df5fd28cd3d2877cf1b6e3 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000039.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000041.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92a9df55235350e2bb4508925a5445aa3e871806 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000041.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000043.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e45d6557da3b34f0e32ea842614cf903c3f9695b Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000043.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000046.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a3dd60be6b1f01677fc0d4afeba54a3f5269b89 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000046.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000047.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd5f706cbf190f94a9b38aba8557ff77057ba383 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000047.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000048.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02a054aae26446577a463f4b128c390d1f58d155 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000048.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000049.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2450cfa6a6fe87d02b2b994d11e03711e3a797d7 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000049.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000050.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e950260155ead88ec05b9656b5f45ccfdb4cb91 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000050.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000051.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60ad0fa4cbcddaa6802d257f4ab8d85db699b363 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000051.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000056.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae8b5434eaeba98f83059b2a598d9d463e17ebb3 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000056.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000058.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cb76ba80826732a0db77782d46f2c04468e2ef3 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000058.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000062.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5294580a529d08f6c495c93ceb90320380bfe8e0 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000062.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000065.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cbe39d5a35e0d1c6a58dc90483e324782b935e5 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000065.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000066.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cf225379c57625cc35398e56475646b3fe45343 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000066.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000067.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ed43481970ae064571a3a9ca6a7f1d7a1e5a883 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000067.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000071.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..431b8f782a97a9c60ac6d27427bc66e825b80e06 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000071.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000072.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff4faeb183abcbc5d89ee64c3060a28f0e0162ca Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000072.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000073.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7838bfd37d00b3f02425b39fcf3f82f8a98f7ea3 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000073.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000074.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e939753dd28f864a0d4a5e5d132cad935d452195 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000074.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000076.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4718b200bad426408eecabb05effe1c1eed3c5d9 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000076.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000077.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df169dcf9a10992a6529413bcbe8dbfcbd5cf730 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000077.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000081.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..528e2cc70e7c2b94f3e067557b0c1412a6cd599d Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000081.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000083.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59f7ab9f9a0c76f66340908b63535af8256e7e97 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000083.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000084.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdbba22219bd164a16ffbc75147d1847b619f3a8 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000084.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000085.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a65ade21c6ffd0c3a40f461bf351a7fdcd9174e Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000085.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000087.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2ec6c6627314e3e4c2a5788f5a2126c377bc10c Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000087.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000090.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8966de1ffff94bf6edac7ef8ce1c453eeb4d9aa6 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000090.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000092.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f45df97bc3f250fc1a4b79ee426559022cfffbba Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000092.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000093.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5421f7f103817ef2ac68876d7ea8460dca24a4ac Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000093.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000094.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc9322b71079fb25dfb82e4549ecf98872a539eb Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000094.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000098.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..898b23e698dae48da71a22e93b38c416df164993 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000098.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000100.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..255920f55bed75ee232ffa988eebfed4937c9e94 Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000100.mp4 differ diff --git a/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000101.mp4 b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b1a317c12d932e55bcda17ff47e8637b83c40da Binary files /dev/null and b/OpenDrawer/GraspObject/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000101.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000002.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffe7a141360b3cce413eac1e5c8f1b68e2a75384 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000002.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000003.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..799a92f633019528b88d08c1ef85c1a0dcbdfc9f Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000003.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000004.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..185aa7545d296f7fa92e359e3bf3167b73e284ba Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000004.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000005.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ced8278c8cfc1330d89abecb270faf1b101c2645 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000005.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000007.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f764f8949cfba41c88ac33795791b747cc62d442 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000007.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000008.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6afffd1dd3114b1fcff7f4e26f808704f023b44a Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000008.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000009.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..639a59b6f71638a2afb7ab03cab1e683ce3f24cf Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000009.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000014.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d0dfa59a07229b02ad7849521227dc5f946bf4d Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000014.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000016.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97f07ef2a8e68af5a2b04b7b61ea75ce0282e323 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000016.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000018.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3558899e256273ba777c4a56833b712320ac3952 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000018.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000019.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ed6ed4f6fba752215db4659999285dd437673e9 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000019.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000025.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2d3588f075c24e665b4939fa47041c3d507fb2f Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000025.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000026.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfa78b57c560b80ed424aa8fe3357cb3a734880d Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000026.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000027.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6e592e25a04bea18964ae4daafb715778145cb5 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000027.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000032.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27906ea05b106cf2522fd970772c33140b1a0fe4 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000032.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000033.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8aedc62acb710a04de4e71386b26d96b219a300 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000033.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000034.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1708ab7a71829d75d8d0b87cfe391d60ee9e1796 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000034.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000035.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd3bb4d822d17bcc4483972276a44d18a4a1683e Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000035.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000036.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9642464afa2417f37e7cb811d18ed8be6cdebe90 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000036.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000037.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57c14cc0d18d0440500c3393aba66162d77e884b Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000037.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000038.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4c4f0ba7a362724c25bc3951922d10f53c49f7f Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000038.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000040.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..806f8105fd05d07a8ccfbdc55703f8bae6f94a9c Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000040.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000041.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23413d5774623c554feb1281f62aa47da03e6ea9 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000041.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000042.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45cf1f2838cedebfb5813bde0fab5334549fedf0 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000042.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000043.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e4889fa399849a40bb75a9298816b881dcb036d Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000043.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000047.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a771c191393984fb6056d802072f17c462a6bd30 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000047.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000050.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f12ad9c22e5b3fe6ad2d3481d8cfc8b6608df648 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000050.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000051.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..424792dbd8f2cdb94b6e9df2ed0119b0253ae5d7 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000051.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000052.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62b93597a06d177a02e6fb4554b918949749774f Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000052.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000054.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10e1ccf7da48168ab532df2dccafa69e1800d196 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000054.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000055.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5232164f58860f1b7db36d68334ea37b4021a567 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000055.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000059.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ebe1f61b53aadea20158e3a823b5770f971bd51 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000059.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000060.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f479dece21220e426c7c613872e19d82a9b26a2 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000060.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000061.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8d0b047727f4fe49b288922429415516ece2b57 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000061.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000062.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59f4cb9ece72069d2c87e27a181145b57580eefb Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000062.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000064.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2392f49ef0bab527aae6a8143690df35b759a438 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000064.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000065.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a1a644a0347b3e492a70ce5ac13cfb064b43a42 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000065.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000066.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67bde372cfbdebd4e8cefe41bbece730e00b07ba Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000066.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000067.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad2a540123d56377251e5bdca8ac84341ca2c5eb Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000067.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000068.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..572bbf980628153a2e3e898b9efaa123156919a9 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000068.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000070.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ba2bbc8868d8e43aecf32b4b910042b25956f05 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000070.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000072.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eea1ac0c47c048a729ab0bac5ec5ee49f5c60435 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000072.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000073.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a447d575e19c690805356904fbe28d3ac8543156 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000073.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000076.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7227214af1bb258bf3fe8d5bd25c77baaec7e85 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000076.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000079.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8978e4cc17a5fe789b752e498af29bdbca2e00c Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000079.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000080.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55bdfed84c94806239edde01dec9bf3dd91deea2 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000080.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000082.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10e7e0dcfb225a34cfde1c2f3cfb6ed2f2bcbba2 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000082.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000084.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51869014fc6fd9f2340befcd95c86f3f49415504 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000084.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000086.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccd20b7be5e6ce6a85d0927632a34f68cfc5b9fa Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000086.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000087.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d9ff7dba4913d291c7291caddd169ab83de8c23 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000087.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000089.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a7528086bc1cf32d298a6d4987cc3e386c5792a Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000089.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000090.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e421d47301e207a497b390772b8530624b545e26 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000090.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000093.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c67a3e51a2cb30617747370a707d13650b89a5b Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000093.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000094.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e24462741c4a9872c4d41ae810c2558f3f3548d1 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000094.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000095.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf4448b8214e049e239b85096f5d9763b941284e Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000095.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000096.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..054bb4f320e33eb2adf2af16a211020ce7686fec Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000096.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000097.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..121f4804e01c5de47a59946e1c1b9534f760ce35 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000097.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000101.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20abae01a076035f13cbf70d9ab192632a34ba1d Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000101.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000000.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d387cbe913142ba3331447bddbad472a10d3fb1d Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000000.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000006.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fbb0054c064335d0e1c6749696081ee9b683976 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000006.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000010.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3133b1531f281b9b78c05db3b7f5b037a1a9444 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000010.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000011.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f11fb950da7bea8f15db5f18a3e3addc1b980ab3 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000011.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000013.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56dbe2a0583315e87dbd2bd62d90148b053094c2 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000013.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000015.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3790fd9db07f3eae7b04e23673ff3838197498e7 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000015.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000017.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afe9f89833f613af6e55df4779dc1e0a279fd50a Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000017.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000022.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e7fc444de04abdc4c8945e1bd4a20e41c334993 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000022.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000023.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc5049faea7d4126e706bc60e134e0fcf4017dfc Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000023.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000028.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6d029d449a02855dd46bcb7e3a9081250a44b9a Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000028.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000029.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cabc2de5f1053566d92e2ac43010fb1abcf143f Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000029.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000030.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00683342c912b54e902857b275967c25cc266b3e Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000030.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000031.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1d9628e0bf2d9da8978f75abe9c1e3f87ca9e96 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000031.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000039.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17a8b13fe38bc46b24595853fd8b395abade2024 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000039.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000048.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80aa2e013fa2137550bd514d87d4334c1c5d7327 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000048.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000063.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b1611be5dbf6d342ab4bfa1ca8dcbf776d0b3a8 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000063.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000069.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90a44de882c3969117c330676b5f7e2b91906976 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000069.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000071.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..445b5e450e2c827653a472bbc6db17f21ab9cf51 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000071.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000074.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a89f15313acf8fa610aae069accdd7aa9d0d869 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000074.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000077.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dca56a2b12c25a1dfbcb88dfd049f907454af39b Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000077.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000081.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f76c9eeb923b2fdfccb5b9d060d2df364e265bcd Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000081.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000085.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07eeca8e06dcc0642190395c27c3f06778feca75 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000085.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000088.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ce8da74001385c503b095e0f31daebcb063d201 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000088.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000091.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8551a02c37ec963e5e60be159099bd1ada0c2ffe Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000091.mp4 differ diff --git a/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000100.mp4 b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..987d0205342fee20b8d2faa608e083d96816c869 Binary files /dev/null and b/OpenDrawer/PullOpen/20250819/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000100.mp4 differ diff --git a/OpenStandMixerHead/OpenDoor/20250820/lerobot/meta/episodes.jsonl b/OpenStandMixerHead/OpenDoor/20250820/lerobot/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..014a4961d50e01fa0cac96b082c4aba9471e4da0 --- /dev/null +++ b/OpenStandMixerHead/OpenDoor/20250820/lerobot/meta/episodes.jsonl @@ -0,0 +1,6 @@ +{"episode_index": 0, "tasks": ["Open the stand mixer head."], "length": 104} +{"episode_index": 1, "tasks": ["Open the stand mixer head."], "length": 76} +{"episode_index": 2, "tasks": ["Open the stand mixer head."], "length": 139} +{"episode_index": 3, "tasks": ["Open the stand mixer head."], "length": 28} +{"episode_index": 4, "tasks": ["Open the stand mixer head."], "length": 142} +{"episode_index": 5, "tasks": ["Open the stand mixer head."], "length": 27} diff --git a/OpenStandMixerHead/OpenDoor/20250820/lerobot/meta/info.json b/OpenStandMixerHead/OpenDoor/20250820/lerobot/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..333875108d3cad62c33b29bcb9e667c0fc1e94e9 --- /dev/null +++ b/OpenStandMixerHead/OpenDoor/20250820/lerobot/meta/info.json @@ -0,0 +1,179 @@ +{ + "codebase_version": "v2.1", + "robot_type": "PandaOmron", + "total_episodes": 6, + "total_frames": 516, + "total_tasks": 1, + "total_videos": 18, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 20, + "splits": { + "train": "0:6" + }, + "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", + "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", + "features": { + "observation.images.robot0_eye_in_hand": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "video_info": { + "video.fps": 20, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + }, + "info": { + "video.height": 256, + "video.width": 256, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 20, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.robot0_agentview_left": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "video_info": { + "video.fps": 20, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + }, + "info": { + "video.height": 256, + "video.width": 256, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 20, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.robot0_agentview_right": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "video_info": { + "video.fps": 20, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + }, + "info": { + "video.height": 256, + "video.width": 256, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 20, + "video.channels": 3, + "has_audio": false + } + }, + "annotation.human.task_description": { + "dtype": "int64", + "shape": [ + 1 + ] + }, + "annotation.human.task_name": { + "dtype": "int64", + "shape": [ + 1 + ] + }, + "observation.state": { + "dtype": "float64", + "shape": [ + 16 + ] + }, + "action": { + "dtype": "float64", + "shape": [ + 12 + ] + }, + "next.reward": { + "dtype": "float32", + "shape": [ + 1 + ] + }, + "next.done": { + "dtype": "bool", + "shape": [ + 1 + ] + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + } + } +} \ No newline at end of file diff --git a/OpenStandMixerHead/OpenDoor/20250820/lerobot/meta/tasks.jsonl b/OpenStandMixerHead/OpenDoor/20250820/lerobot/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0cc671a4bd291b3f7b23bf62c45b8883b8211d3d --- /dev/null +++ b/OpenStandMixerHead/OpenDoor/20250820/lerobot/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "Open the stand mixer head."} diff --git a/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000003.mp4 b/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b30c5ec2bac6ae3ef195efb4004545647a05320a Binary files /dev/null and b/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000003.mp4 differ diff --git a/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000005.mp4 b/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4827ac3a4b797b6f1811b44624670920f9aeb60a Binary files /dev/null and b/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_agentview_left/episode_000005.mp4 differ diff --git a/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000003.mp4 b/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b66fbc4dbfe147b2ca42fae127d40abc6879250c Binary files /dev/null and b/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000003.mp4 differ diff --git a/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000005.mp4 b/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f745d6e40e7335c4a5cfb0752f59cbcef06f3b22 Binary files /dev/null and b/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_agentview_right/episode_000005.mp4 differ diff --git a/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000003.mp4 b/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d42d8f15968dae0ad7ff915d585f5f44cf9d596 Binary files /dev/null and b/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000003.mp4 differ diff --git a/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000005.mp4 b/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e323cdbb71f6fc27d305e20c91e74c48ea9a3556 Binary files /dev/null and b/OpenStandMixerHead/OpenDoor/20250820/lerobot/videos/chunk-000/observation.images.robot0_eye_in_hand/episode_000005.mp4 differ