Reinforcement Learning MCQs
Reinforcement Learning MCQs 1. _________________ is a type of machine learning in which an agent learns to make decisions by interacting with an environment. A. Supervised learning B. Reinforcement learning C. Semi-supervised learning D. Unsupervised learning Ans: B 2. Which of the following are applications of Reinforcement learning? A. Robotics B. video games C. self-driving cars D. All of the above Ans: D 3._________________ is defined as when an event, occurs due to a particular behavior, increases the strength and the frequency of the behavior. A. Positive Reinforcement B. Negative Reinforcement C. Both A and B D. None of the above Ans : A 4. Which type of feedback does an agent in reinforcement learning receive? A. Predictions B. Labels C. Clusters D. Rewards or penalties Ans: D 5. ______________ is the Q-learning algorithm used for in reinforc...