Data mining

Unit 4 • Chapter 2

Q-Learning

Summary

Explanation of the Q-learning algorithm process, including initializing the table entries, selecting actions, receiving rewards, updating the table entry values, and transitioning to new states until reaching the goal state.

Concept Check

What is Q-Learning algorithm used for?

What does q cap of s a get initialized to?

When is the table entry of q cap of s a updated?

What is the equation to update q cap of s a?