What is Q-learning in reinforcement learning?
a) A model-free algorithm used to learn the value of actions
b) A type of supervised learning
c) A deep learning algorithm
d) A classification method for actions
Answer:
a) A model-free algorithm used to learn the value of actions
Explanation:
Q-learning is a model-free reinforcement learning algorithm that helps an agent learn the value of taking a particular action in a given state by using rewards.
Reference:
Reinforcement Learning (RL) Quiz – MCQ Questions and Answers