When Are RL Hyperparameters Benign? A Study in Offline Goal-Conditioned RL
Jan Malte Töpperwien, Aditya Mohan, Marius Lindauer
TL;DR
The paper addresses whether hyperparameter sensitivity in RL is intrinsic or amplified by training dynamics, by studying offline goal-conditioned RL with fixed data and controlled data-quality shifts. It contrasts bootstrapped TD learning (HIQL) with a non-TD quasimetric objective (QRL) and introduces inter-goal gradient alignment as a mechanistic diagnostic for sensitivity. Across stationary and non-stationary regimes, hyperparameter landscapes in offline GCRL are generally benign, but HIQL exhibits sharper optima and phase drift under data-quality schedules, while QRL retains broad near-optimal regions once modest expert data is present. The authors connect these differences to destructive inter-goal gradient interference in HIQL, suggesting that bootstrapping dynamics, rather than exploration alone, drive brittleness. Practically, the results imply that non-TD objectives may offer more robust hyperparameter behavior under distribution shifts, while TD-based methods may require adaptive stabilization or retuning across training phases.
Abstract
Hyperparameter sensitivity in Deep Reinforcement Learning (RL) is often accepted as unavoidable. However, it remains unclear whether it is intrinsic to the RL problem or exacerbated by specific training mechanisms. We investigate this question in offline goal-conditioned RL, where data distributions are fixed, and non-stationarity can be explicitly controlled via scheduled shifts in data quality. Additionally, we study varying data qualities under both stationary and non-stationary regimes, and cover two representative algorithms: HIQL (bootstrapped TD-learning) and QRL (quasimetric representation learning). Overall, we observe substantially greater robustness to changes in hyperparameter configurations than commonly reported for online RL, even under controlled non-stationarity. Once modest expert data is present ($\approx$ 20\%), QRL maintains broad, stable near-optimal regions, while HIQL exhibits sharp optima that drift significantly across training phases. To explain this divergence, we introduce an inter-goal gradient alignment diagnostic. We find that bootstrapped objectives exhibit stronger destructive gradient interference, which coincides directly with hyperparameter sensitivity. These results suggest that high sensitivity to changes in hyperparameter configurations during training is not inevitable in RL, but is amplified by the dynamics of bootstrapping, offering a pathway toward more robust algorithmic objective design.
