Quantile Q-Learning: Revisiting Offline Extreme Q-Learning with Quantile Regression
Xinming Gao, Shangzhe Li, Yujin Cai, Wenwu Yu
TL;DR
This work tackles the instability and dataset-specific hyperparameter tuning of offline Extreme Q-Learning (XQL) by introducing a quantile-regression-based, state-dependent temperature $β(s)$ and a mild generalization-based value regularization. By interpreting $V(s)$ and $\hat{V}(s)$ as quantiles of the $Q$-function and deriving $β(s)$ from the quantile gap via the Euler–Mascheroni constant $ω$, the authors formulate a $eta$-free learning objective (Quantile Q-Learning) with robust in-sample performance. They further stabilize training through a conservative regularization mechanism and a constrained policy objective, enabling strong results on D4RL and NeoRL2 with a single hyperparameter setting across domains. Experiments show competitive or superior performance relative to state-of-the-art baselines and confirm the stability advantages of QQL, with ablations highlighting the importance of value regulation and conservative estimation. The approach holds practical promise for real-world offline RL where domain-specific tuning is impractical and data collection is expensive or risky.
Abstract
Offline reinforcement learning (RL) enables policy learning from fixed datasets without further environment interaction, making it particularly valuable in high-risk or costly domains. Extreme $Q$-Learning (XQL) is a recent offline RL method that models Bellman errors using the Extreme Value Theorem, yielding strong empirical performance. However, XQL and its stabilized variant MXQL suffer from notable limitations: both require extensive hyperparameter tuning specific to each dataset and domain, and also exhibit instability during training. To address these issues, we proposed a principled method to estimate the temperature coefficient $β$ via quantile regression under mild assumptions. To further improve training stability, we introduce a value regularization technique with mild generalization, inspired by recent advances in constrained value learning. Experimental results demonstrate that the proposed algorithm achieves competitive or superior performance across a range of benchmark tasks, including D4RL and NeoRL2, while maintaining stable training dynamics and using a consistent set of hyperparameters across all datasets and domains.
