Imagination-Limited Q-Learning for Offline Reinforcement Learning

Abstract

Offline reinforcement learning seeks to derive improved policies entirely from historical data but often struggles with over-optimistic value estimates for out-of-distribution (OOD) actions. This issue is typically mitigated via policy constraint or conservative value regularization methods. However, these approaches may impose overly constraints or biased value estimates, potentially limiting performance improvements. To balance exploitation and restriction, we propose an Imagination-Limited Q-learning (ILQ) method, which aims to maintain the optimism that OOD actions deserve within appropriate limits. Specifically, we utilize the dynamics model to imagine OOD action-values, and then clip the imagined values with the maximum behavior values. Such design maintains reasonable evaluation of OOD actions to the furthest extent, while avoiding its over-optimism. Theoretically, we prove the convergence of the proposed ILQ under tabular Markov decision processes. Particularly, we demonstrate that the error bound between estimated values and optimality values of OOD state-actions possesses the same magnitude as that of in-distribution ones, thereby indicating that the bias in value estimates is effectively mitigated. Empirically, our method achieves state-of-the-art performance on a wide range of tasks in the D4RL benchmark.

Cite

Text

Liu et al. "Imagination-Limited Q-Learning for Offline Reinforcement Learning." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/642

Markdown

[Liu et al. "Imagination-Limited Q-Learning for Offline Reinforcement Learning." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/liu2025ijcai-imagination/) doi:10.24963/IJCAI.2025/642

BibTeX

@inproceedings{liu2025ijcai-imagination,
  title     = {{Imagination-Limited Q-Learning for Offline Reinforcement Learning}},
  author    = {Liu, Wenhui and Wu, Zhijian and Wang, Jingchao and Huang, Dingjiang and Zhou, Shuigeng},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {5770-5778},
  doi       = {10.24963/IJCAI.2025/642},
  url       = {https://mlanthology.org/ijcai/2025/liu2025ijcai-imagination/}
}