KIDS TRIVIA

KIDS QUIZ

ROBOTS AND ARTIFICIAL INTELLIGENCE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the definition of Reinforcement Learning?
A
The process of learning an action through feedback and practice until the action is completed.
B
The process of learning with training labels (like donut or bagel from the crash course video).
C
The process of learning without training labels through grouping and clustering things that are similar.
D
None of the above
Explanation: 

Detailed explanation-1: -action. #rl. In reinforcement learning, the mechanism by which the agent transitions between states of the environment. The agent chooses the action by using a policy.

Detailed explanation-2: -Reinforcement learning (RL) is an area of machine learning concerned with how intelligent agents ought to take actions in an environment in order to maximize the notion of cumulative reward.

Detailed explanation-3: -The agent observes an input state. An action is determined by a decision making function (policy) The action is performed. The agent receives a scalar reward or reinforcement from the environment. Information about the reward given for that state / action pair is recorded.

There is 1 question to complete.