Quantile regression in QR-DQN — the loss.
hardAnswer
- Predict N quantiles of return distribution.
- Loss on target y for quantile prediction at level : ρ_τ where ρ_τ(u) = u(τ - I(u < 0)) (asymmetric absolute error).
- Total .
- Trains each quantile to correct level.
- Extension of C51 to continuous quantiles.
- Foundation of IQN.
Check yourself — multiple choice
- Random
- Predict N quantiles at levels ; loss ρ_τ asymmetric absolute error; trains each quantile to correct level; extension of C51 to continuous quantiles
- Same as MSE
- Not real
QR loss: ρ_τ(u) = u(τ - I(u<0)); asymmetric absolute error at level τ.
#value-methods#theory
Practise Reinforcement Learning
214 interview questions in this topic.