Caesar AI Atlas

Q-learning

Also known as: Q learning

Caesar AI Atlas Definition

Q-learning is a model-free reinforcement learning algorithm that learns the value of actions in states without requiring a model of the environment's dynamics. It seeks to approximate an optimal Q-function, often using the Bellman equation, so an agent can choose actions that maximize expected return.

Other Definitions

Q-learning Source

A model-free reinforcement learning algorithm for learning the value of an action in a particular state.

Q-learning Source

In reinforcement learning, an algorithm that allows an agent to learn the optimal Q-function of a Markov decision process by applying the Bellman equation. The Markov decision process models an environment.

Related Terms