LGJul 17, 2025

From Novelty to Imitation: Self-Distilled Rewards for Offline Reinforcement Learning

arXiv:2507.12815v13 citationsh-index: 2Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This addresses the challenge of reward annotation costs for offline RL practitioners, though it is incremental as it adapts an existing method to a specific bottleneck.

The paper tackled the problem of offline reinforcement learning requiring costly reward annotations by proposing ReLOAD, a framework that generates intrinsic rewards from expert demonstrations using Random Network Distillation, achieving competitive performance on the D4RL benchmark.

Offline Reinforcement Learning (RL) aims to learn effective policies from a static dataset without requiring further agent-environment interactions. However, its practical adoption is often hindered by the need for explicit reward annotations, which can be costly to engineer or difficult to obtain retrospectively. To address this, we propose ReLOAD (Reinforcement Learning with Offline Reward Annotation via Distillation), a novel reward annotation framework for offline RL. Unlike existing methods that depend on complex alignment procedures, our approach adapts Random Network Distillation (RND) to generate intrinsic rewards from expert demonstrations using a simple yet effective embedding discrepancy measure. First, we train a predictor network to mimic a fixed target network's embeddings based on expert state transitions. Later, the prediction error between these networks serves as a reward signal for each transition in the static dataset. This mechanism provides a structured reward signal without requiring handcrafted reward annotations. We provide a formal theoretical construct that offers insights into how RND prediction errors effectively serve as intrinsic rewards by distinguishing expert-like transitions. Experiments on the D4RL benchmark demonstrate that ReLOAD enables robust offline policy learning and achieves performance competitive with traditional reward-annotated methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes