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 pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Q-Learning interview questions

View all →