What is Q-learning in reinforcement learning?
-
A
A policy gradient algorithm that optimizes the policy directly
-
B
A model-based planning algorithm using a learned transition model
-
C
A model-free algorithm that learns action-value (Q) functions to determine the best action in each state
-
D
A supervised learning algorithm adapted for sequential decisions