What is the impact of correlated samples in Q-Learning training?

Updated May 17, 2026

Short answer

Correlated samples cause unstable updates and slow convergence in Q-Learning.

Deep explanation

Sequential environment transitions are highly correlated, violating the i.i.d. assumption required for stable gradient-based learning. This leads to oscillations and divergence in Q-value estimates. Experience replay mitigates this by randomly sampling past transitions, breaking temporal correlations and stabilizing learning.

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 →