Question 1
For on policy SARSA update rule for Q(s, a), s, a, s′, a′ are needed. When is a′ computed/sampled?
before updating Q(s, a)
after updating Q(s, a)
before and after updating Q(s, a), but only later value is used.
before and after updating Q(s, a), but only the earlier value is used.
None of these.
