Question 14
Recall from the lectures, the forward-view
-return is defined as:
where
denotes the
-step return starting at time
.Consider using the TD(
) algorithm for an episodic task.
Based on the above data, answer the given subquestions.
As
in an episodic TD(
) task, the
-return
approaches which of the following?
The Monte Carlo return.
The one-step TD target.
The average of all
-step returns.Zero, since weights vanish as
.