Papers › Mastering the Unsupervised Reinforcement Learning Benchmark from Pixels

Mastering the Unsupervised Reinforcement Learning Benchmark from Pixels

24 Sep 2022arXiv:2209.12016archive 2025-07-28

Sai Rajeswar, Pietro Mazzaglia, Tim Verbelen, Alexandre Piché, Bart Dhoedt, Aaron Courville, Alexandre Lacoste

Controlling artificial agents from visual sensory data is an arduous task. Reinforcement learning (RL) algorithms can succeed but require large amounts of interactions between the agent and the environment. To alleviate the issue, unsupervised RL proposes to employ self-supervised interaction and learning, for adapting faster to future tasks. Yet, as shown in the Unsupervised RL Benchmark (URLB; Laskin et al. 2021), whether current unsupervised strategies can improve generalization capabilities is still unclear, especially in visual control settings. In this work, we study the URLB and propose a new method to solve it, using unsupervised model-based RL, for pre-training the agent, and a task-aware fine-tuning strategy combined with a new proposed hybrid planner, Dyna-MPC, to adapt the agent for downstream tasks. On URLB, our method obtains 93.59% overall normalized performance, surpassing previous baselines by a staggering margin. The approach is empirically evaluated through a large-scale empirical study, which we use to validate our design choices and analyze our models. We also show robust performance on the Real-Word RL benchmark, hinting at resiliency to environment perturbations during adaptation. Project website: https://masteringurlb.github.io/

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

Code

Syntology Ran 17 of 24 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 14 ran with no contract checked.

By repository: official repository: 24 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mazpie/mastering-urlb officialmentioned on GitHubpytorch 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

24 samples harvested; 17 ran; 1 honoured the contract we drafted; 7 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.

1ran · honoured contract
2ran · our draft was wrong
14ran
7unverified

Licence: 0 of the 24 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 mazpie/mastering-urlb. “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.

BernoulliDist mazpie/mastering-urlb/agent/dreamer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 3200c778b6d1d0a8 · report
DistLayer mazpie/mastering-urlb/agent/dreamer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · acf159e783acb4b1 · report
Encoder mazpie/mastering-urlb/agent/dreamer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 478e69ff513053f9 · report
EnsembleRSSM mazpie/mastering-urlb/agent/dreamer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 1007de8c2714718e · report
GRUCell mazpie/mastering-urlb/agent/dreamer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 3c568e9e0347391a · report
NormLayer mazpie/mastering-urlb/agent/dreamer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · e2e72a75f391e079 · report
OneHotDist mazpie/mastering-urlb/agent/dreamer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 66fbe95d6fa0d1a6 · report
Optimizer mazpie/mastering-urlb/agent/dreamer.py official repository ran MIT (permissive) · 374c4448ac4f78c9 · report
RequiresGrad mazpie/mastering-urlb/agent/dreamer.py official repository ran MIT (permissive) · eb6cf9a53f925599 · report
SampleDist mazpie/mastering-urlb/agent/dreamer.py official repository ran MIT (permissive) · 1ec2bdb7622b9c66 · report
SquashedNormal mazpie/mastering-urlb/agent/dreamer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · bd0264844e671c00 · report
StreamNorm mazpie/mastering-urlb/agent/dreamer.py official repository ran fingerprinted MIT (permissive) · 0e5160a9bd6bd23c · report
TanhTransform mazpie/mastering-urlb/agent/dreamer.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · b88483dbb52ca5a8 · report
TruncatedNormal mazpie/mastering-urlb/agent/dreamer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 58845dbc07016005 · report
lambda_return mazpie/mastering-urlb/agent/dreamer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 65b7e7497e68ef56 · report
static_scan_for_lambda_return mazpie/mastering-urlb/agent/dreamer.py official repository ran · our draft was wrong MIT (permissive) · 28027f3ba32cb402 · report
stop_gradient mazpie/mastering-urlb/agent/dreamer.py official repository ran · honoured contract fingerprinted MIT (permissive) · 17f4154f5359d704 · report
ActorCritic mazpie/mastering-urlb/agent/dreamer.py official repository unverified MIT (permissive) · d0b227b9789fce4a · report
Decoder mazpie/mastering-urlb/agent/dreamer.py official repository unverified MIT (permissive) · f4840712627e4756 · report
DreamerAgent mazpie/mastering-urlb/agent/dreamer.py official repository unverified MIT (permissive) · e6da38f0e6237df9 · report
MLP mazpie/mastering-urlb/agent/dreamer.py official repository unverified MIT (permissive) · 9d13094ceaa00c11 · report
WorldModel mazpie/mastering-urlb/agent/dreamer.py official repository unverified MIT (permissive) · 5fb819938bf3f347 · report
hard_update_params mazpie/mastering-urlb/agent/dreamer.py official repository unverified MIT (permissive) · c0833f1665786d11 · report
static_scan mazpie/mastering-urlb/agent/dreamer.py official repository unverified MIT (permissive) · c84e0c6f35ae5bd7 · report

Tasks

Reinforcement LearningReinforcement Learning (RL)Unsupervised Reinforcement Learningreinforcement-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