Papers › Anti-Exploration by Random Network Distillation

Anti-Exploration by Random Network Distillation

31 Jan 2023arXiv:2301.13616archive 2025-07-28

Alexander Nikulin, Vladislav Kurenkov, Denis Tarasov, Sergey Kolesnikov

Despite the success of Random Network Distillation (RND) in various domains, it was shown as not discriminative enough to be used as an uncertainty estimator for penalizing out-of-distribution actions in offline reinforcement learning. In this paper, we revisit these results and show that, with a naive choice of conditioning for the RND prior, it becomes infeasible for the actor to effectively minimize the anti-exploration bonus and discriminativity is not an issue. We show that this limitation can be avoided with conditioning based on Feature-wise Linear Modulation (FiLM), resulting in a simple and efficient ensemble-free algorithm based on Soft Actor-Critic. We evaluate it on the D4RL benchmark, showing that it is capable of achieving performance comparable to ensemble-based methods and outperforming ensemble-free approaches by a wide margin.

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

Code

Syntology Ran 20 of 26 code samples harvested from 4 repositories linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 18 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 17 ran; community (archive-listed): 7 samples from 2 repositories, 3 ran; community: 1 sample from 1 repository, 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.

tinkoff-ai/sac-rnd officialmentioned in papermentioned on GitHubjax report
zzmtsvv/sac_drnd mentioned on GitHubpytorch report
zzmtsvv/sac_rnd 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

26 samples harvested; 20 ran; 1 honoured the contract we drafted; 6 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
1ran · our draft was wrong
18ran
6unverified

Licence: 7 of the 26 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 4 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.

BilinearDense tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · d69bcc085240a24a · report
BilinearFirstMLP tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 8f6f4cff35de62cf · report
BilinearFullMLP tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 0f917b109efda65c · report
BilinearLastMLP tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · a231dfdd79465ac6 · report
ConcatFirstMLP tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · bd41551ec9638504 · report
ConcatFullMLP tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 41028f940725e4a0 · report
ConcatLastMLP tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 21b612feebc3499d · report
FilmFirstMLP tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · be3f4b3f06b0e6bd · report
FilmFullMLP tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 91e0406ad5665e10 · report
FilmLastMLP tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 3ea09b9fb948e867 · report
GatedMLP tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 12f4f05b82493956 · report
TorchBilinearDense tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · f08bbf7286cf9812 · report
TorchBilinearFirstMLP tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 7131c9d471efe1a4 · report
TorchBilinearFullMLP tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 93814161ebae72e3 · report
TorchBilinearLastMLP tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · a9a4771d15f5a324 · report
normalize tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · adb37ed22c2703a9 · report
pytorch_init tinkoff-ai/sac-rnd/offline_sac/networks.py official repository ran · our draft was wrong Apache-2.0 (permissive) · b62cf8b42971d060 · report
RND tinkoff-ai/sac-rnd/offline_sac/networks.py official repository unverified Apache-2.0 (permissive) · ffdc71693d91c600 · report
FiLM zzmtsvv/sac_rnd/rnd_modules.py community (archive-listed) ran no licence file found · pointer only · ceefac1ae561a6c3 · report
PredictorNetwork zzmtsvv/sac_rnd/rnd_modules.py community (archive-listed) ran no licence file found · pointer only · 590f9905be494072 · report
PriorNetwork zzmtsvv/sac_rnd/rnd_modules.py community (archive-listed) ran no licence file found · pointer only · d33f9e805bac2d2e · report
DRND zzmtsvv/sac_drnd/drnd_modules.py community (archive-listed) unverified no licence file found · pointer only · c901b83a37fd3070 · report
EnsembledFiLM zzmtsvv/sac_drnd/drnd_modules.py community (archive-listed) unverified no licence file found · pointer only · 7120bed03164d5ad · report
EnsembledTargetNetwork zzmtsvv/sac_drnd/drnd_modules.py community (archive-listed) unverified no licence file found · pointer only · bc04133ae453cf88 · report
RND zzmtsvv/sac_rnd/rnd_modules.py community (archive-listed) unverified no licence file found · pointer only · 28ed96e0bf8e9eab · report
train shidilrzf/anti-exploration-rl/examples/train_ae.py community unverified MIT (permissive) · 226a9594f55e107f · report

Tasks

D4RL

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