LGAIJan 4, 2025

SR-Reward: Taking The Path More Traveled

arXiv:2501.02330v32 citationsh-index: 29Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This work addresses the challenge of reward learning in offline reinforcement learning for researchers and practitioners, offering an incremental improvement over existing methods.

The authors tackled the problem of learning reward functions from offline demonstrations by proposing SR-Reward, which decouples the reward from the policy to improve stability and efficiency, achieving competitive results on the D4RL benchmark compared to offline RL and imitation learning methods.

In this paper, we propose a novel method for learning reward functions directly from offline demonstrations. Unlike traditional inverse reinforcement learning (IRL), our approach decouples the reward function from the learner's policy, eliminating the adversarial interaction typically required between the two. This results in a more stable and efficient training process. Our reward function, called \textit{SR-Reward}, leverages successor representation (SR) to encode a state based on expected future states' visitation under the demonstration policy and transition dynamics. By utilizing the Bellman equation, SR-Reward can be learned concurrently with most reinforcement learning (RL) algorithms without altering the existing training pipeline. We also introduce a negative sampling strategy to mitigate overestimation errors by reducing rewards for out-of-distribution data, thereby enhancing robustness. This strategy inherently introduces a conservative bias into RL algorithms that employ the learned reward. We evaluate our method on the D4RL benchmark, achieving competitive results compared to offline RL algorithms with access to true rewards and imitation learning (IL) techniques like behavioral cloning. Moreover, our ablation studies on data size and quality reveal the advantages and limitations of SR-Reward as a proxy for true rewards.

Foundations

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

Your Notes