seniorQ-Learning
What is the 'Deadly Triad' in reinforcement learning?
Updated May 17, 2026
Short answer
The deadly triad is function approximation, bootstrapping, and off-policy learning.
Deep explanation
When these three components are combined, training instability and divergence can occur in Q-learning. Deep RL methods carefully balance these components using replay buffers, target networks, and regularization techniques.
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