--- task_categories: - robotics tags: - LeRobot --- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot). [meta/info.json](meta/info.json) ```json { "codebase_version": "v2.0", "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "robot_type": "unknown", "total_episodes": 1447, "total_frames": 699432, "total_tasks": 1, "total_videos": 1447, "total_chunks": 2, "chunks_size": 1000, "fps": 10, "splits": { "train": "0:1447" }, "keys": [ "observation.state", "end_pose", "start_pos", "gripper_width" ], "video_keys": [ "observation.image" ], "image_keys": [], "shapes": { "observation.state": 7, "end_pose": 6, "start_pos": 6, "gripper_width": 1, "observation.image": { "width": 224, "height": 224, "channels": 3 } }, "names": { "observation.state": [ "motor_0", "motor_1", "motor_2", "motor_3", "motor_4", "motor_5", "motor_6" ], "end_pose": [ "motor_0", "motor_1", "motor_2", "motor_3", "motor_4", "motor_5" ], "start_pos": [ "motor_0", "motor_1", "motor_2", "motor_3", "motor_4", "motor_5" ], "gripper_width": [ "motor_0" ] }, "videos": { "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", "observation.image": { "video.fps": 10.0, "video.width": 224, "video.height": 224, "video.channels": 3, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "has_audio": false } } } ```