so101-pick-cube
收藏资源简介:
该数据集是一个用于机器人任务的开源数据集,基于LeRobot框架创建,专为机器人操作任务设计,例如拾取立方体等场景。它包含99个完整的任务执行序列(episodes),总计44042个时间步(帧)。数据采用结构化存储,主要特征包括:1) 动作:一个6维浮点向量,表示机器人关节(肩部平移、肩部抬升、肘部弯曲、腕部弯曲、腕部旋转)和夹爪的位置指令;2) 状态观测:一个与动作维度相同的6维浮点向量,表示机器人各关节的实时位置;3) 视觉观测:提供两个固定视角的视频流,分别是腕部摄像头和顶部摄像头,每个视频的分辨率为720x1280,帧率为30 fps,采用AV1编码的彩色(RGB)视频;4) 元数据:包括时间戳、帧索引、episode索引、任务索引等。数据集以分块Parquet文件格式组织,适用于机器人模仿学习、行为克隆、强化学习等算法的训练与评估。
This dataset is an open-source dataset for robotics tasks, created using the LeRobot framework. It is specifically designed for robot manipulation tasks, such as picking up cubes. The dataset contains 99 complete task execution sequences (episodes), totaling 44,042 timesteps (frames). Data is stored in a structured format, with key features including: 1) Actions: a 6-dimensional floating-point vector representing robot joint (shoulder translation, shoulder lift, elbow bend, wrist bend, wrist rotation) and gripper position commands; 2) State observations: a 6-dimensional floating-point vector with the same dimension as actions, representing the real-time positions of robot joints; 3) Visual observations: two fixed-view video streams, from a wrist camera and a top camera, each with a resolution of 720x1280, a frame rate of 30 fps, and AV1-encoded color (RGB) videos; 4) Metadata: including timestamps, frame indices, episode indices, task indices, etc. The dataset is organized in chunked Parquet file format, suitable for training and evaluation of algorithms such as imitation learning, behavior cloning, and reinforcement learning in robotics.
数据集概述
- 数据集名称: so101-pick-cube
- 创建工具: 使用 LeRobot 创建
- 许可证: Apache-2.0
- 任务类别: 机器人学 (robotics)
- 标签: LeRobot
数据集结构
-
基础信息:
- 代码库版本: v3.0
- 帧率 (fps): 30
- 总片段数: 99
- 总帧数: 44042
- 总任务数: 1
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 机器人类型: so_follower
- 数据划分: 训练集 (片段 0 到 98)
-
数据特征:
- action: 6维浮点数组,包含机器人关节位置(shoulder_pan、shoulder_lift、elbow_flex、wrist_flex、wrist_roll、gripper)。
- observation.state: 6维浮点数组,与 action 结构相同,表示机器人状态。
- observation.images.wrist: 手腕摄像头视频数据,分辨率 1280x720,3 通道,AV1 编码,30 fps。
- observation.images.top: 顶部摄像头视频数据,分辨率 1280x720,3 通道,AV1 编码,30 fps。
- timestamp: 浮点型时间戳。
- frame_index: 整数型帧索引。
- episode_index: 整数型片段索引。
- index: 整数型全局索引。
- task_index: 整数型任务索引。
数据存储格式
- 数据文件: Parquet 格式,路径为
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet。 - 视频文件: MP4 格式,路径为
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4。 - 块大小: 1000 帧。
引用信息
- BibTeX: 暂无可用引用信息。




