CoolFace
Datasetpublic

felsager/ManiSkill_StackCube-v1_mp_recomputed_stats

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "fps": 10, "features": { "episode_index": { "dtype": "int64", "shape": [ 1 ], "names": null }, "frame_index": { "dtype": "int64", "shape": [ 1 ], "names": null }, "timestamp": {… See the full description on the dataset page: https://huggingface.co/datasets/felsager/ManiSkill_StackCube-v1_mp_recomputed_stats.

sourceHugging Faceapache-2.0updated 14d agoView on Hugging Face
0likes78downloads
Dataset Card

This dataset was created using LeRobot.

<a class="flex" href="https://huggingface.co/spaces/lerobot/visualizedataset?path=felsager/ManiSkillStackCube-v1mprecomputed_stats"> <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

  • —Homepage: [More Information Needed]
  • —Paper: [More Information Needed]
  • —License: apache-2.0

Dataset Structure

meta/info.json:

json
{
    "codebase_version": "v3.0",
    "fps": 10,
    "features": {
        "episode_index": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": null
        },
        "frame_index": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": null
        },
        "timestamp": {
            "dtype": "float32",
            "shape": [
                1
            ],
            "names": null
        },
        "action": {
            "dtype": "float32",
            "shape": [
                8
            ],
            "names": {
                "motors": [
                    "joint_0",
                    "joint_1",
                    "joint_2",
                    "joint_3",
                    "joint_4",
                    "joint_5",
                    "joint_6",
                    "gripper"
                ]
            },
            "fps": 10
        },
        "next.done": {
            "dtype": "bool",
            "shape": [
                1
            ],
            "names": null,
            "fps": 10
        },
        "task_index": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": null
        },
        "index": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": null
        },
        "terminated": {
            "dtype": "bool",
            "shape": [
                1
            ],
            "names": null,
            "fps": 10
        },
        "truncated": {
            "dtype": "bool",
            "shape": [
                1
            ],
            "names": null,
            "fps": 10
        },
        "success": {
            "dtype": "bool",
            "shape": [
                1
            ],
            "names": null,
            "fps": 10
        },
        "reward": {
            "dtype": "float32",
            "shape": [
                1
            ],
            "names": null,
            "fps": 10
        },
        "observation.images.base_camera": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channel"
            ],
            "video_info": {
                "video.fps": 10.0,
                "video.codec": "libx264",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "has_audio": false
            },
            "info": {}
        },
        "observation.images.hand_camera": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channel"
            ],
            "video_info": {
                "video.fps": 10.0,
                "video.codec": "libx264",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "has_audio": false
            },
            "info": {}
        },
        "observation.state": {
            "dtype": "float32",
            "shape": [
                9
            ],
            "names": [
                "robot_panda_joint1_pos",
                "robot_panda_joint2_pos",
                "robot_panda_joint3_pos",
                "robot_panda_joint4_pos",
                "robot_panda_joint5_pos",
                "robot_panda_joint6_pos",
                "robot_panda_joint7_pos",
                "robot_gripper_finger_1_pos",
                "robot_gripper_finger_2_pos"
            ],
            "fps": 10
        }
    },
    "total_episodes": 1000,
    "total_frames": 107420,
    "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": "panda",
    "splits": {
        "train": "0:1000"
    }
}

Citation

BibTeX:

bibtex
[More Information Needed]