Interview: 'summarize when RL wins in production.'
mediumAnswer
- RL wins when: (1) task has sequential decisions with delayed reward that SL / bandit can't capture.
- (2) You can simulate cheaply or have massive logged interaction data (offline RL).
- (3) Optimizing long-term outcomes (retention, LTV, revenue).
- (4) Reward signal is clean + auto-computable (verifier tasks: math, code).
- (5) You need superhuman / above-demo behavior.
- Rule: RL is a targeted tool.
- Most 'RL problems' are better as bandit or SL — audit before starting.
Check yourself — multiple choice
- Never wins
- Wins with: sequential decisions + delayed reward + simulation or offline logs + long-term outcome KPIs + verifier reward + above-demo behavior; audit alternatives first (bandit / SL)
- Random
- Always
RL wins: sequential + delayed reward + sim/logs + long-term KPI + verifier + above-demo.
#interview
Practise Reinforcement Learning
214 interview questions in this topic.
Related questions
- Interview: 'design an RL system for X' — what's your framework?
- Interview: 'when should you NOT use RL?'
- Interview: 'your DQN agent isn't learning — how do you debug?'
- Interview: 'explain why PPO is on-policy but uses a ratio to importance-sample.'
- Interview: 'walk me through the tradeoffs of SFT-only vs SFT+RLHF vs SFT+DPO.'
- Interview: 'you're given 100 hours of expert data + can simulate — how do you train an agent?'