UR10e-LinearGripper-Jig-SimDist-Dataset
收藏资源简介:
本数据集是UR10e线性夹爪机器人执行JigV2插入BottomEnclosure任务的仿真数据集,基于SimDist(Simulation Distillation)第二阶段程序生成,用于预训练潜在世界模型。数据生成过程通过采样动作噪声协方差、交替使用专家策略与次优检查点、以及注入连续扰动(包括对夹爪命令进行翻转)来模拟错误、恢复和失败轨迹,以提高规划器对专家分布外区域的覆盖能力。数据集包含多个HDF5分片文件,每个文件包含时间步序列字段:proprio(20维浮点数,包括夹爪动作、手臂动作、关节位置、末端执行器位姿和接触状态)、三视角RGB图像(前、侧、腕部,JPEG编码,质量90)、原始策略动作(7维浮点数)、奖励(浮点数)、专家价值函数(浮点数)、专家标志(布尔值,表示是否处于无扰动的专家轨迹)、环境ID和片段ID。观测不包含任何物体真实位姿信息,以迫使世界模型编码器学习非特权表示。数据集规模尚未确定,但方法对数据量高度敏感(论文中全规模成功率为0.90,50%规模为0.72,10%规模为0.06)。注意:专家策略训练时,由于记录器bug,ObjectPartiallyAssembledEEGrasped状态中仅约33%真正抓取了物体,该问题无法修复。数据集遵循MIT许可证。
This dataset is a simulated dataset of UR10e linear gripper robot performing JigV2 insertion of BottomEnclosure task, generated by the second phase of SimDist (Simulation Distillation) program for pre-training latent world models. The data generation process simulates error, recovery, and failure trajectories by sampling action noise covariance, alternating between expert policies and suboptimal checkpoints, and injecting continuous perturbations (including flipping gripper commands) to improve the planners coverage of out-of-distribution regions of the expert. The dataset consists of multiple HDF5 shard files, each containing time-step sequence fields: proprio (20-dimensional float, including gripper action, arm action, joint positions, end-effector pose, and contact state), three-view RGB images (front, side, wrist, JPEG encoded, quality 90), raw policy action (7-dimensional float), reward (float), expert value function (float), expert flag (boolean indicating whether the trajectory is undisturbed expert), environment ID, and episode ID. Observations do not include any object ground truth pose information to force the world model encoder to learn non-privileged representations. The dataset size is not yet determined, but the method is highly sensitive to data volume (paper reports 0.90 success rate for full scale, 0.72 for 50% scale, 0.06 for 10% scale). Note: During expert policy training, due to a recorder bug, only about 33% of the ObjectPartiallyAssembledEEGrasped states actually have grasped objects; this issue cannot be fixed. The dataset is licensed under MIT.
UR10e Linear Gripper — Jig / Bottom Enclosure — SimDist Stage-2 数据集
数据集概述
这是一个用于机器人操作任务的动作条件仿真回放数据集,专为预训练潜在世界模型而设计。数据集由 Simulation Distillation (SimDist) 阶段2程序生成,相关论文发表于RSS 2026(arXiv:2603.15759),代码以MIT许可开源。
注意:当前数据集状态为占位符,生成尚未运行。
任务描述
- 操作任务:将
JigV2插入件装配到BottomEnclosure接收件中 - 机器人平台:UR10e机械臂,配备定制线性双颚夹爪
- 仿真环境:IsaacLab模拟
- 控制频率:10 Hz
- 回合时长:16秒(160步)
- 动作空间:6维相对末端执行器姿态(笛卡尔OSC)+ 1维二进制夹爪命令
生成方法
数据集采用SimDist算法2生成,核心机制包括:
- 动作噪声协方差:每个环境采样对角动作噪声协方差
- 策略分配:每次重置时,环境以0.5概率分配给专家策略,否则分配给随机抽取的次优检查点
- 扰动注入:高斯动作扰动以
U[1,5]步的连续片段注入,与U[5,10]步的干净片段交替 - 夹爪扰动:通过翻转开/关命令而非添加噪声来扰动二进制夹爪维度
- 数据覆盖目的:确保数据集包含错误、恢复和失败样本,而非仅包含干净的专家轨迹(论文消融实验显示仅用专家数据会使成功率从0.90降至0.10)
数据内容
每个数据分片包含一个HDF5文件,所有数组共享前导时间步轴:
| 字段 | 类型 | 说明 |
|---|---|---|
proprio |
float32 (N, 20) |
上次夹爪动作(1)、上次手臂动作(6)、手臂关节位置(6)、末端执行器姿态(6)、二进制接触(1) |
front_rgb, side_rgb, wrist_rgb |
vlen uint8 (N,) |
JPEG编码图像,质量90 |
actions |
float32 (N, 7) |
原始策略输出(动作缩放之前) |
rewards |
float32 (N,) |
奖励值 |
values |
float32 (N,) |
专家评论家的V(s)值(始终使用最终检查点) |
expert_flags |
bool (N,) |
仅在专家策略且动作未受扰动时为真 |
env_ids, episode_ids |
int32 (N,) |
回合边界标记 |
设计要点
- 观测非特权:观测字段中不包含任何地面真值物体位姿,防止世界模型编码器直接读取物体位姿
- 特权状态使用:仅用于奖励计算和评论家网络
- 图像存储:采用JPEG编码而非原始格式,224像素分辨率下每步约30,714字节(原始格式为451,584字节/步,float32表示则为1.8 MB/步)
已知限制
- 数据规模敏感性:方法对数据集规模高度敏感(论文表I:完整规模成功率0.90,50%规模为0.72,10%规模仅为0.06)
- 专家训练缺陷:专家策略训练时使用的重置混合中,
ObjectPartiallyAssembledEEGrasped仅有约33%真正持握物体(由已修复的记录器错误导致),该问题无法追溯修复,已如实记录
关联资源
- 专家策略、检查点阶梯和值函数来自:UR10e-LinearGripper-Jig-BottomEnclosure-Stage1
- 重置状态来自:UR10e-LinearGripper-Jig-BottomEnclosure-Resets
许可协议
MIT许可证(遵循上游SimDist项目的许可)。




