Papers › Meta-World: A Benchmark and Evaluation for Multi-Task and Meta Reinforcement Learning

Meta-World: A Benchmark and Evaluation for Multi-Task and Meta Reinforcement Learning

24 Oct 2019arXiv:1910.10897archive 2025-07-28

Tianhe Yu, Deirdre Quillen, Zhanpeng He, Ryan Julian, Avnish Narayan, Hayden Shively, Adithya Bellathur, Karol Hausman, Chelsea Finn, Sergey Levine

Meta-reinforcement learning algorithms can enable robots to acquire new skills much more quickly, by leveraging prior experience to learn how to learn. However, much of the current research on meta-reinforcement learning focuses on task distributions that are very narrow. For example, a commonly used meta-reinforcement learning benchmark uses different running velocities for a simulated robot as different tasks. When policies are meta-trained on such narrow task distributions, they cannot possibly generalize to more quickly acquire entirely new tasks. Therefore, if the aim of these methods is to enable faster acquisition of entirely new behaviors, we must evaluate them on task distributions that are sufficiently broad to enable generalization to new behaviors. In this paper, we propose an open-source simulated benchmark for meta-reinforcement learning and multi-task learning consisting of 50 distinct robotic manipulation tasks. Our aim is to make it possible to develop algorithms that generalize to accelerate the acquisition of entirely new, held-out tasks. We evaluate 7 state-of-the-art meta-reinforcement learning and multi-task learning algorithms on these tasks. Surprisingly, while each task and its variations (e.g., with different object positions) can be learned with reasonable success, these algorithms struggle to learn with multiple tasks at the same time, even with as few as ten distinct training tasks. Our analysis and open-source environments pave the way for future research in multi-task learning and meta-learning that can enable meaningful generalization, thereby unlocking the full potential of these methods.

PaperPDFCodeCode 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="1910.10897")

Code

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

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

rlworkgroup/metaworld officialmentioned in papermentioned on GitHubMIT report
CAVED123/METAWORLD mentioned on GitHubMIT report
avivne/bilinear-transduction mentioned on GitHubpytorchMIT report
farama-foundation/metaworld mentioned on GitHubMIT report
mazpie/mime mentioned on GitHubpytorchNOASSERTION report
uoe-agents/sami mentioned on GitHubpytorch report
yiwc/robotics-world mentioned on GitHubMIT 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

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

9unverified

Licence: 0 of the 9 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 2 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.

assert_fully_parsed yiwc/robotics-world/metaworld/policies/policy.py community (archive-listed) unverified MIT (permissive) · 582e0882ba1584f1 · report
full_v1_path_for yiwc/robotics-world/metaworld/envs/asset_path_utils.py community (archive-listed) unverified MIT (permissive) · e13df24e0d039aa9 · report
full_v2_path_for yiwc/robotics-world/metaworld/envs/asset_path_utils.py community (archive-listed) unverified MIT (permissive) · 061fee9f0adfe735 · report
inverse_tolerance yiwc/robotics-world/metaworld/envs/reward_utils.py community (archive-listed) unverified MIT (permissive) · 8d198fb67929603e · report
move yiwc/robotics-world/metaworld/policies/policy.py community (archive-listed) unverified MIT (permissive) · 12487fb8bcdf3af8 · report
normalize_image CAVED123/METAWORLD/metaworld/core/image_env.py community (archive-listed) unverified MIT (permissive) · f725932e0f8878f4 · report
rect_prism_tolerance yiwc/robotics-world/metaworld/envs/reward_utils.py community (archive-listed) unverified MIT (permissive) · 2062fd5a0d31ec29 · report
tolerance yiwc/robotics-world/metaworld/envs/reward_utils.py community (archive-listed) unverified MIT (permissive) · ee2247985031162b · report
unormalize_image CAVED123/METAWORLD/metaworld/core/image_env.py community (archive-listed) unverified MIT (permissive) · 57b9f4dd9833bb0b · report

Tasks

Meta Reinforcement LearningMeta-LearningMulti-Task LearningReinforcement LearningReinforcement Learning (RL)reinforcement-learning

Datasets

Introduced by this paper, per the archive.

Meta-World Benchmark

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Meta-Learning ML10 MAML Meta-test success rate 36% #1 of 6 Archive leaderboard report
Meta-Learning ML10 MAML Meta-train success rate 25% #1 of 6 Archive leaderboard report
Meta-Learning ML10 RL^2 Meta-test success rate 10% #2 of 6 Archive leaderboard report
Meta-Learning ML10 RL^2 Meta-train success rate 50% #2 of 6 Archive leaderboard report
Meta-Learning ML10 PEARL Meta-test success rate 0% #4 of 6 Archive leaderboard report
Meta-Learning ML10 PEARL Meta-train success rate 42.78% #4 of 6 Archive leaderboard report
Meta-Learning MT50 Multi-task multi-head SAC Average Success Rate 35.85% #2 of 4 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