7

Welcome to Q-Learning

Ladies and gentlemen, things are about to get even more interesting than before. The next model we are about to tackle is at the heart of many AIs built today; robots, autonomous vehicles, and even AI players of video games. They all use Q-learning at the core of their model. Some of them even combine Q-learning with deep learning, making a highly advanced version of Q-learning called deep Q-learning, which we will cover in Chapter 9, Going Pro with Artificial Brains – Deep Q-Learning.

All of the AI fundamentals still apply to Q-learning, as follows:

  1. Q-learning is a Reinforcement Learning model.
  2. Q-learning works on the inputs (states) and outputs (actions) principle.
  3. Q-learning works on a predefined environment, including ...

Get AI Crash Course now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.