dreamdifferent/vam-cross-level1-kuka-iiwa14-widowx-texture
This dataset was created using LeRobot. Dataset Description 14.75 minutes (175 episodes, 175 marked successful) of the VAM-Cross level1 collection for kuka_iiwa14 in MuJoCo at 30 Hz using the widowx-texture robot appearance. Observations include RGB, joint state, gripper state, and achieved EE pose; actions include the full commanded EE pose and gripper command. Task assets are derived from the MolmoSpaces THOR 20251117 asset release (MolmoSpaces commit… See the full description on the dataset page: https://huggingface.co/datasets/dreamdifferent/vam-cross-level1-kuka-iiwa14-widowx-texture.
This dataset was created using LeRobot.
<a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=dreamdifferent/vam-cross-level1-kuka-iiwa14-widowx-texture"> <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/> <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/> </a>
Dataset Description
14.75 minutes (175 episodes, 175 marked successful) of the VAM-Cross level1 collection for kuka_iiwa14 in MuJoCo at 30 Hz using the widowx-texture robot appearance. Observations include RGB, joint state, gripper state, and achieved EE pose; actions include the full commanded EE pose and gripper command. Task assets are derived from the MolmoSpaces THOR 20251117 asset release (MolmoSpaces commit d89ebc1714dcc39f7581305b0cbeb20326eea332) under CC-BY-4.0.
- Homepage: https://github.com/rohwalia/vam_cross
- Paper: [More Information Needed]
- License: cc-by-4.0
Dataset Structure
meta/info.json:
{
"codebase_version": "v3.0",
"fps": 30,
"features": {
"observation.state": {
"dtype": "float32",
"shape": [
9
],
"names": {
"axes": [
"joint_0",
"joint_1",
"joint_2",
"joint_3",
"joint_4",
"joint_5",
"joint_6",
"gripper_0",
"gripper_1"
]
}
},
"observation.joint_position": {
"dtype": "float32",
"shape": [
7
],
"names": {
"axes": [
"joint_0",
"joint_1",
"joint_2",
"joint_3",
"joint_4",
"joint_5",
"joint_6"
]
}
},
"observation.joint_velocity": {
"dtype": "float32",
"shape": [
7
],
"names": {
"axes": [
"joint_0",
"joint_1",
"joint_2",
"joint_3",
"joint_4",
"joint_5",
"joint_6"
]
}
},
"observation.gripper_position": {
"dtype": "float32",
"shape": [
2
],
"names": {
"axes": [
"gripper_0",
"gripper_1"
]
}
},
"observation.ee_pose": {
"dtype": "float32",
"shape": [
16
],
"names": {
"axes": [
"m00",
"m01",
"m02",
"m03",
"m10",
"m11",
"m12",
"m13",
"m20",
"m21",
"m22",
"m23",
"m30",
"m31",
"m32",
"m33"
]
}
},
"observation.object_position": {
"dtype": "float32",
"shape": [
3
],
"names": {
"axes": [
"x",
"y",
"z"
]
}
},
"observation.target_position": {
"dtype": "float32",
"shape": [
3
],
"names": {
"axes": [
"x",
"y",
"z"
]
}
},
"action.ee_pose": {
"dtype": "float32",
"shape": [
16
],
"names": {
"axes": [
"m00",
"m01",
"m02",
"m03",
"m10",
"m11",
"m12",
"m13",
"m20",
"m21",
"m22",
"m23",
"m30",
"m31",
"m32",
"m33"
]
}
},
"action.gripper_position": {
"dtype": "float32",
"shape": [
1
],
"names": {
"axes": [
"gripper"
]
}
},
"legacy.realized_joint_position": {
"dtype": "float32",
"shape": [
7
],
"names": {
"axes": [
"joint_0",
"joint_1",
"joint_2",
"joint_3",
"joint_4",
"joint_5",
"joint_6"
]
}
},
"source.timestamp_s": {
"dtype": "float64",
"shape": [
1
],
"names": {
"axes": [
"seconds"
]
}
},
"source.frame_index": {
"dtype": "int64",
"shape": [
1
],
"names": {
"axes": [
"frame_index"
]
}
},
"episode.success": {
"dtype": "bool",
"shape": [
1
],
"names": {
"axes": [
"success"
]
}
},
"observation.images.corner_cam": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.fps": 30,
"video.channels": 3,
"has_audio": false,
"video.g": 30,
"video.crf": 30,
"video.preset": null,
"video.fast_decode": 0,
"video.video_backend": "pyav",
"video.extra_options": {},
"is_depth_map": false
}
},
"observation.images.front_cam": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.fps": 30,
"video.channels": 3,
"has_audio": false,
"video.g": 30,
"video.crf": 30,
"video.preset": null,
"video.fast_decode": 0,
"video.video_backend": "pyav",
"video.extra_options": {},
"is_depth_map": false
}
},
"timestamp": {
"dtype": "float32",
"shape": [
1
],
"names": null
},
"frame_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"episode_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"task_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
}
},
"total_episodes": 175,
"total_frames": 26722,
"total_tasks": 7,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
"robot_type": "kuka_iiwa14",
"splits": {
"train": "0:175"
}
}Citation
BibTeX:
[More Information Needed]