1cube-to-1basket
收藏资源简介:
该数据集是一个机器人学数据集,使用LeRobot框架创建,专门用于机器人模仿学习与控制任务。数据采集自名为blueberry_ros的双臂移动机器人,执行单一任务(推测为物体操作任务)。数据集规模为80个完整任务回合,共计34,857帧数据,帧率为15 FPS。数据集采用多模态形式,包含机器人的动作指令、本体状态观测以及多视角视觉观测。具体而言,动作数据是一个26维的浮点向量,编码了左右机械臂的末端执行器线速度、角速度,左右手各手指的关节位置,以及移动底盘的操纵杆指令。状态观测是一个55维的浮点向量,包含了左右机械臂(各7个关节)和左右手(各5个手指关节)的位置与力矩反馈,以及操作员的视线坐标和有效性标志。视觉观测部分提供了四个同步的视频流:左眼相机、右眼相机、用户视角相机和用户视线相机,每个视频的分辨率均为640x480(宽x高),RGB三通道,以AV1编码的MP4格式存储。此外,数据还包含时间戳、帧索引、回合索引等元数据。所有非视频数据以Parquet文件格式存储,并按每1000帧一个块进行组织。数据集仅提供训练集划分。该数据集适用于训练端到端的视觉-动作策略、行为克隆模型或进行机器人技能学习研究。
This dataset is a robotics dataset created using the LeRobot framework, specifically designed for robot imitation learning and control tasks. Data is collected from a dual-arm mobile robot named blueberry_ros, performing a single task (presumably an object manipulation task). The dataset consists of 80 complete task episodes, totaling 34,857 frames at a frame rate of 15 FPS. It is multimodal, containing robot action commands, proprioceptive state observations, and multi-view visual observations. Specifically, the action data is a 26-dimensional floating-point vector encoding linear and angular velocities of the end-effectors for both arms, joint positions for each finger of both hands, and joystick commands for the mobile base. The state observation is a 55-dimensional floating-point vector including position and torque feedback for both arms (7 joints each) and both hands (5 finger joints each), as well as the operators gaze coordinates and validity flags. The visual observation part provides four synchronized video streams: left eye camera, right eye camera, user perspective camera, and user gaze camera, each with a resolution of 640x480 (width x height), RGB three channels, stored in MP4 format with AV1 encoding. Additionally, the data includes metadata such as timestamps, frame indices, and episode indices. All non-video data is stored in Parquet file format, organized into chunks of 1000 frames each. The dataset only provides a training set split. It is suitable for training end-to-end vision-action policies, behavior cloning models, or conducting research on robot skill learning.
数据集概述:1cube-to-1basket
该数据集是一个面向机器人操作任务的仿真数据集,基于 LeRobot 框架创建,旨在支持机器人操控学习研究。
- 许可证:Apache-2.0
- 任务类别:机器人学
- 机器人类型:blueberry_ros
数据集规模与结构
- 总序列数:80
- 总帧数:34,857
- 总任务数:1
- 帧率:15 FPS
- 数据分块大小:1,000 帧/块
- 数据文件大小:约 100 MB
- 视频文件大小:约 200 MB
- 数据划分:所有 80 个序列均用于训练(
train: 0:80)
数据格式与路径
- 数据文件路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频文件路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
特征维度
每个时间步包含以下特征:
| 特征名称 | 数据类型 | 维度 | 说明 |
|---|---|---|---|
action |
float32 | (26,) | 包含左右手臂线性/角速度、手部关节位置、基座移动控制量 |
observation.state |
float32 | (55,) | 包含左右手臂关节位置与力矩、手部关节位置与力矩、注视点坐标 |
observation.images.left |
视频 | (480, 640, 3) | 左侧摄像头图像(AV1 编码,15 FPS) |
observation.images.right |
视频 | (480, 640, 3) | 右侧摄像头图像(AV1 编码,15 FPS) |
observation.images.user |
视频 | (480, 640, 3) | 用户视角图像(AV1 编码,15 FPS) |
observation.images.user_gaze |
视频 | (480, 640, 3) | 用户注视点图像(AV1 编码,15 FPS) |
timestamp |
float32 | (1,) | 时间戳 |
frame_index |
int64 | (1,) | 帧序号 |
episode_index |
int64 | (1,) | 所属序列序号 |
index |
int64 | (1,) | 全局索引 |
task_index |
int64 | (1,) | 任务索引 |
动作空间
动作向量共 26 维,具体如下:
- 左臂线性速度 (x, y, z) + 角速度 (x, y, z)
- 左手五指关节位置 (pinky, ring, middle, index, thumb1, thumb2)
- 右臂线性速度 (x, y, z) + 角速度 (x, y, z)
- 右手五指关节位置 (pinky, ring, middle, index, thumb1, thumb2)
- 基座移动控制 (x, y)
观测状态空间
观测状态向量共 55 维,包括:
- 左臂 7 个关节位置 + 左手 6 个关节位置
- 右臂 7 个关节位置 + 右手 6 个关节位置
- 左臂 7 个关节力矩 + 左手 6 个关节力矩
- 右臂 7 个关节力矩 + 右手 6 个关节力矩
- 注视点坐标 (x, y, valid)
可视化工具
可通过 Hugging Face Space 在线浏览该数据集。




