Machine Learning & Training
What Is Q-Learning?
Q-learning is a reinforcement learning algorithm that learns the expected value of taking a given action in a given state. It updates these value estimates through experience, gradually converging toward an optimal policy. Because it does not require a model of the environment, it is considered a model-free method.
Further reading
Read more about Q-learning — articles and blogs from around the web: