Question #18
Reading: Reading 3 Machine Learning
PDF File: Reading 3 Machine Learning.pdf
Page: 7
Status: Unattempted
Correct Answer: B
Part of Context Group: Q17-18
Shared Context
Question
Nowak tries to explain the reinforcement learning (RL) algorithm to Kowalski and makes a number of statements about it. The reinforcement learning (RL) algorithm involves an agent that is most likely to:
Answer Choices:
A. perform actions that will minimize costs over time
B. take into consideration the constraints of its environment
C. make use of direct labeled data and instantaneous feedback
Explanation
The reinforcement learning (RL) algorithm involves an agent that will perform actions that
will maximize its rewards over time, taking into consideration the constraints of the
environment. Unlike supervised learning, reinforcement learning has neither
instantaneous feedback nor direct labeled data for each observation.