seniorQ-Learning
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 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