Papers › BabyAI: A Platform to Study the Sample Efficiency of Grounded Language Learning

BabyAI: A Platform to Study the Sample Efficiency of Grounded Language Learning

18 Oct 2018ICLR 2019 5arXiv:1810.08272archive 2025-07-28

Maxime Chevalier-Boisvert, Dzmitry Bahdanau, Salem Lahlou, Lucas Willems, Chitwan Saharia, Thien Huu Nguyen, Yoshua Bengio

Allowing humans to interactively train artificial agents to understand language instructions is desirable for both practical and scientific reasons, but given the poor data efficiency of the current learning methods, this goal may require substantial research efforts. Here, we introduce the BabyAI research platform to support investigations towards including humans in the loop for grounded language learning. The BabyAI platform comprises an extensible suite of 19 levels of increasing difficulty. The levels gradually lead the agent towards acquiring a combinatorially rich synthetic language which is a proper subset of English. The platform also provides a heuristic expert agent for the purpose of simulating a human teacher. We report baseline results and estimate the amount of human involvement that would be required to train a neural network-based agent on some of the BabyAI levels. We put forward strong evidence that current deep learning methods are not yet sufficiently sample efficient when it comes to learning a language with compositional properties.

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="1810.08272")

Code

Syntology Ran 0 of 14 code samples harvested from 2 repositories linked to this paper; 14 have no recorded run.

By repository: community (archive-listed): 13 samples from 2 repositories, 0 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mila-iqia/babyai officialmentioned in papermentioned on GitHubpytorch report
MathijsMul/babyai-emergent-guidance mentioned on GitHubpytorchBSD-3-Clause report
farama-foundation/minigrid mentioned on GitHubpytorchNOASSERTION report
maximecb/gym-minigrid mentioned on GitHubpytorch report
taungerine/babyai mentioned on GitHubpytorchBSD-3-Clause 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

14 samples harvested; 0 ran; 0 honoured the contract we drafted; 14 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.

14unverified

Licence: 1 of the 14 samples is 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 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

batch_evaluate MathijsMul/babyai-emergent-guidance/babyai/evaluate.py community (archive-listed) unverified BSD-3-Clause (permissive) · 88c20bb369708c52 · report
batch_evaluate taungerine/babyai/babyai/evaluate.py community (archive-listed) unverified BSD-3-Clause (permissive) · 0ad596d57cc90c40 · report
evaluate MathijsMul/babyai-emergent-guidance/babyai/evaluate.py community (archive-listed) unverified BSD-3-Clause (permissive) · 5ddbfe9ab59cd4a4 · report
evaluate_demo_agent MathijsMul/babyai-emergent-guidance/babyai/evaluate.py community (archive-listed) unverified BSD-3-Clause (permissive) · 3a317898c18a2a4e · report
get_model_dir MathijsMul/babyai-emergent-guidance/babyai/utils/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · 45eb1b6abf367f37 · report
get_model_path MathijsMul/babyai-emergent-guidance/babyai/utils/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · 1afd6a43e76db402 · report
get_model_path taungerine/babyai/babyai/utils/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · 69500e96caeea485 · report
load_log taungerine/babyai/babyai/plotting.py community (archive-listed) unverified BSD-3-Clause (permissive) · c22fe3da82c8f12a · report
load_log MathijsMul/babyai-emergent-guidance/babyai/plotting.py community (archive-listed) unverified BSD-3-Clause (permissive) · 0dca76db3e93c6b8 · report
load_logs MathijsMul/babyai-emergent-guidance/babyai/plotting.py community (archive-listed) unverified BSD-3-Clause (permissive) · 484714bc81b02a0b · report
load_logs taungerine/babyai/babyai/plotting.py community (archive-listed) unverified BSD-3-Clause (permissive) · 5cbb697c6e6e1cf2 · report
load_model MathijsMul/babyai-emergent-guidance/babyai/utils/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · 41c6e1dc6b3c366b · report
load_model taungerine/babyai/babyai/utils/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · b90f482c92958dce · report
manhattan_distance identical code first harvested elsewhere unverified licence of this copy not recorded · c1ffbae9fb9c6fc2 · report

Tasks

Grounded language learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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