Papers › Habitat: A Platform for Embodied AI Research

Habitat: A Platform for Embodied AI Research

2 Apr 2019ICCV 2019 10arXiv:1904.01201archive 2025-07-28

Manolis Savva, Abhishek Kadian, Oleksandr Maksymets, Yili Zhao, Erik Wijmans, Bhavana Jain, Julian Straub, Jia Liu, Vladlen Koltun, Jitendra Malik, Devi Parikh, Dhruv Batra

We present Habitat, a platform for research in embodied artificial intelligence (AI). Habitat enables training embodied agents (virtual robots) in highly efficient photorealistic 3D simulation. Specifically, Habitat consists of: (i) Habitat-Sim: a flexible, high-performance 3D simulator with configurable agents, sensors, and generic 3D dataset handling. Habitat-Sim is fast -- when rendering a scene from Matterport3D, it achieves several thousand frames per second (fps) running single-threaded, and can reach over 10,000 fps multi-process on a single GPU. (ii) Habitat-API: a modular high-level library for end-to-end development of embodied AI algorithms -- defining tasks (e.g., navigation, instruction following, question answering), configuring, training, and benchmarking embodied agents. These large-scale engineering contributions enable us to answer scientific questions requiring experiments that were till now impracticable or 'merely' impractical. Specifically, in the context of point-goal navigation: (1) we revisit the comparison between learning and SLAM approaches from two recent works and find evidence for the opposite conclusion -- that learning outperforms SLAM if scaled to an order of magnitude more experience than previous investigations, and (2) we conduct the first cross-dataset generalization experiments {train, test} x {Matterport3D, Gibson} for multiple sensors {blind, RGB, RGBD, D} and find that only agents with depth (D) sensors generalize across datasets. We hope that our open-source platform and these findings will advance research in embodied AI.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1904.01201")

Code

Syntology Ran 3 of 15 code samples harvested from 6 repositories linked to this paper; 12 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran with no contract checked.

By repository: community (archive-listed): 15 samples from 6 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

13 repositories listed; official and paper-mentioned ones first.

facebookresearch/habitat-sim officialmentioned in papermentioned on GitHubpytorchMIT report
BKAUTO/Trinocular-habitat-sim mentioned on GitHubMIT report
Sunnyzhr/habitat-lab mentioned on GitHubMIT report
ericchen321/ros_x_habitat mentioned on GitHubpytorch report
etendue/habitat-api mentioned on GitHubpytorchMIT report
facebookresearch/habitat-challenge mentioned on GitHubpytorchMIT report
facebookresearch/habitat-lab mentioned on GitHubpytorchMIT report
kaushikb258/Habitat_RL mentioned on GitHubtf report
qxb-tyust/location mentioned on GitHubMIT report
s-gupta/map-plan-baseline mentioned on GitHub report
super5-22/habitat-vis mentioned on GitHubpytorchMIT report
vkartik97/habitat-challenge-two-docker mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 3 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
1ran
12unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 6 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

IsErrorSuppressedByNolint BKAUTO/Trinocular-habitat-sim/src/deps/tinyobjloader/deps/cpplint.py community (archive-listed) ran MIT recorded; this copy not marked cleared · pointer only · c21b831af6425e22 · report
get_camera_matrix s-gupta/map-plan-baseline/map_and_plan_agent/depth_utils.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 3c2bc4d1adf58293 · report
get_point_cloud_from_z s-gupta/map-plan-baseline/map_and_plan_agent/depth_utils.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 0dbfa592d4bd710a · report
Match BKAUTO/Trinocular-habitat-sim/src/deps/tinyobjloader/deps/cpplint.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · cc4a507875b5c7a1 · report
ReplaceAll BKAUTO/Trinocular-habitat-sim/src/deps/tinyobjloader/deps/cpplint.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · debf4b64a654ca26 · report
batch_obs vkartik97/habitat-challenge-two-docker/baselines/rl/ppo/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · f1fb30f1a638d41d · report
format_message BKAUTO/Trinocular-habitat-sim/habitat_sim/logging.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 214c1da41950a171 · report
format_stacktrace BKAUTO/Trinocular-habitat-sim/habitat_sim/logging.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 5aaff38b10291569 · report
get_all_subclasses vkartik97/habitat-challenge-two-docker/baselines/agents/simple_agents.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · e885a563b2ffb322 · report
load etendue/habitat-api/habitat/core/registry.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 2d4544a531b370bd · report
pack_for_grpc vkartik97/habitat-challenge-two-docker/agent.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 2b57f5b532f62e84 · report
register_move_fn qxb-tyust/location/habitat_sim/agent/controls.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 6497fabbc2d03fc9 · report
sort_libs BKAUTO/Trinocular-habitat-sim/src/deps/corrade/conanfile.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · ae6e7bbca48e59f8 · report
tile_images Sunnyzhr/habitat-lab/habitat/core/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · a44f38d8e312d9dc · report
unpack_for_grpc vkartik97/habitat-challenge-two-docker/agent.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 0703941f77af723f · report

Tasks

BenchmarkingInstruction FollowingPointGoal NavigationQuestion AnsweringRobot Navigation

1 archive task tag without a task page not shown.

Datasets

Introduced by this paper, per the archive.

Habitat Platform

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
PointGoal Navigation Gibson PointGoal Navigation Depth PPO spl 0.79 #2 of 2 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections