Papers › DrM: Mastering Visual Reinforcement Learning through Dormant Ratio Minimization

DrM: Mastering Visual Reinforcement Learning through Dormant Ratio Minimization

30 Oct 2023arXiv:2310.19668archive 2025-07-28

Guowei Xu, Ruijie Zheng, Yongyuan Liang, Xiyao Wang, Zhecheng Yuan, Tianying Ji, Yu Luo, Xiaoyu Liu, Jiaxin Yuan, Pu Hua, Shuzhen Li, Yanjie Ze, Hal Daumé III, Furong Huang, Huazhe Xu

Visual reinforcement learning (RL) has shown promise in continuous control tasks. Despite its progress, current algorithms are still unsatisfactory in virtually every aspect of the performance such as sample efficiency, asymptotic performance, and their robustness to the choice of random seeds. In this paper, we identify a major shortcoming in existing visual RL methods that is the agents often exhibit sustained inactivity during early training, thereby limiting their ability to explore effectively. Expanding upon this crucial observation, we additionally unveil a significant correlation between the agents' inclination towards motorically inactive exploration and the absence of neuronal activity within their policy networks. To quantify this inactivity, we adopt dormant ratio as a metric to measure inactivity in the RL agent's network. Empirically, we also recognize that the dormant ratio can act as a standalone indicator of an agent's activity level, regardless of the received reward signals. Leveraging the aforementioned insights, we introduce DrM, a method that uses three core mechanisms to guide agents' exploration-exploitation trade-offs by actively minimizing the dormant ratio. Experiments demonstrate that DrM achieves significant improvements in sample efficiency and asymptotic performance with no broken seeds (76 seeds in total) across three continuous control benchmark environments, including DeepMind Control Suite, MetaWorld, and Adroit. Most importantly, DrM is the first model-free algorithm that consistently solves tasks in both the Dog and Manipulator domains from the DeepMind Control Suite as well as three dexterous hand manipulation tasks without demonstrations in Adroit, all based on pixel observations.

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

Code

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

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

XuGW-Kevin/DrM officialmentioned on GitHubpytorch report
premiertaco/premier-taco mentioned 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

14 samples harvested; 10 ran; 0 honoured the contract we drafted; 4 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 · our draft was wrong
9ran
4unverified

Licence: 6 of the 14 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.

Actor XuGW-Kevin/DrM/agents/drm.py official repository ran · metamorphic tier: deterministic MIT (permissive) · ac279413d97dfbb0 · report
Critic XuGW-Kevin/DrM/agents/drm.py official repository ran · metamorphic tier: deterministic MIT (permissive) · a9ad8dd2711932a5 · report
Encoder XuGW-Kevin/DrM/agents/drm.py official repository ran · metamorphic tier: invariant MIT (permissive) · d813fe09c1f11ee3 · report
LinearOutputHook XuGW-Kevin/DrM/agents/drm.py official repository ran MIT (permissive) · 90fa74bb5ccb0f39 · report
VNetwork XuGW-Kevin/DrM/agents/drm.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · bf9059d382cd4a76 · report
perturb XuGW-Kevin/DrM/agents/drm.py official repository ran MIT (permissive) · 4a4ae05c66dd350a · report
DrMAgent XuGW-Kevin/DrM/agents/drm.py official repository unverified MIT (permissive) · 8e3bf39e16d5f8f9 · report
cal_dormant_ratio XuGW-Kevin/DrM/agents/drm.py official repository unverified MIT (permissive) · 8fffb4ffe2539b0c · report
Encoder premiertaco/premier-taco/premier_taco.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 7bf47ecc40f3709e · report
PremierTACO premiertaco/premier-taco/premier_taco.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 8b978f2f6d65a554 · report
RandomShiftsAug premiertaco/premier-taco/premier_taco.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 9cc8a14eac6104ec · report
to_torch premiertaco/premier-taco/premier_taco.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 6244e9922f4e0610 · report
PremierTACORepresentation premiertaco/premier-taco/premier_taco.py community (archive-listed) unverified no licence file found · pointer only · 9c6ad305f2611fc4 · report
weight_init premiertaco/premier-taco/premier_taco.py community (archive-listed) unverified no licence file found · pointer only · 28ac15d6aea86e0e · report

Tasks

Continuous ControlReinforcement LearningReinforcement Learning (RL)continuous-controlreinforcement-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