Q-Value Regularized Transformer for Offline Reinforcement Learning

Abstract

Recent advancements in offline reinforcement learning (RL) have underscored the capabilities of Conditional Sequence Modeling (CSM), a paradigm that learns the action distribution based on history trajectory and target returns for each state. However, these methods often struggle with stitching together optimal trajectories from sub-optimal ones due to the inconsistency between the sampled returns within individual trajectories and the optimal returns across multiple trajectories. Fortunately, Dynamic Programming (DP) methods offer a solution by leveraging a value function to approximate optimal future returns for each state, while these techniques are prone to unstable learning behaviors, particularly in long-horizon and sparse-reward scenarios. Building upon these insights, we propose the Q-value regularized Transformer (QT), which combines the trajectory modeling ability of the Transformer with the predictability of optimal future returns from DP methods. QT learns an action-value function and integrates a term maximizing action-values into the training loss of CSM, which aims to seek optimal actions that align closely with the behavior policy. Empirical evaluations on D4RL benchmark datasets demonstrate the superiority of QT over traditional DP and CSM methods, highlighting the potential of QT to enhance the state-of-the-art in offline RL.

Cite

Text

Hu et al. "Q-Value Regularized Transformer for Offline Reinforcement Learning." International Conference on Machine Learning, 2024.

Markdown

[Hu et al. "Q-Value Regularized Transformer for Offline Reinforcement Learning." International Conference on Machine Learning, 2024.](https://mlanthology.org/icml/2024/hu2024icml-qvalue/)

BibTeX

@inproceedings{hu2024icml-qvalue,
  title     = {{Q-Value Regularized Transformer for Offline Reinforcement Learning}},
  author    = {Hu, Shengchao and Fan, Ziqing and Huang, Chaoqin and Shen, Li and Zhang, Ya and Wang, Yanfeng and Tao, Dacheng},
  booktitle = {International Conference on Machine Learning},
  year      = {2024},
  pages     = {19165-19181},
  volume    = {235},
  url       = {https://mlanthology.org/icml/2024/hu2024icml-qvalue/}
}