Question 13
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.
What is the effect of setting
in TD(
) on the weighting of
-step returns?
All
-step returns are ignored.Only the 1-step return contributes, with weight 1.
All
-step returns contribute equally.The weighting distribution remains unchanged.