CoolFace
Datasetpublic

haosulab/ManiSkill_Demonstrations

ManiSkill Demonstrations This dataset repo contains all of the latest ManiSkill demonstration datasets as well as some pretained model weights used to generate some demonstrations. To download by environment ID run python -m mani_skill.utils.download_demo env_id You can also replace env_id with "all" to download all demos. For the previous ManiSkill2 paper's demonstration data (v0.5.3 of the mani_skill package) see https://huggingface.co/datasets/haosulab/ManiSkill2 The… See the full description on the dataset page: https://huggingface.co/datasets/haosulab/ManiSkill_Demonstrations.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
10likes2.8kdownloads
Dataset Card

ManiSkill Demonstrations

This dataset repo contains all of the latest ManiSkill demonstration datasets as well as some pretained model weights used to generate some demonstrations. To download by environment ID run

python -m mani_skill.utils.download_demo env_id

You can also replace env_id with "all" to download all demos.

For the previous ManiSkill2 paper's demonstration data (v0.5.3 of the mani_skill package) see https://huggingface.co/datasets/haosulab/ManiSkill2

The demonstrations are organized first by environment ID / task ID, then organized into subfolders indicating where the demonstration data is sourced from (motionplanning, rl, teleop). In the subfolders there may sometimes be several demonstration .h5 dataset files which are typically labelled by the control mode the actions in the dataset are using.

Motionplanning Demonstration Examples <div style="display: flex; justify-content: center;"> <video playsinline autoplay muted loop> <source src="https://huggingface.co/datasets/haosulab/ManiSkillDemonstrations/resolve/main/samplevideos/PegInsertionSide-v1-motionplanning.mp4?download=true"> </video> <video playsinline autoplay muted loop> <source src="https://huggingface.co/datasets/haosulab/ManiSkillDemonstrations/resolve/main/samplevideos/PickCube-v1-motionplanning.mp4?download=true"> </video> </div>

RL Demonstration Examples <div style="display: flex; justify-content: center;"> <video playsinline autoplay muted loop> <source src="https://huggingface.co/datasets/haosulab/ManiSkillDemonstrations/resolve/main/samplevideos/PushT-v1-rl.mp4?download=true"> </video>

<video playsinline autoplay muted loop> <source src="https://huggingface.co/datasets/haosulab/ManiSkillDemonstrations/resolve/main/samplevideos/AnymalC-Reach-v1-rl.mp4?download=true"> </video> </div>

Contributing Demonstrations

To contribute demos follow the structure of other tasks by adding them to

demos/<env_id>/<demo_type>/

and provide a sample.mp4 file as a sample video of the demonstration and the demo trajectory.h5 file.

Then run git add . and bash hooks/zip_modified_demos.sh to add your new demos to the dataset to be tracked by git LFS and update the zip file (for easy download from HF).