Is Q-learning an Ill-posed Problem?
Philipp Wissmann, Daniel Hein, Steffen Udluft, Thomas Runkler
TL;DR
The paper investigates instability in Q-learning within continuous-state environments. By progressively removing bootstrapping (via BSF-NFQ) and using true environment dynamics, it shows that instability persists even in simple benchmarks, and that the true Q-function exhibits abrupt discontinuities that NN function approximators struggle to capture. This reveals an ill-posed learning task where small changes in targets can yield large policy differences, suggesting that the problem is rooted in the MDP definition rather than the algorithm. The findings caution against assuming Q-learning is a universal remedy for reinforcement learning in continuous domains and highlight broader implications for offline policy evaluation and related methods that rely on sample-based Q-value evaluation.
Abstract
This paper investigates the instability of Q-learning in continuous environments, a challenge frequently encountered by practitioners. Traditionally, this instability is attributed to bootstrapping and regression model errors. Using a representative reinforcement learning benchmark, we systematically examine the effects of bootstrapping and model inaccuracies by incrementally eliminating these potential error sources. Our findings reveal that even in relatively simple benchmarks, the fundamental task of Q-learning - iteratively learning a Q-function from policy-specific target values - can be inherently ill-posed and prone to failure. These insights cast doubt on the reliability of Q-learning as a universal solution for reinforcement learning problems.
