Question 4
What is a key advantage of using n-step TD prediction over one-step TD prediction?
n-step TD prediction requires less memory and computational resources.
n-step TD prediction can handle delayed rewards and credit assignment over multiple time steps.
n-step TD prediction converges faster to the optimal policy.
n-step TD prediction guarantees convergence to the optimal value function for any choice of the learning rate.