July 28, 2026

AI Habitat Datasets: Great for Homes, Short Everywhere Else

The public scene datasets for AI Habitat are 211 homes. Physicl builds custom, physics-accurate Habitat datasets for your domain. Request access

AI Habitat Datasets: Great for Homes, Short Everywhere Else

Key takeaways

  • AI Habitat datasets are more than 3D models. They need physics, articulation, navmeshes and semantic labels before an agent can train on them.

  • Meta tested artist-built synthetic scenes against real scans. The synthetic ones trained navigation agents just as well, or better, with 100 times fewer scenes.

  • There still aren't many of them. The best synthetic scene set for Habitat has 211 scenes. Most are homes. Most are licensed for research only.

  • Physicl builds Habitat datasets to order. You pick the domain, the objects, the robot and the task. We calculate the physics and hand back files Habitat can load.

If you've worked in habitat-lab, you know the pattern. AI Habitat is an embodied AI training simulator, not a dataset, and the simulator isn't the problem. Habitat renders Matterport3D at several thousand frames per second on one thread, and over 10,000 across processes on a single GPU. It runs a Fetch robot in ReplicaCAD at more than 8,000 steps per second.

The problem is that what you need doesn't exist. Say you need a cluttered pharmacy aisle. Or a hospital supply room. Or one gripper tested against 400 kinds of packaged food. What you can download is 211 homes.

So you improvise. You pull models off a marketplace, then spend a week writing collision meshes and object_config.json files by hand. Or you reshape the research question to fit ReplicaCAD. That second option lets your data pick your roadmap.

Physicl's private beta will open soon. Request access and get Habitat datasets built for your task.

AI Habitat Datasets Are Not Regular 3D Assets

Habitat doesn't load a mesh and start training. It loads a SceneDataset. That's a set of files linking your assets and describing how they fit together as scenes. An asset that renders well meets almost none of what those files need.

The right file formats. Habitat reads one 3D format, GLB. Everything else arrives as small JSON text files sitting alongside it: one for objects, one for stages, one for articulated objects, one for scene layouts. Habitat does not read USD, the format Isaac Sim uses. Assets built for another simulator have to be converted, and conversion is where material links and scene structure tend to break.

The room, separate from the furniture. Habitat wants the building shell as its own file: walls, floors, fixtures, nothing moveable. Scanned interiors come as one fused mesh instead, with the sofa welded to the floor. Nothing can be picked up because nothing is a separate object.

Real physics on every object. Each object needs a weight, a friction value, a bounce value (restitution), and a simplified shape the physics engine uses to work out contact. Habitat then marks each one STATIC, KINEMATIC or DYNAMIC, and only DYNAMIC objects actually respond to forces through Bullet, its physics engine. A steel pan and a plastic pan can share the same shape and still behave differently under a gripper. That difference comes from the material, and if nobody sets it, Habitat picks a default that is probably wrong.

Joints that open properly. Doors, drawers, cabinets and fridges need a URDF file describing how they move, with limits matching the real thing. Habitat also asks for a default_link: if the robot can only operate one joint, which one? Usually the biggest or easiest drawer.

Somewhere to put things down. Habitat calls these receptacles: the flat surfaces where an object can be placed. A tabletop, a shelf, a fridge tray. You define each one as a shape or a box. Without them Habitat can't scatter objects around a room on its own, and if it can't do that, you can't generate tidying-up tasks.

Grab points. Marker sets are the exact spots on an object where a robot should make contact. The handle on a drawer. The tap on a sink. This is the difference between a policy knowing a drawer exists and knowing how to open it.

A walking map for your robot. A navmesh records where your robot can physically fit and travel. It's calculated for one specific body width, so it belongs to that robot. ReplicaCAD ships two versions: one at 0.3m for a Fetch base, one at Habitat's default size. Change robot, recalculate.

Names for everything. Every object needs a category label. Without labels the agent's semantic camera returns nothing useful, and any task built around finding a named object is impossible.

ReplicaCAD shows what this costs. It recreates one scanned apartment. Shipping it took 90+ objects with collision meshes and physics, 6 stages, 6+ URDF articulated assets, receptacle metadata on all of them, a navmesh per scene, and 90 config files. The result was 84 furniture layouts of a single apartment.

One apartment. That's the price of building this by hand, and it explains why the public supply looks the way it does.

Where Teams Get Habitat Datasets Today

Four options. Each is good at something and stops somewhere.

  • Scanned environments. HM3D added 1,000 Habitat-ready scans of homes, apartments and commercial spaces. Matterport3D, Gibson and Replica cover similar ground. You get real geometry, real layouts and real volume. You don't get articulation or per-object physics, and you inherit baked lighting and scan artefacts. A scanned kitchen is a shell. Nothing opens and nothing can be picked up. Good for navigation. No use for manipulation.

  • Artist-built interactive sets. ReplicaCAD, YCB, Google Scanned Objects, and the Habitat Synthetic Scenes Dataset. Interactive, physics-tagged, articulated, high quality. Also small, and almost all homes.

  • Building it yourself. The best fit to your pipeline, which is why 3D artists end up on robotics teams. It's slow, it's expensive, and it's hard to reach the variety a training run needs. Every lab also ends up rebuilding the same pipeline.

  • Converted marketplace assets. Sketchfab, TurboSquid, CAD libraries. The work is real: collision meshes, physics values, GLB export, config files, then checking it all behaves. Quality varies between artists. Licensing for AI training is often unclear.

If you need physics-accurate Habitat scenes in a specific domain, at volume, none of the four gets you there.

What HSSD-200 Showed

Before asking whether synthetic scenes are good enough, look at what Meta's own team found.

The Habitat Synthetic Scenes Dataset is artist-built: over 18,000 objects across 466 categories, in 211 scenes. Agents trained on it were tested on real scanned scenes. They performed as well as agents trained on earlier datasets, and sometimes better, with 100 times fewer scenes. In some runs, 122 synthetic scenes beat 10,000 scanned ones.

That's a result about quality, not about volume. Careful authoring won by roughly 80 times in scene count.

It also moves the question. Synthetic scenes work. What's missing is someone producing them in the domains and quantities a commercial pipeline needs. HSSD-200 answered the first part and stopped at 211 scenes.

Types of Habitat Datasets

Knowing the categories makes it easier to see what your pipeline lacks.

By behaviour:

  • Static stages: the backdrop. Never moves.
  • Rigid objects: tools, packaging, appliances, tableware.
  • Articulated objects: doors, drawers, cabinets, fridges. Anything with joints.

By role:

  • Object datasets: single items the agent handles.
  • Scene datasets: full layouts, with navmeshes, receptacles and labels.
  • Episode datasets: the task instances. Start states, goals, object placements.

By task:

  • Navigation (PointNav, ObjectNav): needs navmeshes and semantic labels above all.
  • Rearrangement (pick, place, open, close): needs receptacles, articulation and correct mass.
  • Open-vocabulary mobile manipulation: needs multi-room scenes, dense clutter, a large object library.
  • Human-robot interaction: needs layouts with room for two bodies to pass each other.

By domain:

  • Homes: kitchens, living rooms, bathrooms. Well covered.
  • Industrial and warehouse: shelving, pallets, conveyors, loading bays. Barely covered.
  • Retail and commercial: shop floors, stockrooms, hotels. Barely covered.
  • Healthcare: wards, supply rooms, instrument trays. Basically missing.

Most manipulation failures in Habitat come from two things. Too few articulated objects, or training scenes that don't match where the robot will actually work. Both are sourcing problems, not model problems.

What Physicl Provides for Habitat

Physicl is the training data layer for physical AI. Habitat is one of our export targets, alongside Isaac Sim, MuJoCo, Unreal and Omniverse.

The work is custom. You tell us the domain, the object categories, the robot footprint, the task, and which metadata channels your pipeline reads. We build the SceneDataset.

Any input. Images, video, scans, CAD files, telemetry. If you have reference material for the environment, that's enough to start. No pre-processing needed.

Physics calculated, not guessed. We clean the geometry, resolve the materials, then derive collision meshes, mass, friction and joint ranges from what the object is actually made of. Bullet uses whatever number is in the config. Give a cabinet door an invented mass and a rough hinge limit, and your policy learns the wrong force and the wrong grasp. It will learn it the same way in every episode.

Habitat-shaped scenes. Per-object collision, generated navmeshes, walkable area, semantic labels, receptacle surfaces, articulation data. Built in, not added afterwards.

Thousands of variants. One base environment becomes thousands of versions: lighting, layout, scale, occlusion, object placement. The ReplicaCAD idea of 84 layouts, without 84 rounds of authoring. We produce over 100,000 sim-ready assets a month, heading for 1,000,000 by 2027.

Checked by people. 3D specialists and physics reviewers look at geometry, materials and sim-readiness across three rounds. 98% pass our QC before anything ships.

The domains nobody has built. Warehouse, factory, retail, hotel, hospital, and scenarios that don't exist in any library because nobody has needed them at this scale yet.

Licensed for commercial use. Habitat-Lab is MIT, but the datasets aren't. Each one carries its own licence from its own licensor, and several are research-only. If you train a model you plan to deploy, you inherit every one of those terms. Our assets don't come with them.

Habitat gave the field a simulator fast enough to make embodied AI practical. Then it showed that artist-built synthetic scenes are the most efficient thing to put in it. What it didn't do is build them for your domain. That's our part.

Request access to the Private Beta, or talk to the team about a custom Habitat dataset.

FAQ

What is AI Habitat?
Habitat is an open-source simulation platform for embodied AI research, built by the FAIR team at Meta. It has three parts. Habitat-Sim is the 3D simulator, running physics through Bullet. Habitat-Lab is the task and training library. The Habitat Challenge is an annual navigation benchmark.
What datasets does Habitat support?
Scanned environments (HM3D, Matterport3D, Gibson, Replica) and artist-built models of spaces and objects (ReplicaCAD, YCB, Google Scanned Objects), plus HSSD-200 from Habitat 3.0. It also loads custom datasets through the SceneDataset system. That's how most teams work once they move past the benchmark tasks.
Can I use my own 3D assets in Habitat?
Yes, and past the benchmark stage it's the normal route. You need GLB geometry, JSON configs for objects and stages, URDF for anything articulated, convex collision meshes with physics values, receptacle metadata, marker sets, and a navmesh for your agent radius. The geometry is the easy part. The metadata is the work.
Can Physicl build a custom dataset for my Habitat task?
That's the main use case. You define the domain, objects, robot footprint and task. Physicl.ai produces the assets, scenes and metadata, exported for Habitat's SceneDataset. Reference material helps but isn't required. This is how teams get warehouse, retail, industrial or hospital environments that no public Habitat dataset covers.
Is Physicl a replacement for HSSD-200 or HM3D?
No. They work together. HM3D is the reference set for navigation across real scanned interiors. HSSD-200 is a high-quality interactive benchmark set. Both are strong, and both are fixed in size and mostly residential. We extend the coverage into other domains, produce variation at volume, and license everything for commercial training. Same simulator, same pipeline.
Why do my assets fail to load or behave oddly in Habitat?
Usually metadata, not geometry. A missing or non-convex collision mesh. No mass value, so Bullet applies a default. A motion type left as STATIC. No receptacle metadata, so clutter generation fails. A navmesh computed for the wrong agent radius. Assets not built for Habitat need repair first, and repair is where most of the real cost sits.
Does synthetic data close the sim-to-real gap in Habitat?
It narrows it. How much depends on how accurate the physics is. HSSD-200 is the clearest evidence: agents trained on synthetic scenes transferred to real scanned scenes as well as agents trained on the scans, sometimes better. What matters is fidelity, not whether the data was synthetic. An asset with the wrong mass or no collision mesh teaches the wrong physics, and adding more of them doesn't fix it.