LGAIJul 15, 2024

Offline Reinforcement Learning with Imputed Rewards

arXiv:2407.10839v1h-index: 37
Originality Incremental advance
AI Analysis

This addresses the data-scarce challenge in offline reinforcement learning for real-world applications like robotics, though it is incremental as it builds on existing ORL techniques.

The paper tackles the problem of offline reinforcement learning requiring many reward-labeled demonstrations by proposing a reward model that estimates rewards from limited samples and imputes them for reward-free transitions, enabling performant agents to be learned with only 1% of reward-labeled data on D4RL tasks.

Offline Reinforcement Learning (ORL) offers a robust solution to training agents in applications where interactions with the environment must be strictly limited due to cost, safety, or lack of accurate simulation environments. Despite its potential to facilitate deployment of artificial agents in the real world, Offline Reinforcement Learning typically requires very many demonstrations annotated with ground-truth rewards. Consequently, state-of-the-art ORL algorithms can be difficult or impossible to apply in data-scarce scenarios. In this paper we propose a simple but effective Reward Model that can estimate the reward signal from a very limited sample of environment transitions annotated with rewards. Once the reward signal is modeled, we use the Reward Model to impute rewards for a large sample of reward-free transitions, thus enabling the application of ORL techniques. We demonstrate the potential of our approach on several D4RL continuous locomotion tasks. Our results show that, using only 1\% of reward-labeled transitions from the original datasets, our learned reward model is able to impute rewards for the remaining 99\% of the transitions, from which performant agents can be learned using Offline Reinforcement Learning.

Foundations

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

Your Notes