Papers › Uncertainty-Aware Reward-Free Exploration with General Function Approximation

Uncertainty-Aware Reward-Free Exploration with General Function Approximation

24 Jun 2024arXiv:2406.16255archive 2025-07-28

Junkai Zhang, Weitong Zhang, Dongruo Zhou, Quanquan Gu

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 ϵ-optimal policy, GFA-RFE needs to collect Õ (H² logN_ℱ (ϵ) dim (ℱ) / ϵ² ) number of episodes, where ℱ is the value function class with covering number N_ℱ (ϵ) and generalized eluder dimension dim (ℱ). 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.

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

Code

Syntology Ran 12 of 15 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 10 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

uclaml/gfa-rfe officialmentioned in paperpytorchMIT 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

15 samples harvested; 12 ran; 1 honoured the contract we drafted; 3 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
10ran
3unverified

Licence: 0 of the 15 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 uclaml/gfa-rfe. “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 uclaml/gfa-rfe/agent/dsquare.py official repository ran MIT (permissive) · 419af119bd09b0ac · report
Critic uclaml/gfa-rfe/agent/dsquare.py official repository ran MIT (permissive) · 790cb19787a27e3c · report
Encoder uclaml/gfa-rfe/agent/dsquare.py official repository ran MIT (permissive) · 2e578a8124e51723 · report
RandomShiftsAug uclaml/gfa-rfe/agent/dsquare.py official repository ran fingerprinted MIT (permissive) · 5aee04fb3686517a · report
VectorizedCritics uclaml/gfa-rfe/agent/dsquare.py official repository ran MIT (permissive) · a8a8005cfb1d6a98 · report
episode_len uclaml/GFA-RFE/replay_buffer.py official repository ran MIT (permissive) · 9f840a22d31a89bc · report
grad_norm uclaml/GFA-RFE/utils.py official repository ran MIT (permissive) · 2478bb95b38ef24f · report
load_episode uclaml/GFA-RFE/replay_buffer.py official repository ran MIT (permissive) · 184876e5f4ab6562 · report
make_replay_loader uclaml/GFA-RFE/replay_buffer.py official repository ran MIT (permissive) · e4f44028e6834d07 · report
param_norm uclaml/GFA-RFE/utils.py official repository ran MIT (permissive) · 8708aaca52006e47 · report
schedule uclaml/gfa-rfe/agent/dsquare.py official repository ran · honoured contract MIT (permissive) · ae234269debed3f4 · report
to_torch uclaml/GFA-RFE/utils.py official repository ran · our draft was wrong MIT (permissive) · 6244e9922f4e0610 · report
D2Agent uclaml/gfa-rfe/agent/dsquare.py official repository unverified MIT (permissive) · dbe65af46016bc97 · report
DDPGAgent uclaml/gfa-rfe/agent/dsquare.py official repository unverified MIT (permissive) · 4c262c61dad0f383 · report
make_agent uclaml/GFA-RFE/offline.py official repository unverified MIT (permissive) · 2a76dfe317adeb03 · report

Tasks

Reinforcement Learning (RL)

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