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 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 →