Papers › Accelerating Exploration with Unlabeled Prior Data

Accelerating Exploration with Unlabeled Prior Data

9 Nov 2023NeurIPS 2023 11arXiv:2311.05067archive 2025-07-28

Qiyang Li, Jason Zhang, Dibya Ghosh, Amy Zhang, Sergey Levine

Learning to solve tasks from a sparse reward signal is a major challenge for standard reinforcement learning (RL) algorithms. However, in the real world, agents rarely need to solve sparse reward tasks entirely from scratch. More often, we might possess prior experience to draw on that provides considerable guidance about which actions and outcomes are possible in the world, which we can use to explore more effectively for new tasks. In this work, we study how prior data without reward labels may be used to guide and accelerate exploration for an agent solving a new sparse reward task. We propose a simple approach that learns a reward model from online experience, labels the unlabeled prior data with optimistic rewards, and then uses it concurrently alongside the online data for downstream policy and critic optimization. This general formula leads to rapid exploration in several challenging sparse-reward domains where tabula rasa exploration is insufficient, including the AntMaze domain, Adroit hand manipulation domain, and a visual simulated robotic manipulation domain. Our results highlight the ease of incorporating unlabeled prior data into existing online RL algorithms, and the (perhaps surprising) effectiveness of doing so.

PaperPDFConference PDFCodeCode 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="2311.05067")

Code

Syntology Ran 12 of 14 code samples harvested from 3 repositories linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: official repository: 6 samples from 1 repository, 5 ran; found in paper text by Syntology: 8 samples from 2 repositories, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

facebookresearch/explore officialmentioned in paperjax 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

14 samples harvested; 12 ran; 1 honoured the contract we drafted; 2 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
2ran · our draft was wrong
1ran · fixture could not drive it
8ran
2unverified

Licence: 6 of the 14 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 3 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.

add_prefix facebookresearch/explore/train_finetuning.py official repository ran · our draft was wrong licence not identified · pointer only · 089275b7fa4d5916 · report
MLP facebookresearch/explore/rlpd/agents/rm.py official repository ran licence not identified · pointer only · bbbf2d644361bb77 · report
StateActionValue facebookresearch/explore/rlpd/agents/rm.py official repository ran licence not identified · pointer only · 31328481902ec81d · report
check_overlap facebookresearch/explore/train_finetuning.py official repository ran · fixture could not drive it fingerprinted licence not identified · pointer only · 020d4443bd958d4c · report
combine facebookresearch/explore/train_finetuning.py official repository ran · our draft was wrong licence not identified · pointer only · 7a2c5b4e604fd307 · report
RM facebookresearch/explore/rlpd/agents/rm.py official repository unverified licence not identified · pointer only · 7b4b28cd176c0e5a · report
clip_magnitude avisingh599/cog/rlkit/pythonplusplus.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 93d28ca67303e04b · report
create_stats_ordered_dict avisingh599/cog/rlkit/core/eval_util.py found in paper text by Syntology ran MIT (permissive) · fadf5f762ff04cd6 · report
get_average_returns avisingh599/cog/rlkit/core/eval_util.py found in paper text by Syntology ran MIT (permissive) · a5d10a0b704c8db7 · report
get_flat_params avisingh599/cog/rlkit/core/batch_rl_algorithm.py found in paper text by Syntology ran MIT (permissive) · 9b9a51e3e3be7a6e · report
identity avisingh599/cog/rlkit/pythonplusplus.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 9910e2fc297f8665 · report
is_numeric avisingh599/cog/rlkit/pythonplusplus.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 4138766e854db009 · report
simple_separated_format avisingh599/cog/rlkit/core/tabulate.py found in paper text by Syntology ran MIT (permissive) · 5cb0c55f58279f59 · report
subsample_ensemble ikostrikov/rlpd/rlpd/networks/ensemble.py found in paper text by Syntology unverified MIT (permissive) · c021b9fd8bb7677d · 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