How does Q-Learning behave under function approximation + off-policy mismatch?
Updated May 17, 2026
Short answer
When combining function approximation with off-policy learning, Q-Learning can become unstable due to distribution mismatch and bootstrapped error amplification.
Deep explanation
Q-Learning is inherently off-policy, meaning it learns from transitions generated by a behavior policy different from the greedy target policy. When combined with function approximation (like neural networks), this creates a mismatch between the data distribution and the policy being evaluated. The network is trained on states that may not be representative of the optimal policy’s visitation distribution, leading to extrapolation errors.…
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro