What is an episode in reinforcement learning?
a) A set of data points used for training
b) A sequence of actions and states from the start to the end of a task
c) A deep learning model architecture
d) A method for reducing dimensionality
Answer:
b) A sequence of actions and states from the start to the end of a task
Explanation:
An episode in reinforcement learning refers to a sequence of actions, states, and rewards from the start of a task until it ends, such as completing a game level.
Reference:
Reinforcement Learning (RL) Quiz – MCQ Questions and Answers