CoolFace
Datasetpublic

dreamdifferent/vam-cross-target-widowx250-native-corner-front

This dataset was created using LeRobot. Dataset Description 30.10 minutes (160 episodes, 160 marked successful) of the VAM-Cross target collection for widowx250 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-target-widowx250-native-corner-front.

sourceHugging Facecc-by-4.0updated 9d agoView on Hugging Face
0likes112downloads
Dataset Card

This dataset was created using LeRobot.

<a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=dreamdifferent/vam-cross-target-widowx250-native-corner-front"> <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

30.10 minutes (160 episodes, 160 marked successful) of the VAM-Cross target collection for widowx250 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:

json
{
    "codebase_version": "v3.0",
    "fps": 30,
    "features": {
        "observation.state": {
            "dtype": "float32",
            "shape": [
                8
            ],
            "names": {
                "axes": [
                    "joint_0",
                    "joint_1",
                    "joint_2",
                    "joint_3",
                    "joint_4",
                    "joint_5",
                    "gripper_0",
                    "gripper_1"
                ]
            }
        },
        "observation.joint_position": {
            "dtype": "float32",
            "shape": [
                6
            ],
            "names": {
                "axes": [
                    "joint_0",
                    "joint_1",
                    "joint_2",
                    "joint_3",
                    "joint_4",
                    "joint_5"
                ]
            }
        },
        "observation.joint_velocity": {
            "dtype": "float32",
            "shape": [
                6
            ],
            "names": {
                "axes": [
                    "joint_0",
                    "joint_1",
                    "joint_2",
                    "joint_3",
                    "joint_4",
                    "joint_5"
                ]
            }
        },
        "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": [
                6
            ],
            "names": {
                "axes": [
                    "joint_0",
                    "joint_1",
                    "joint_2",
                    "joint_3",
                    "joint_4",
                    "joint_5"
                ]
            }
        },
        "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"
                ]
            }
        },
        "replay.robot_joint_position": {
            "dtype": "float64",
            "shape": [
                8
            ],
            "names": {
                "axes": [
                    "waist",
                    "shoulder",
                    "elbow",
                    "forearm_roll",
                    "wrist_angle",
                    "wrist_rotate",
                    "left_finger",
                    "right_finger"
                ]
            }
        },
        "replay.manip_object_pose": {
            "dtype": "float64",
            "shape": [
                7
            ],
            "names": {
                "axes": [
                    "x",
                    "y",
                    "z",
                    "qw",
                    "qx",
                    "qy",
                    "qz"
                ]
            }
        },
        "replay.target_object_pose": {
            "dtype": "float64",
            "shape": [
                7
            ],
            "names": {
                "axes": [
                    "x",
                    "y",
                    "z",
                    "qw",
                    "qx",
                    "qy",
                    "qz"
                ]
            }
        },
        "replay.object_presence": {
            "dtype": "bool",
            "shape": [
                2
            ],
            "names": {
                "axes": [
                    "manip_obj",
                    "target_obj"
                ]
            }
        },
        "replay.sim_time_s": {
            "dtype": "float64",
            "shape": [
                1
            ],
            "names": {
                "axes": [
                    "seconds"
                ]
            }
        },
        "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": 160,
    "total_frames": 54347,
    "total_tasks": 1,
    "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": "widowx250",
    "splits": {
        "train": "0:160"
    }
}

Citation

BibTeX:

bibtex
[More Information Needed]