Arrows or WASD to turn and thrust, space to fire.
How often it hits in its own practice games.
rate = 60 · H / (N · Δt)How wrong its value estimates turn out to be a step later.
L = meanB [ clip(δ, ±1)² ] δ = R + γ³ · Q′(s′, a*) − Q(s, a) a* = argmaxa Q(s′, a) R = rt + γ rt+1 + γ² rt+2 plotted: L̄ ← L̄ + α (L − L̄), α = 0.01What it expects the best move available to be worth.
mean max Q = meanB [ maxa Q(s, a) ] Q(s, a) = V(s) + A(s, a) − meana A(s, a)How often it moves at random instead of following its policy.
ε = max(εmin, 1 − (1 − εmin) · min(1, n / 3000))What it is being paid for, term by term.
r = Σi wi · fi bari = wi fi / maxi |wi fi|