paper-with-me

홈 › Papers

Reward-free Pretraining for Reinforcement Learning via Occupancy Coverage Maximization

2026-06-19 · Marco Pratticò, Pietro Novelli, Massimiliano Pontil, Carlo Ciliberto arxiv

Sparse rewards pose a central challenge in reinforcement learning, since agents receive no informative signal until they reach their goal. Intrinsic-reward methods address this issue by optimizing non-stationary objectives such as novelty, prediction error, or skill diversity, thereby injecting a supervision signal into the problem. While effective, these methods often require that the extrinsic (sparse) reward can be evaluated -- either online or during offline relabeling of the stored transitions. This limitation is particularly vexing for multi-task, meta-, and continual reinforcement learning, where agents' interactions with the environment are usually reward-free. In this work, we present a method to pre-train transferable exploration policies that rapidly adapt to sparse rewards at downstream task time. Our objective maximizes state-space covering for the occupancy measure, and can be framed in terms of entropy maximization. Its algorithmic implementation, ROVER, leverages recent advances on the operatorial formulation of RL to estimate occupancy with a learned resolvent world model, bypassing common hurdles associated with density and entropy estimation. ROVER further introduces a virtual "sink" state for unexplored regions, balancing coverage of known states with expansion into unseen ones and preventing cyclic expansion-collapse behavior during learning. In tabular and pixel-based sparse navigation tasks, ROVER produces more uniform aggregate coverage and stronger initializations for downstream tasks than standard reward-free baselines.

📄 PDF Abstract BibTeX arXiv:2606.21271

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Fitted Occupancy-Ratio Evaluation without Bellman Completeness

2026-07-06 · Lars van der Laan, Nathan Kallus arxiv

Occupancy ratios correct distribution shift in offline reinforcement learning and are central to off-policy evaluation. Existing primal-dual and minimax methods typically estimate these ratios by enforcing occupancy-bala…

Reinforcement Learning

Imitation with Neural Density Models

2020-10-19 · NeurIPS 2021 12 · Kuno Kim, Akshat Jindal, Yang song, Jiaming Song 외

We propose a new framework for Imitation Learning (IL) via density estimation of the expert's occupancy measure followed by Maximum Occupancy Entropy Reinforcement Learning (RL) using the density as a reward. Our approac…

Density EstimationImitation Learningreinforcement-learningReinforcement Learning+1

Pretraining Reward-Free Representations for Data-Efficient Reinforcement Learning

2021-03-09 · ICLR Workshop SSL-RL 2021 5 · Max Schwarzer, Nitarshan Rajkumar, Michael Noukhovitch, Ankesh Anand 외

Data efficiency poses a major challenge for deep reinforcement learning. We approach this issue from the perspective of self-supervised representation learning, leveraging reward-free exploratory data to pretrain encoder…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

From Relative Entropy to Minimax: A Unified Framework for Coverage in MDPs

2026-01-17 · Xihe Gu, Urbashi Mitra, Tara Javidi arxiv

Targeted and deliberate exploration of state--action pairs is essential in reward-free Markov Decision Problems (MDPs). More precisely, different state-action pairs exhibit different degree of importance or difficulty wh…

Constrained Ensemble Exploration for Unsupervised Skill Discovery

2024-05-25 · Chenjia Bai, Rushuai Yang, Qiaosheng Zhang, Kang Xu 외

Unsupervised Reinforcement Learning (RL) provides a promising paradigm for learning useful behaviors via reward-free per-training. Existing methods for unsupervised RL mainly conduct empowerment-driven skill discovery or…

Reinforcement Learning (RL)Unsupervised Reinforcement Learning