June 2018
Intermediate to advanced
318 pages
9h 24m
English
We have seen that an agent goal is to maximize the return. For an episodic task, we can define our return as Rt= rt+1 + rt+2 + ..... +rT, where T is the final state of the episode, and we try to maximize the return Rt.
Since we don't have any final state for a continuous task, we can define our return for continuous tasks as Rt= rt+1 + rt+2+....,which sums up to infinity. But how can we maximize the return if it never stops?
That's why we introduce the notion of a discount factor. We can redefine our return with a discount factor
, as follows:
The discount factor decides how much importance we give to the future ...
Read now
Unlock full access