Learn Before
Calculating Episode Return
An agent navigates a maze and completes an episode. During this episode, it receives the following sequence of rewards at each time step: [-1, -1, -1, +10]. The final reward of +10 is received upon reaching the goal, which ends the episode. Calculate the total reward (return) for this episode and briefly explain what this value signifies for the agent.
0
1
Tags
Ch.4 Alignment - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Baseline Method for Policy Gradient Variance Reduction
An agent is being trained in an environment where its sole objective is to maximize the sum of rewards it collects during an episode. The agent completes two separate episodes, receiving the following sequences of rewards:
- Episode A:
[+2, +2, +2, +2, +2] - Episode B:
[-5, -5, +10, +10, +1]
Based on the agent's primary objective, which statement correctly compares the outcomes of these two episodes?
- Episode A:
Robot Navigation Path Selection
Calculating Episode Return