V-trace off-policy correction formula.
hardAnswer
- with , and clipped importance ratio.
- Different clipping thresholds for ρ (target) vs c (trace) allow bias-variance trade.
- Off-policy corrections without exploding variance.
- Enables IMPALA-style distributed training.
- Modern reference for scalable off-policy actor-critic.
Check yourself — multiple choice
- Random
- with ; separate clipping thresholds for target and trace → tunes bias-variance; enables IMPALA
- Same as GAE
- Not real
V-trace: truncated IS + clipping ρ̄ for target and c for trace; IMPALA.
#actor-critic#theory
Practise Reinforcement Learning
214 interview questions in this topic.