What does the term “policy” mean in reinforcement learning?
a) The function that maps actions to rewards
b) The strategy that defines how the agent selects actions
c) The model used to predict future states
d) The algorithm used to update the environment
Answer:
b) The strategy that defines how the agent selects actions
Explanation:
A policy in reinforcement learning defines the agent’s behavior at a given state by determining which action the agent will take.
Reference:
Reinforcement Learning (RL) Quiz – MCQ Questions and Answers