English

Anti-Exploration by Random Network Distillation

Machine Learning 2023-05-18 v2 Artificial Intelligence Neural and Evolutionary Computing

Abstract

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.

Keywords

Cite

@article{arxiv.2301.13616,
  title  = {Anti-Exploration by Random Network Distillation},
  author = {Alexander Nikulin and Vladislav Kurenkov and Denis Tarasov and Sergey Kolesnikov},
  journal= {arXiv preprint arXiv:2301.13616},
  year   = {2023}
}

Comments

ICML 2023, Poster, Source code: https://github.com/tinkoff-ai/sac-rnd

R2 v1 2026-06-28T08:27:58.978Z