Question 17
Consider an episodic task with four non-terminal states: A, B, C and D. The following are some episodes experienced by an agent following a fixed policy. The terminal state is not explicitly mentioned for any of the episodes.
A,1, C,1, D,0, C,0, A,1, B,1
A,0, C,0, D,1, C,1, B,1
D,1, C,0, A,0, C,1, B,0
C,0, A,1, C,1, B,0
C,1, B,0
D,0, B,1
B,1
B,0
(Enter your answer correct to three decimal places.)
Based on the above data, answer the given subquestions.
Batch Monte Carlo (MC) methods estimate the value function by finding the least-squares fit to the sampled returns generated under the policy.
TRUE
FALSE