1cube-to-2baskets
收藏资源简介:
该数据集是使用LeRobot框架创建的机器人操作数据集,适用于机器人学习任务。数据集记录了双足移动机器人(型号为blueberry_ros)执行操作任务时的多模态数据。核心数据内容包括:1) 机器人动作:一个26维的动作向量,包含左右机械臂的6自由度末端执行器速度指令(线速度和角速度)、左右灵巧手各5个手指关节的位置指令,以及底盘的两个控制指令。2) 机器人状态观测:一个55维的状态向量,详细记录了左右机械臂(各7个关节)和灵巧手(各5个手指关节)的位置与力矩信息,以及操作者的视线坐标(x, y)和视线有效性标志。3) 多视角视觉观测:包含四个同步的RGB视频流,分辨率均为640x480,帧率为15 fps,分别来自左摄像头、右摄像头、用户视角摄像头和用户视线追踪摄像头。所有视频采用AV1编码。数据集规模为40个完整任务执行序列(episodes),共计17,486个时间步长(frames),对应一个单一任务。数据以Parquet格式存储观测与动作,以MP4格式存储视频,总数据量约为300 MB。数据集仅包含训练集划分。该数据集可用于机器人模仿学习、强化学习、多模态感知与控制策略学习等研究。
This dataset is a robot manipulation dataset created using the LeRobot framework, suitable for robotic learning tasks. It records multimodal data from a bipedal mobile robot (model blueberry_ros) during operational tasks. Core data includes: 1) Robot actions: a 26-dimensional action vector containing velocity commands (linear and angular) for the 6-degree-of-freedom end-effectors of the left and right robotic arms, position commands for each of the five finger joints of the left and right dexterous hands, and two control commands for the base. 2) Robot state observations: a 55-dimensional state vector detailing the position and torque information of the left and right robotic arms (7 joints each) and dexterous hands (5 finger joints each), as well as the operators gaze coordinates (x, y) and gaze validity flag. 3) Multi-view visual observations: includes four synchronized RGB video streams, each with a resolution of 640x480 and a frame rate of 15 fps, from the left camera, right camera, user perspective camera, and user gaze tracking camera. All videos are encoded in AV1. The dataset consists of 40 complete task execution episodes, totaling 17,486 time steps (frames), corresponding to a single task. Data is stored in Parquet format for observations and actions, and MP4 format for videos, with a total data volume of approximately 300 MB. The dataset only includes a training set split. It can be used for research in robot imitation learning, reinforcement learning, multimodal perception, and control policy learning.
数据集总览
- 名称:1cube-to-2baskets
- 许可证:Apache-2.0
- 任务类别:机器人学(Robotics)
- 创建工具:基于 LeRobot 生成
- 代码库版本:v3.0
- 机器人类型:blueberry_ros
数据集规模
- 总片段数(episodes):40
- 总帧数(frames):17,486
- 总任务数(tasks):1
- 数据分块大小:1,000 帧/块
- 数据文件大小:约 100 MB
- 视频文件大小:约 200 MB
- 帧率(fps):15
- 训练/测试划分:训练集为全量数据(帧索引 0 至 39)
数据特征
数据包含动作(action)、观测状态(observation.state)以及多种图像观测(observation.images):
- action:26 维浮点向量,包含双臂线性/角速度、双手指关节位置、基座控制等。
- observation.state:55 维浮点向量,包含双臂关节位置与力矩、双手关节位置与力矩、注视点坐标及有效性标志。
- observation.images:四组视频数据,均为 480×640 像素、3 通道,编码格式为 AV1:
- left:左侧相机图像
- right:右侧相机图像
- user:用户视角图像
- user_gaze:用户注视点图像
- 其他字段:时间戳(float32)、帧索引(int64)、片段索引(int64)、全局索引(int64)、任务索引(int64)。
数据结构
- 数据文件路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频文件路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4 - 配置名称:
default,对应数据文件data/*/*.parquet




