robotwin-block-shortcut
收藏资源简介:
该数据集是一个用于机器人学习的演示数据集,基于LeRobot框架创建,记录了双臂ALOHA机器人在执行任务过程中的状态-动作对及多视角视觉观测。核心数据包括:14维的机器人关节状态向量(分别对应左、右机械臂的腰部、肩部、肘部、前臂滚动、手腕角度、手腕旋转和夹爪位置)和14维的动作向量;以及来自三个固定摄像头(高位、左腕部、右腕部)的RGB图像,每张图像分辨率为640x480。所有数据以50Hz的频率同步采集。数据集共包含100个任务回合,总计16,849个数据帧,涵盖了2种不同的任务。数据以Parquet格式存储,并已预先划分为训练集。该数据集适用于机器人模仿学习、强化学习、视觉运动策略学习等研究任务。
This dataset is a demonstration dataset for robotic learning, developed based on the LeRobot framework. It records state-action pairs and multi-view visual observations of a dual-arm ALOHA robot during task execution. The core data includes: a 14-dimensional robotic joint state vector (corresponding respectively to the waist, shoulder, elbow, forearm roll, wrist angle, wrist rotation and gripper position of the left and right robotic arms) and a 14-dimensional action vector; as well as RGB images from three fixed cameras (high-mounted, left wrist-mounted and right wrist-mounted), each with a resolution of 640x480. All data is synchronously collected at a frequency of 50Hz. The dataset contains a total of 100 task episodes, with 16,849 data frames in total, covering 2 distinct tasks. The data is stored in Parquet format and has been pre-partitioned into training sets. This dataset is applicable to research tasks such as robotic imitation learning, reinforcement learning and visuomotor policy learning.
数据集概述
- 数据集名称:robotwin-block-shortcut
- 许可协议:Apache-2.0
- 任务类别:机器人学 (Robotics)
- 标签:LeRobot
数据集结构
- 总片段数 (Episodes):100
- 总帧数 (Frames):16,849
- 总任务数 (Tasks):2
- 数据帧率 (FPS):50
- 数据文件格式:Parquet
- 视频文件格式:MP4
- 数据文件大小:100 MB
- 视频文件大小:200 MB
- 机器人类型:aloha
特征 (Features)
数据集包含以下特征:
- observation.state:14维浮点型数组,表示机器人左右臂的关节状态(包括腰部、肩部、肘部、前臂旋转、腕部角度、腕部旋转、夹爪)。
- action:14维浮点型数组,表示机器人左右臂的动作指令(与 observation.state 对应)。
- observation.images.cam_high:3通道、480x640像素的RGB图像,来自高角度摄像头。
- observation.images.cam_left_wrist:3通道、480x640像素的RGB图像,来自左腕部摄像头。
- observation.images.cam_right_wrist:3通道、480x640像素的RGB图像,来自右腕部摄像头。
- timestamp:浮点型时间戳。
- frame_index:整数型帧索引。
- episode_index:整数型片段索引。
- index:整数型全局索引。
- task_index:整数型任务索引。
数据集划分
- 训练集 (Train):包含所有100个片段(索引0:100)。
创建工具
该数据集使用 LeRobot 创建。




