Caesar AI Atlas

Return (возврат)

Caesar AI Atlas Definition

Return — cumulative reward, который агент ожидает получить из заданного state, следуя policy в рамках episode или time horizon. В reinforcement learning return может учитывать delayed rewards через discounting.

Other Definitions

Return (возврат) Source

In reinforcement learning, given a certain policy and a certain state, the return is the sum of all rewards that the agent expects to receive when following the policy from the state to the end of the episode. The agent accounts for the delayed nature of expected rewards by discounting rewards according to the state transitions required to obtain the reward. Therefore, if the discount factor is \\\\(\\\\\\\), and \\\\(r_0, \\\, r_\N\\\\\) denote the rewards until the end of the episode, then the return calculation is as follows:

Related Terms