--- license: apache-2.0 task_categories: - robotics tags: - LeRobot configs: - config_name: default data_files: data/*/*.parquet --- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot). ## Dataset Description This is a sequencing-prompt variant of [`justintiensmith/Ordering_Constrained_Black_Bin`](https://huggingface.co/datasets/justintiensmith/Ordering_Constrained_Black_Bin). The observations, actions, episode ordering, and videos are unchanged. Only the task prompts and their task indices have been rewritten. The black bin is to the left of the four-item sequence. The dataset uses five paraphrases for each of these relations: first from the left, second from the left, second from the right, and first from the right. Every paraphrase is assigned to five episodes in a round-robin pattern within its 25-episode relation group. Episodes 50–74 were converted from third-from-left to the equivalent second-from-right relation, and episodes 75–99 from fourth-from-left to the equivalent first-from-right relation. This holds out explicit third-from-left, fourth-from-left, third-from-right, and fourth-from-right relation prompts. - **Homepage:** [More Information Needed] - **Paper:** [More Information Needed] - **License:** apache-2.0 ## Dataset Structure [meta/info.json](meta/info.json): ```json { "codebase_version": "v3.0", "fps": 30, "features": { "action": { "dtype": "float32", "names": [ "shoulder_pan.pos", "shoulder_lift.pos", "elbow_flex.pos", "wrist_flex.pos", "wrist_roll.pos", "gripper.pos" ], "shape": [ 6 ] }, "observation.state": { "dtype": "float32", "names": [ "shoulder_pan.pos", "shoulder_lift.pos", "elbow_flex.pos", "wrist_flex.pos", "wrist_roll.pos", "gripper.pos" ], "shape": [ 6 ] }, "observation.images.wrist": { "dtype": "video", "shape": [ 480, 640, 3 ], "names": [ "height", "width", "channels" ], "info": { "is_depth_map": false, "video.height": 480, "video.width": 640, "video.codec": "h264", "video.pix_fmt": "yuv420p", "video.fps": 30, "video.channels": 3, "has_audio": false, "video.g": 30, "video.crf": 30, "video.preset": null, "video.fast_decode": 0, "video.video_backend": "pyav", "video.extra_options": { "bf": 0 } } }, "observation.images.middle": { "dtype": "video", "shape": [ 480, 640, 3 ], "names": [ "height", "width", "channels" ], "info": { "is_depth_map": false, "video.height": 480, "video.width": 640, "video.codec": "h264", "video.pix_fmt": "yuv420p", "video.fps": 30, "video.channels": 3, "has_audio": false, "video.g": 30, "video.crf": 30, "video.preset": null, "video.fast_decode": 0, "video.video_backend": "pyav", "video.extra_options": { "bf": 0 } } }, "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 } }, "total_episodes": 100, "total_frames": 53858, "total_tasks": 20, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 200, "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4", "robot_type": "so_follower", "splits": { "train": "0:100" } } ``` ## Citation **BibTeX:** ```bibtex [More Information Needed] ```