Q Learning Algorithm: AI and Rats

I put The Infamous Software Rat, a perl implementation of the Q Learning algorithm, back up on the projects page.

The Q learning algorithm is a nice, simple introduction to machine learning. The math is not too hard, the concept is reasonably easy to wrap your head around, there are a bunch of illustrative diagrams, and I’ve even included the source code, if you have a perl interpreter and want to run it for yourself.

Join the Discussion