ankile/real01c-insert-marker-d1-baseline-uniform-r0-25k-eval-sobol20
收藏资源简介:
该数据集是一个机器人学数据集,专门用于机器人控制或强化学习任务,与LeRobot项目关联。数据集包含20个episodes,总计4654帧,采样频率为15fps,使用Franka机器人平台。数据以parquet格式存储,分为训练集(全部20个episodes)。数据集特征丰富,包括观测状态(如笛卡尔位置、关节位置、速度、夹爪位置)、动作(如笛卡尔速度、关节速度、夹爪动作)、奖励、成功标志、步骤计数、策略ID等。此外,还提供两个视频观测(来自不同视角,分辨率为480x640,3通道,h264编码),用于视觉输入。数据集适用于机器人操作任务的模型训练和评估,例如机械臂控制或策略学习。
许可证:Apache-2.0 任务类别: - 机器人学 标签: - LeRobot 配置项: - 配置名称:default 数据文件:data/*/*.parquet --- 本数据集基于[LeRobot](https://github.com/huggingface/lerobot)构建。 ## 数据集说明 - **项目主页**:[待补充更多信息] - **相关论文**:[待补充更多信息] - **许可证**:Apache-2.0 ## 数据集结构 [meta/info.json]: json { "codebase_version": "v3.0", "robot_type": "franka", "total_episodes": 20, "total_frames": 4654, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 200, "fps": 15, "splits": { "train": "0:20" }, "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", "features": { "observation.state": { "dtype": "float32", "shape": [7], "names": ["cart_pos_x", "cart_pos_y", "cart_pos_z", "cart_rot_x", "cart_rot_y", "cart_rot_z", "gripper_position"] }, "action": { "dtype": "float32", "shape": [7], "names": ["vel_x", "vel_y", "vel_z", "vel_roll", "vel_pitch", "vel_yaw", "gripper_action"] }, "steps_to_go": { "dtype": "int64", "shape": [1], "names": ["steps_to_go"] }, "source": { "dtype": "int64", "shape": [1], "names": ["source_id"] }, "success": { "dtype": "int64", "shape": [1], "names": ["success_flag"] }, "is_valid": { "dtype": "int64", "shape": [1], "names": ["is_valid_flag"] }, "reward": { "dtype": "float32", "shape": [1], "names": ["reward"] }, "done": { "dtype": "int64", "shape": [1], "names": ["done_flag"] }, "policy_id": { "dtype": "int64", "shape": [1], "names": ["policy_id"] }, "round_id": { "dtype": "int64", "shape": [1], "names": ["round_id"] }, "action.cartesian_velocity": { "dtype": "float32", "shape": [6], "names": ["x", "y", "z", "roll", "pitch", "yaw"] }, "action.cartesian_position": { "dtype": "float32", "shape": [6], "names": ["x", "y", "z", "roll", "pitch", "yaw"] }, "action.joint_velocity": { "dtype": "float32", "shape": [7], "names": ["joint_0", "joint_1", "joint_2", "joint_3", "joint_4", "joint_5", "joint_6"] }, "action.joint_position": { "dtype": "float32", "shape": [7], "names": ["joint_0", "joint_1", "joint_2", "joint_3", "joint_4", "joint_5", "joint_6"] }, "action.gripper_position": { "dtype": "float32", "shape": [1], "names": ["gripper"] }, "action.gripper_velocity": { "dtype": "float32", "shape": [1], "names": ["gripper"] }, "observation.state.cartesian_position": { "dtype": "float32", "shape": [6], "names": ["x", "y", "z", "roll", "pitch", "yaw"] }, "observation.state.joint_position": { "dtype": "float32", "shape": [7], "names": ["joint_0", "joint_1", "joint_2", "joint_3", "joint_4", "joint_5", "joint_6"] }, "observation.state.joint_velocity": { "dtype": "float32", "shape": [7], "names": ["joint_0", "joint_1", "joint_2", "joint_3", "joint_4", "joint_5", "joint_6"] }, "observation.state.cartesian_velocity": { "dtype": "float32", "shape": [6], "names": ["x", "y", "z", "roll", "pitch", "yaw"] }, "observation.state.gripper_position": { "dtype": "float32", "shape": [1], "names": ["gripper"] }, "observation.images.18650758_left": { "dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": { "video.height": 480, "video.width": 640, "video.codec": "h264", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 15, "video.channels": 3, "has_audio": false } }, "observation.images.25916956_left": { "dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": { "video.height": 480, "video.width": 640, "video.codec": "h264", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 15, "video.channels": 3, "has_audio": false } }, "manifest_idx": { "dtype": "int64", "shape": [1], "names": ["manifest_idx"] }, "pen_x": { "dtype": "float32", "shape": [1], "names": ["pen_x"] }, "pen_y": { "dtype": "float32", "shape": [1], "names": ["pen_y"] }, "pen_yaw": { "dtype": "float32", "shape": [1], "names": ["pen_yaw"] }, "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 }, "intervention": { "dtype": "int64", "shape": [1], "names": ["intervention_flag"] } } } ## 引用 **BibTeX格式**: bibtex [待补充更多信息]




