How does target network update frequency affect training stability?

Updated May 17, 2026

Short answer

Target network update frequency balances stability and learning speed in DQN.

Deep explanation

If updated too frequently, the network becomes unstable because targets shift rapidly. If updated too slowly, learning becomes outdated and sluggish. Soft updates (Polyak averaging) are often used to smooth transitions between networks.

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 →