Papers › Debiased Model-based Representations for Sample-efficient Continuous Control

Debiased Model-based Representations for Sample-efficient Continuous Control

12 May 2026ICMLarXiv:2605.11711added by Syntology

Jiafei Lyu, Zichuan Lin, Scott Fujimoto, Kai Yang, Yangkun Chen, Saiyong Yang, Zongqing Lu, Deheng Ye

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Model-based representations recently stand out as a promising framework that embeds latent dynamics information into the representations for downstream off-policy actor-critic learning. It implicitly combines the advantages of both model-free and model-based approaches while avoiding the training costs associated with model-based methods. Nevertheless, existing model-based representation methods can fail to capture sufficient information about relevant variables and can overfit to early experiences in the replay buffer. These incur biases in representation and actor-critic learning, leading to inferior performance. To address this, we propose Debiased model-based Representations for Q-learning, tagged DR.Q algorithm. DR.Q explicitly maximizes the mutual information between the representations of the current state-action pair and the next state besides minimizing their deviations, and samples transitions with faded prioritized experience replay. We evaluate DR.Q on numerous continuous control benchmarks with a single set of hyperparameters, and the results demonstrate that DR.Q can match or surpass recent strong baselines, sometimes outperforming them by a large margin. Our code is available at https://github.com/dmksjfl/DR.Q.

PaperPDFCode 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="2605.11711")

Code

Syntology Ran 19 of 33 code samples harvested from 3 repositories linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 3 ran · fixture could not drive it; 11 ran with no contract checked.

By repository: found in paper text by Syntology: 33 samples from 3 repositories, 19 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

facebookresearch/MRQ found in paper text by Syntology report
SonyResearch/simba found in paper text by Syntology report
dmksjfl/DR.Q found in paper text by Syntology report
DAVIAN-Robotics/SimbaV2 found in paper text by Syntology report
nothingbutbut/FoG found in paper text by Syntology report

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

33 samples harvested; 19 ran; 1 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.

1ran · honoured contract
4ran · our draft was wrong
3ran · fixture could not drive it
11ran
14unverified

Licence: 9 of the 33 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 3 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.

BaseMLP dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology ran MIT (permissive) · 2dafbd9b55905020 · report
Encoder dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology ran MIT (permissive) · 8e47673a57c04dec · report
HyperDense DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_network.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 19fbfa88bdbe98e9 · report
HyperEmbedder DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_network.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 910f92bd1015cc2c · report
HyperLERPBlock DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_network.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · af6180ccc60076a4 · report
Model nothingbutbut/FoG/jaxrl/agents/obac/obac_learner.py found in paper text by Syntology ran no licence file found · pointer only · 26f4cc35d99a0836 · report
Policy dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology ran MIT (permissive) · 63154df49f509367 · report
ReplayBuffer dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology ran MIT (permissive) · 5ef134cb3440fdcb · report
Scaler DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_network.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 8239f1f0b64ce16d · report
TwoHot dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology ran MIT (permissive) · 7c3d53efbf77325a · report
Value dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology ran MIT (permissive) · ff2bd29a65372428 · report
l2normalize DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_network.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 389268a2565736d5 · report
ln_activ dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · e4f7ddf13f7aa41a · report
log_prob nothingbutbut/FoG/jaxrl/agents/obac/obac_learner.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 273220d61679b547 · report
masked_mse dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 2cac7a14fbff7d09 · report
multi_step_reward dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 061a3a7b616c2305 · report
realign dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 0eabb9dbac4f4982 · report
sample nothingbutbut/FoG/jaxrl/agents/obac/obac_learner.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 50f27c12a725e7f1 · report
shift_aug dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 879a0579b5b7747e · report
Agent dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology unverified MIT (permissive) · 8e691372e3738b39 · report
HyperMLP DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_network.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0412cdf7b1bd1b70 · report
HyperNormalTanhPolicy DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_network.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b37236bab9789991 · report
Hyperparameters dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology unverified MIT (permissive) · 46e25ebef6e8602b · report
OBACLearner nothingbutbut/FoG/jaxrl/agents/obac/obac_learner.py found in paper text by Syntology unverified no licence file found · pointer only · 6684cf3df42babf3 · report
SimbaV2Actor DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_network.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b6cf2806222ea9dd · report
_do_multiple_updates nothingbutbut/FoG/jaxrl/agents/obac/obac_learner.py found in paper text by Syntology unverified no licence file found · pointer only · 1f52dedad52034e9 · report
_update nothingbutbut/FoG/jaxrl/agents/obac/obac_learner.py found in paper text by Syntology unverified no licence file found · pointer only · 5cedf84a339185d0 · report
enforce_dataclass_type dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology unverified MIT (permissive) · 60d22c380d978ed1 · report
maybe_augment_state dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology unverified MIT (permissive) · 66b23eb084cf4adb · report
set_instance_vars dmksjfl/DR.Q/DRQ/DRQ.py found in paper text by Syntology unverified MIT (permissive) · c288ab156c68093a · report
target_update nothingbutbut/FoG/jaxrl/agents/obac/obac_learner.py found in paper text by Syntology unverified no licence file found · pointer only · a183b9c35691ddd9 · report
update_critic_buffer nothingbutbut/FoG/jaxrl/agents/obac/obac_learner.py found in paper text by Syntology unverified no licence file found · pointer only · 13888096d3c620b6 · report
update_v_buffer nothingbutbut/FoG/jaxrl/agents/obac/obac_learner.py found in paper text by Syntology unverified no licence file found · pointer only · d87bd6780c2541ce · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.11711, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

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