CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01surgingTu /robot-maniskill-image-state-dataset-v1 Robot ManiSkill Image–State Dataset 0. Update 12.22 pickcube_rgb_random_v2: having a broader distribution of viewpoints and qpos values 12.14 pickcube_rgb_traj_v3: official PickCube-v1 scene RGBD trajectories (Type-1 scaling baseline) 12.2 delete pickcube_rgb_traj_v1 11.30 pickcube_rgb_traj_v2: rendering images with cube in pickcube task. 11.28 pickcube_rgb_traj_v1: Trajectory subset… See the full description on the dataset page: https://huggingface.co/datasets/surgingTu/robot-maniskill-image-state-dataset-v1.2 likes12k downloads18d agoHugging Face02haosulab /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.reinforcement-learning1M<n<10M10 likes2.9k downloads1y agoHugging Face03haosulab /ManiSkill2 ManiSkill2 Data Update: ManiSkill 3 has been released https://github.com/haosulab/ManiSkill/. It uses different datasets than ManiSkill2 so the data here is not expected to transfer over ManiSkill2 is a unified benchmark for learning generalizable robotic manipulation skills powered by SAPIEN. It features 20 out-of-box task families with 2000+ diverse object models and 4M+ demonstration frames. Moreover, it empowers fast visual input learning algorithms so that a CNN-based… See the full description on the dataset page: https://huggingface.co/datasets/haosulab/ManiSkill2.reinforcement-learning1M<n<10M12 likes2.1k downloads2y agoHugging Face04Juelg /RPD-maniskill Maniskill Sub-Dataset in RLDS Format used in RPD This repository contains the maniskill subset in RLDS format used to train Octo and OpenVLA in the paper Refined Policy Distillation: From VLA Generalists to RL Experts, which distilled these models using RL. Project page: https://refined-policy-distillation.github.io Code: https://github.com/Refined-Policy-Distillation/RPD Checkout octo-base-1.5-finetuned-maniskill and openvla-7b-finetuned-maniskill which have been fine-tuned with… See the full description on the dataset page: https://huggingface.co/datasets/Juelg/RPD-maniskill.robotics1 likes1.8k downloads8mo agoHugging Face05RLinf /rlt-maniskill-PegInsertionSide-v1-400-succ RLT ManiSkill Joint Dataset Summary rlt_maniskill_joint is a LeRobot-style dataset for joint-control Robot Learning Token (RLT) training on the ManiSkill peg insertion task. It is designed for the RLinf + OpenPI pi05_rlt_joint pipeline and is used in three stages: OpenPI supervised fine-tuning (SFT) base policy training RLT Stage 1 RL-token training RLT Stage 2 online RL initialization and normalization The dataset corresponds to the ManiSkill task:… See the full description on the dataset page: https://huggingface.co/datasets/RLinf/rlt-maniskill-PegInsertionSide-v1-400-succ.image10K<n<100K0 likes1.7k downloads3mo agoHugging Face06lerobot-raw /maniskill_dataset_raw0 likes1.4k downloads2y agoHugging Face07haosulab /ManiSkill_bridge_v2_real2simAssets for Real2Sim evaluation of the Bridge v2 dataset from https://github.com/simpler-env/SimplerEnv/ robotics2 likes1.2k downloads2y agoHugging Face08kuroll /maniskill_all0 likes1k downloads2mo agoHugging Face09RLinf /maniskill_assets Asset Download The assets need to be placed into RLinf's ManiSkill environment folder with the name assets. # uv pip install huggingface_hub if you don't have it cd <path_to_RLinf>/rlinf/envs/maniskill hf download --repo-type dataset RLinf/maniskill_assets --local-dir ./assets You can also use git to clone the repository: cd <path_to_RLinf>/rlinf/envs/maniskill git clone https://hf.co/datasets/RLinf/maniskill_assets ./assets License Our assets are attributed to… See the full description on the dataset page: https://huggingface.co/datasets/RLinf/maniskill_assets.0 likes871 downloads11mo agoHugging Face10FACEONG /ManiSkill_manipulate0 likes815 downloads2y agoHugging Face11MinghaoFu /maniskill-dreamer4-expert0 likes798 downloads4mo agoHugging Face12onnoboru /maniskill3-sft-rgb-lerobot-1200epThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "maniskill3_sim", "total_episodes": 1200, "total_frames": 171480, "total_tasks": 6, "total_videos": 0, "total_chunks": 2, "chunks_size": 1000, "fps": 20, "splits": { "train": "0:1200" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path": null, "features":… See the full description on the dataset page: https://huggingface.co/datasets/onnoboru/maniskill3-sft-rgb-lerobot-1200ep.tabularrobotics100K<n<1M0 likes738 downloads3mo agoHugging Face13adwel94 /maniskill-cubeinbowl-lerobotvideo1K<n<10K0 likes589 downloads3mo agoHugging Face14yqi19 /conflict_experiment_maniskill ManiSkill 迁移指南(迁移到另一台工作站) 本文档说明如何将 datagen/ManiSkill 下的代码与工作流迁移到另一台工作站环境,并在新机器上完成依赖安装与数据生成流程。 1. 项目简介与目录结构 本仓库中的 ManiSkill 用于数据生成:通过 motion planning 生成 Pick/Pull 等任务的轨迹,replay 成带 RGB 的 H5,再转换为 LeRobot 格式数据集。 主要目录与脚本: 路径 说明 mani_skill/ ManiSkill 核心包(envs、agents、trajectory 等) scripts/ 数据生成脚本(如 run_verb_color_shape_motion_planning.py) demo_collection/ 收集 demo + 转 LeRobot 的脚本与依赖 demos/ 生成的轨迹 H5 与 JSON(可迁移或在新环境重新生成) lerobot_dataset/ 转换后的 LeRobot 数据集输出目录… See the full description on the dataset page: https://huggingface.co/datasets/yqi19/conflict_experiment_maniskill.0 likes522 downloads5mo agoHugging Face15makermods /maniskill_50ep_so101_blue_cube_orange_tray_20260812_131142This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "fps": 30, "features": { "action": { "dtype": "float32", "names": [ "shoulder_pan.pos", "shoulder_lift.pos", "elbow_flex.pos", "wrist_flex.pos", "wrist_roll.pos", "gripper.pos" ], "shape": [ 6… See the full description on the dataset page: https://huggingface.co/datasets/makermods/maniskill_50ep_so101_blue_cube_orange_tray_20260812_131142.tabularrobotics10K<n<100K0 likes486 downloads1mo agoHugging Face16makermods /maniskill_50ep_so101_blue_cube_orange_tray_20260811_114951This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "fps": 30, "features": { "action": { "dtype": "float32", "names": [ "shoulder_pan.pos", "shoulder_lift.pos", "elbow_flex.pos", "wrist_flex.pos", "wrist_roll.pos", "gripper.pos" ], "shape": [ 6… See the full description on the dataset page: https://huggingface.co/datasets/makermods/maniskill_50ep_so101_blue_cube_orange_tray_20260811_114951.tabularrobotics10K<n<100K0 likes455 downloads2mo agoHugging Face17johnMinelli /ManiSkill_TwoRobotStackCube-v1_recovery TwoRobotStackCube-v1 Dataset This dataset was converted from ManiSkill format to LeRobot format. It is part of the paper CroSTAta: Cross-State Transition Attention Transformer for Robotic Manipulation. Code: GitHub Repository Authors: Giovanni Minelli, Giulio Turrisi, Victor Barasuol, Claudio Semini Dataset Information Environment: TwoRobotStackCube-v1 Total Episodes: 1043 Total Frames: 25763 FPS: 20 Video Keys: ['observation.image'] Target Control Mode: Original… See the full description on the dataset page: https://huggingface.co/datasets/johnMinelli/ManiSkill_TwoRobotStackCube-v1_recovery.tabularrobotics10K<n<100K0 likes431 downloads7mo agoHugging Face18AdilZtn /Maniskill-Pushcube-demonstration-largeThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.0", "robot_type": null, "total_episodes": 1860, "total_frames": 0, "total_tasks": 0, "total_videos": 0, "total_chunks": 0, "chunks_size": 1000, "fps": 20, "splits": {}, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/AdilZtn/Maniskill-Pushcube-demonstration-large.imagerobotics10K<n<100K0 likes404 downloads1y agoHugging Face19Ruoxiang /maniskill_pi0This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.0", "robot_type": "panda", "total_episodes": 200, "total_frames": 21321, "total_tasks": 1, "total_videos": 0, "total_chunks": 1, "chunks_size": 1000, "fps": 50, "splits": { "train": "0:200" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/Ruoxiang/maniskill_pi0.imagerobotics10K<n<100K0 likes354 downloads1y agoHugging Face20TalentBoy /ManiSkill3-zhiyuan-8tasksvideo10K<n<100K0 likes321 downloads2mo agoHugging Face21AdilZtn /Maniskill-Pushcube-demonstration-mediumThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.0", "robot_type": null, "total_episodes": 500, "total_frames": 0, "total_tasks": 0, "total_videos": 0, "total_chunks": 0, "chunks_size": 1000, "fps": 20, "splits": {}, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/AdilZtn/Maniskill-Pushcube-demonstration-medium.imagerobotics10K<n<100K1 likes297 downloads1y agoHugging Face22szang18 /real_world_maniskill_lift_peg_eef0 likes238 downloads11mo agoHugging Face23haosulab /ManiSkill ManiSkill Data ManiSkill is a unified benchmark for learning generalizable robotic manipulation skills powered by SAPIEN. It features 20 out-of-box task families with 2000+ diverse object models and 4M+ demonstration frames. Moreover, it empowers fast visual input learning algorithms so that a CNN-based policy can collect samples at about 2000 FPS with 1 GPU and 16 processes on a workstation. The benchmark can be used to study a wide range of algorithms: 2D & 3D vision-based… See the full description on the dataset page: https://huggingface.co/datasets/haosulab/ManiSkill.reinforcement-learning1M<n<10M3 likes230 downloads3y agoHugging Face24johnMinelli /ManiSkill_StackCube-v1_recovery StackCube-v1 Dataset This dataset was converted from ManiSkill format to LeRobot format for the paper CroSTAta: Cross-State Transition Attention Transformer for Robotic Manipulation. Code: https://github.com/iit-DLSLab/croSTAta Checkpoints: CroSTAta Evaluation Checkpoints Dataset Information Environment: StackCube-v1 Total Episodes: 1010 Total Frames: 34249 FPS: 20 Video Keys: ['observation.images.base_camera', 'observation.images.hand_camera'] Target Control Mode:… See the full description on the dataset page: https://huggingface.co/datasets/johnMinelli/ManiSkill_StackCube-v1_recovery.videorobotics1K<n<10K0 likes190 downloads7mo agoHugging Face25AOS55 /ManiSkill-1000image100K<n<1M0 likes184 downloads1y agoHugging Face26haosulab /ManiSkill_PickCube ManiSkill PickCube Demonstrations Contains the following demonstrations: Motion Planning demonstrations Human (via interactive motion planning) demonstrations Reinforcement Learning demonstrations reinforcement-learning1M<n<10M0 likes174 downloads2y agoHugging Face27robotics-diffusion-transformer /maniskill-data0 likes168 downloads2y agoHugging Face28haosulab /ManiSkill_PegInsertionSide ManiSkill PegInsertionSide Demonstrations Contains demonstrations sourced through the following methods: Motion Planning (~1000) Reinforcement Learning demonstrations (~1000) reinforcement-learning1M<n<10M0 likes156 downloads2y agoHugging Face29szang18 /real_world_maniskill_lift_peg0 likes144 downloads11mo agoHugging Face30TingtingDu /maniskill30 likes143 downloads6d agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.