English

Taming OOD Actions for Offline Reinforcement Learning: An Advantage-Based Approach

Machine Learning 2025-10-07 v4

Abstract

Offline reinforcement learning (RL) learns policies from fixed datasets without online interactions, but suffers from distribution shift, causing inaccurate evaluation and overestimation of out-of-distribution (OOD) actions. Existing methods counter this by conservatively discouraging all OOD actions, which limits generalization. We propose Advantage-based Diffusion Actor-Critic (ADAC), which evaluates OOD actions via an advantage-like function and uses it to modulate the Q-function update discriminatively. Our key insight is that the (state) value function is generally learned more reliably than the action-value function; we thus use the next-state value to indirectly assess each action. We develop a PointMaze environment to clearly visualize that advantage modulation effectively selects superior OOD actions while discouraging inferior ones. Moreover, extensive experiments on the D4RL benchmark show that ADAC achieves state-of-the-art performance, with especially strong gains on challenging tasks.

Keywords

Cite

@article{arxiv.2505.05126,
  title  = {Taming OOD Actions for Offline Reinforcement Learning: An Advantage-Based Approach},
  author = {Xuyang Chen and Keyu Yan and Wenhan Cao and Lin Zhao},
  journal= {arXiv preprint arXiv:2505.05126},
  year   = {2025}
}
R2 v1 2026-06-28T23:25:36.588Z