machine-learning
Using Q-Learning for Pathfinding
This post is an introduction to a method of reinforcement learning known as Q-Learning. We will use a simple example of solving a logic puzzle to explain basic concepts of this method. A basic knowledge of math and graphs is required to follow this post.