You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

WorldSimReady-Home is available under CC BY-NC-SA 4.0. You must comply with its Attribution, NonCommercial, and ShareAlike terms. By submitting this form, you agree to share your email address, username, and the information below with the dataset authors. Access approval does not grant commercial-use rights.

Log in or Sign Up to review the conditions and access this dataset content.

WorldSimReady-Home

GitHub ModelScope 魔搭

Forty-eight household overhead previews

Dataset description

CAD-based SimReady assets

CAD-based SimReady assets
Optimized CAD assets with configured collision and physical properties.

Manual review

Manually reviewed scenes
Physics configuration reviewed for every household scene.

Batch task generation

Scalable task generation
Batch simulation data across robot embodiments and tasks.

WorldSimReady-Home is built from CAD-based object assets, optimized and enriched with physical properties to create simulation-ready assets. The assets are assembled into household scenes, each manually reviewed for correct physics configuration.

A scalable simulation task data generation framework builds on these scenes to generate data across robot embodiments and tasks.

Scene dataset statistics

Metric Scale
Household scenes 500
Placed object entries 31,711
Rooms 4,462
Total floor area 36,601.61 mΒ²

Task dataset statistics

Metric Scale
Robot trajectories 1,000 episodes
Recorded frames 1,316,359
Recorded duration 12.18 hours
Recording frequency 30 Hz
RGB-D resolution 640 Γ— 480

Visual overview

Household scenes

Explore Diverse Home Layouts

Explore RGB / Depth / Semantic

RGBDepthSemantic
Scene view A β€” rgbScene view A β€” depthScene view A β€” semantic
Scene view B β€” rgbScene view B β€” depthScene view B β€” semantic

Object assets

Explore Diverse Object Assets

Our assets include visual materials and configured physical properties for simulation.

Asset feature Included properties
CAD-based geometry Object geometry, transforms, and bounding boxes.
Visual materials Textures, roughness, and metallic parameters.
Physical properties Mass, density, static and dynamic friction, and restitution.

Robot tasks and recorded observations

Explore Recorded Observations

Dataset structure

Scene packages contain household environments and their object assets. Scene metadata describes the scene and its objects. Trajectory files store robot observations, states and action targets over time.

Scene packages

WorldSimReady-Home/
β”œβ”€β”€ .gitattributes
β”œβ”€β”€ README.md
β”œβ”€β”€ scene/
β”‚   β”œβ”€β”€ scene000000/
β”‚   β”‚   β”œβ”€β”€ scene000000.usdz
β”‚   β”‚   β”œβ”€β”€ scene000000_metadata.json
β”‚   β”‚   └── scene000000.png
β”‚   └── ...
└── task/ ...
File Contents
<scene_id>.usdz USD scene package.
<scene_id>_metadata.json Scene metadata, including object and material records.
<scene_id>.png Overhead scene preview.

Task recordings

WorldSimReady-Home/
β”œβ”€β”€ .gitattributes
β”œβ”€β”€ README.md
β”œβ”€β”€ scene/ ...
└── task/
    └── sim/
        └── pick_and_place_tasks/
            └── g1_omnipicker/
                └── pick_and_place_on_the_table/
                    β”œβ”€β”€ data/
                    β”‚   └── chunk-000/
                    β”‚       β”œβ”€β”€ episode_000000/
                    β”‚       β”‚   β”œβ”€β”€ dataset-driven_object_grasping_and_placement.hdf5
                    β”‚       β”‚   └── meta/
                    β”‚       β”‚       β”œβ”€β”€ info.json
                    β”‚       β”‚       β”œβ”€β”€ episodes.jsonl
                    β”‚       β”‚       β”œβ”€β”€ tasks.jsonl
                    β”‚       β”‚       └── recording_summary.json
                    β”‚       └── ...
                    └── meta/
                        β”œβ”€β”€ info.json
                        β”œβ”€β”€ episodes.jsonl
                        β”œβ”€β”€ tasks.jsonl
                        └── manifest.jsonl

The meta/ directory alongside data/ stores dataset-level metadata and indexes. Each episode directory shown in the example contains an HDF5 trajectory file and a separate meta/ directory storing metadata for that trajectory.

HDF5 files store observations, actions and episode flags, with metadata in JSON / JSONL files. Our task dataset format is based on the RLDS format used by Open X-Embodiment.

Usage

Download the scene dataset

hf download Yootta/WorldSimReady-Home --repo-type dataset \
  --include "scene/*" --local-dir worldsimready-home

Download the task dataset

hf download Yootta/WorldSimReady-Home --repo-type dataset \
  --include "task/*" --local-dir worldsimready-home

Contributors

Shangpin Home Collection Logo Shangpin Home Collection and Yootta Logo Yootta are joint contributors to WorldSimReady-Home, supporting the development and release of the dataset.

License and citation

License: CC BY-NC-SA 4.0 , following the repository declaration.

If you use WorldSimReady-Home in your work, please cite the dataset:

@misc{world_simready_home,
  author       = {{Yootta}},
  title        = {{WorldSimReady-Home}},
  year         = {2026},
  howpublished = {\url{https://huggingface.co/datasets/Yootta/WorldSimReady-Home}}
}
Downloads last month
75