seniorQ-Learning
What is catastrophic forgetting in Deep Q-Networks?
Updated May 17, 2026
Short answer
Catastrophic forgetting occurs when a neural network forgets previously learned behaviors due to new updates.
Deep explanation
In DQN, as new experiences are learned, gradient updates may overwrite previously learned Q-values for older states. This is especially problematic in non-stationary or replay-buffer-limited training. Experience replay mitigates this by mixing old and new samples, preserving distributional stability.
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