Answer
- vs=V(ss)+Σt γt−s (Πρi) δtV with δtV=rt+γ V(st+1)−V(st), and ρi=min(ρ,π/μ) 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
- vs=V(ss)+Σ γt−s (Πρi) δtV with ρi=min(ρ,π/μ); 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.