eval_dataset
收藏资源简介:
该数据集是使用LeRobot框架创建的机器人操作数据集,专门用于机器人学习任务。数据集以Parquet文件格式存储,包含机器人操作过程中的多模态观测数据和动作指令。具体内容涵盖:9维动作向量,包括机械臂的肩部平移、肩部抬升、肘部弯曲、腕部弯曲、腕部旋转、夹爪位置等关节位置信息,以及x、y方向的速度和角度速度;9维观测状态向量,结构与动作向量相同;三个视角的视觉观测图像(顶部、前部和腕部摄像头),均为480x640分辨率的RGB视频帧。此外,数据集还包括时间戳、帧索引、回合索引、任务索引等元数据。数据以1000帧为单位分块存储,总数据文件大小约100MB,视频文件大小约200MB。该数据集适用于机器人模仿学习、强化学习、视觉-动作映射等任务的研究与开发。
This dataset is a robot manipulation dataset created using the LeRobot framework, specifically designed for robot learning tasks. It is stored in Parquet file format and contains multimodal observation data and action commands during robot operations. The content includes: a 9-dimensional action vector comprising joint position information such as shoulder translation, shoulder elevation, elbow flexion, wrist flexion, wrist rotation, gripper position, as well as x and y direction velocities and angular velocities; a 9-dimensional observation state vector with the same structure as the action vector; visual observation images from three perspectives (top, front, and wrist cameras), all in 480x640 resolution RGB video frames. Additionally, the dataset includes metadata such as timestamps, frame indices, episode indices, and task indices. The data is stored in chunks of 1000 frames, with a total data file size of approximately 100MB and video file size of about 200MB. This dataset is suitable for research and development in tasks such as robot imitation learning, reinforcement learning, and vision-action mapping.
数据集概览
- 名称: eval_dataset
- 许可证: Apache-2.0
- 任务类别: 机器人 (robotics)
- 创建工具: 使用 LeRobot 创建
数据集结构
数据集由 LeRobot 框架生成,包含多个特征字段,具体如下:
- 动作 (action): 包含9维浮点数向量,对应机械臂关节位置及速度控制指令 (如 arm_shoulder_pan.pos, x.vel 等)。
- 观测状态 (observation.state): 与动作特征维度相同,均为9维浮点数,描述当前机器人状态。
- 观测图像:
- 顶部摄像头 (observation.images.top): 视频数据,尺寸 480x640,3通道。
- 前部摄像头 (observation.images.front): 视频数据,尺寸 480x640,3通道。
- 腕部摄像头 (observation.images.wrist): 视频数据,尺寸 480x640,3通道。
- 时间戳 (timestamp): 单精度浮点数,形状为 [1]。
- 帧索引 (frame_index): 64位整数,形状为 [1]。
- 片段索引 (episode_index): 64位整数,形状为 [1]。
- 全局索引 (index): 64位整数,形状为 [1]。
- 任务索引 (task_index): 64位整数,形状为 [1]。
数据集统计信息
- 总片段数 (total_episodes): 0
- 总帧数 (total_frames): 0
- 总任务数 (total_tasks): 0
- 帧率 (fps): 30
- 数据分块大小 (chunks_size): 1000
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
数据存储格式
- 数据文件路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频文件路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4 - 机器人类型: lekiwi_client
- 配置文件:
meta/info.json包含完整元数据,代码库版本为 v3.0。
可视化
可通过 LeRobot 可视化工具 浏览数据集内容。
引用
当前暂无具体的引用信息([更多信息待补充])。




