Information-Based Exploration via Random Features for Reinforcement Learning

Abstract

Representation learning has enabled classical exploration strategies to be extended to deep Reinforcement Learning (RL), but often makes algorithms more complex and theoretical guarantees harder to establish. We introduce Random Feature Information Gain (RFIG), grounded in Bayesian kernel methods theory, which uses random Fourier features to approximate information gain and compute exploration bonuses in non-countable spaces. We provide error bounds on information gain approximation and avoid the black-box aspects of neural network-based uncertainty estimation, for optimism-based exploration. We present practical details that make RFIG scalable to deep RL scenarios, enabling smooth integration into standard deep RL algorithms. Experimental evaluation across diverse control and navigation tasks demonstrates that RFIG achieves competitive performance with well-established deep exploration methods while offering superior theoretical interpretation.

Cite

Text

Radji and Maillard. "Information-Based Exploration via Random Features for Reinforcement Learning." Proceedings of the 17th Asian Conference on Machine Learning, 2025.

Markdown

[Radji and Maillard. "Information-Based Exploration via Random Features for Reinforcement Learning." Proceedings of the 17th Asian Conference on Machine Learning, 2025.](https://mlanthology.org/acml/2025/radji2025acml-informationbased/)

BibTeX

@inproceedings{radji2025acml-informationbased,
  title     = {{Information-Based Exploration via Random Features for Reinforcement Learning}},
  author    = {Radji, Waris and Maillard, Odalric-Ambrym},
  booktitle = {Proceedings of the 17th Asian Conference on Machine Learning},
  year      = {2025},
  pages     = {271-286},
  volume    = {304},
  url       = {https://mlanthology.org/acml/2025/radji2025acml-informationbased/}
}