robomimic
收藏资源简介:
该数据集包含robosuite机器人任务的演示数据,主要用于机器人模仿学习研究。数据集包含两个目录:`images`存储原始图像观测,`dino3-embeddings`存储相同观测经过DINOv3小模型提取的384维图像嵌入,两种格式内容完全对应。数据采集使用了两种摄像机视角:robotview(机器人视角)和eye_in_hand(手眼相机视角),并记录了密集奖励信号。具体包含三个任务:方块抓取(block-lifting)、螺母装配(nut-assembly)和方块堆叠(block-stacking),均使用Panda机械臂,由熟练人类操作员演示。其中方块抓取和螺母装配的200个演示来自robomimic数据集,而方块堆叠的10个演示是使用robosuite数据收集脚本通过键盘控制原始收集的。图像分辨率为512x512,总演示数量为410个。该数据集适用于视觉-动作策略学习、表示学习、机器人操作技能模仿等研究场景。
This dataset contains demonstration data for robosuite robot tasks, primarily used for robot imitation learning research. It includes two directories: `images` stores raw image observations, and `dino3-embeddings` stores 384-dimensional image embeddings extracted by the DINOv3 small model from the same observations, with both formats fully corresponding. Data collection utilizes two camera views: robotview (robot perspective) and eye_in_hand (hand-eye camera perspective), and records dense reward signals. Specifically, it comprises three tasks: block-lifting, nut-assembly, and block-stacking, all performed using the Panda robotic arm and demonstrated by skilled human operators. Among them, 200 demonstrations for block-lifting and nut-assembly are sourced from the robomimic dataset, while 10 demonstrations for block-stacking are originally collected via keyboard control using the robosuite data collection script. The image resolution is 512x512, and the total number of demonstrations is 410. This dataset is suitable for research scenarios such as vision-action policy learning, representation learning, and robot manipulation skill imitation.
数据集概述
- 数据集名称:robomimic
- 许可证:MIT
- 任务类别:机器人学
- 数据规模:少于1000个样本
数据集内容
该数据集包含由robosuite任务生成的演示数据,分为两个子目录:
- images:存储原始图像格式的摄像头观测数据。
- dino3-embeddings:存储由DINOv3模型(小版本)从图像中提取的嵌入向量。
两个目录中的演示内容完全相同,仅观测数据的存储格式不同。
数据来源与采集
- 数据包括两个摄像头视角:robotview(机器人视角)和eye_in_hand(手眼视角)。
- 数据记录密集奖励(dense rewards)。
- 任务来源:
- block-lifting(方块提升)和nut-assembly(螺母装配)演示来自robomimic标准数据集。
- block-stacking(方块堆叠)演示为原创,通过键盘在robosuite环境中收集。
- 嵌入模型:DINOv3是一个开源图像嵌入模型。
任务详情
| 任务 | 机器人 | 策略 | 奖励类型 | 图像分辨率 | 演示数量 |
|---|---|---|---|---|---|
| robosuite/block-lifting | Panda arm | 精通人类 | 密集 | 512x512 | 200 |
| robosuite/nut-assembly | Panda arm | 精通人类 | 密集 | 512x512 | 200 |
| robosuite/block-stacking | Panda arm | 精通人类 | 密集 | 512x512 | 10 |
- DINOv3嵌入维度:384维。
示例轨迹
数据集中包含每个任务的示例轨迹动画:
- Block Lifting:
robotview视角动画(gifs/block_robotview.gif)、eye_in_hand视角动画(gifs/block_eye_in_hand.gif)。 - Nut Assembly:
robotview视角动画(gifs/nut_robotview.gif)、eye_in_hand视角动画(gifs/nut_eye_in_hand.gif)。 - Block Stacking:
robotview视角动画(gifs/stack_robotview.gif)、eye_in_hand视角动画(gifs/stack_eye_in_hand.gif)。




