RoboTwin_adjust_bottle_clean
收藏资源简介:
该数据集由LeRobot项目创建,专用于机器人技术研究,是一个机器人操作数据集。它包含50个完整的操作序列(episodes),总计6902个数据帧,所有数据均划分至训练集。数据以parquet文件格式存储,总数据文件大小约为100MB,视频文件大小约为200MB。数据集记录了ALOHA机器人双臂系统的操作数据,帧率为15fps。数据特征包括:机器人状态观测(如双臂末端执行器的位置、四元数朝向和夹爪开合状态,共16维浮点数);动作数据(20x14维的浮点数数组,包含双臂末端执行器的位置、轴角朝向和夹爪指令);来自四个摄像头的图像观测,包括高架相机(cam_high)、左腕相机(cam_left_wrist)、右腕相机(cam_right_wrist)以及高架相机的操纵器掩膜图像(cam_high_manipulator_mask),所有图像均为3通道、240x320分辨率;此外还包含时间戳、帧索引、序列索引、全局索引和任务索引等元数据字段。该数据集适用于机器人模仿学习、强化学习、视觉运动策略学习等任务。
This dataset is created by the LeRobot project and is designed for robotics research, specifically as a robot manipulation dataset. It contains 50 complete operation episodes, totaling 6902 data frames, all allocated to the training set. The data is stored in parquet format, with a total data file size of approximately 100MB and video files of about 200MB. It records operation data from the ALOHA robot dual-arm system at a frame rate of 15fps. Features include: robot state observations (such as positions, quaternion orientations, and gripper states of both arm end-effectors, represented as 16-dimensional floating-point numbers); action data (a 20x14-dimensional floating-point array containing positions, axis-angle orientations, and gripper commands for both arms); image observations from four cameras, including an overhead camera (cam_high), left wrist camera (cam_left_wrist), right wrist camera (cam_right_wrist), and a manipulator mask image from the overhead camera (cam_high_manipulator_mask), all images are 3-channel with a resolution of 240x320; additionally, metadata fields such as timestamps, frame indices, episode indices, global indices, and task indices are included. This dataset is suitable for tasks like robot imitation learning, reinforcement learning, and visual-motor policy learning.
RoboTwin_adjust_bottle_clean 数据集概述
本数据集是一个面向机器人操作任务的仿真数据集,使用 LeRobot 框架创建,旨在支持机器人双臂操作的模仿学习与策略训练。
基本信息
- 许可证: Apache-2.0
- 任务类别: 机器人学(Robotics)
- 机器人类型: ALOHA 双臂机器人
- 总片段数: 50 条任务演示
- 总帧数: 6902 帧
- 总任务数: 1 个
- 帧率: 15 FPS
- 数据集总大小: 数据文件约 100 MB,视频文件约 200 MB
数据划分
- 训练集: 全部 50 个片段(索引 0:50),无测试集或验证集划分。
数据特征
数据集包含以下特征字段:
| 特征名 | 数据类型 | 形状 | 描述 |
|---|---|---|---|
observation.state |
float32 | (16,) | 机器人双(7个关节角度 + 1个夹爪开合度)共 16 维状态向量 |
action |
float32 | (20, 14) | 20步未来动作序列,每步包含左/右臂 x、y、z 坐标、轴角、夹爪开合度共 14 维 |
observation.images.cam_high |
图像 | (3, 240, 320) | 高角度全局相机 RGB 图像 |
observation.images.cam_left_wrist |
图像 | (3, 240, 320) | 左腕部相机 RGB 图像 |
observation.images.cam_right_wrist |
图像 | (3, 240, 320) | 右腕部相机 RGB 图像 |
observation.images.cam_high_manipulator_mask |
图像 | (3, 240, 320) | 高角度机械臂掩码图像 |
timestamp |
float32 | (1,) | 时间戳 |
frame_index |
int64 | (1,) | 帧索引 |
episode_index |
int64 | (1,) | 片段索引 |
index |
int64 | (1,) | 全局索引 |
task_index |
int64 | (1,) | 任务索引 |
状态与动作空间
- 状态空间(
observation.state): 共 16 维,依次为左臂 x、y、z、四元数(qw,qx,qy,qz)、夹爪开合度,右臂 x、y、z、四元数、夹爪开合度。 - 动作空间(
action): 20步未来动作(序列维度),每步 14 维,依次为左臂 x、y、z、轴角(3维)、夹爪开合度,右臂 x、y、z、轴角(3维)、夹爪开合度。
数据存储结构
- 数据文件: 打包为 Parquet 格式,路径
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频文件: 录制为 MP4 格式,路径
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4




