English

Uncertainty-Aware Reward-Free Exploration with General Function Approximation

Machine Learning 2024-07-02 v2 Artificial Intelligence

Abstract

Mastering multiple tasks through exploration and learning in an environment poses a significant challenge in reinforcement learning (RL). Unsupervised RL has been introduced to address this challenge by training policies with intrinsic rewards rather than extrinsic rewards. However, current intrinsic reward designs and unsupervised RL algorithms often overlook the heterogeneous nature of collected samples, thereby diminishing their sample efficiency. To overcome this limitation, in this paper, we propose a reward-free RL algorithm called \alg. The key idea behind our algorithm is an uncertainty-aware intrinsic reward for exploring the environment and an uncertainty-weighted learning process to handle heterogeneous uncertainty in different samples. Theoretically, we show that in order to find an ϵ\epsilon-optimal policy, GFA-RFE needs to collect O~(H2logNF(ϵ)dim(F)/ϵ2)\tilde{O} (H^2 \log N_{\mathcal F} (\epsilon) \mathrm{dim} (\mathcal F) / \epsilon^2 ) number of episodes, where F\mathcal F is the value function class with covering number NF(ϵ)N_{\mathcal F} (\epsilon) and generalized eluder dimension dim(F)\mathrm{dim} (\mathcal F). Such a result outperforms all existing reward-free RL algorithms. We further implement and evaluate GFA-RFE across various domains and tasks in the DeepMind Control Suite. Experiment results show that GFA-RFE outperforms or is comparable to the performance of state-of-the-art unsupervised RL algorithms.

Keywords

Cite

@article{arxiv.2406.16255,
  title  = {Uncertainty-Aware Reward-Free Exploration with General Function Approximation},
  author = {Junkai Zhang and Weitong Zhang and Dongruo Zhou and Quanquan Gu},
  journal= {arXiv preprint arXiv:2406.16255},
  year   = {2024}
}

Comments

32 pages, 5 figures, 4 tables, accepted by ICML 2024

R2 v1 2026-06-28T17:16:40.104Z