Basic QLearning examples
GridLab and LargeGridLab are Grid world labyrinthe solved using these homemade Q-learning functions. painless_qlearning_example is a solution for the simple Q-learning problem found in the famous Painless QLearning example : http://mnemstudio.org/path-finding-q-learning-tutorial.htm
I recommended you to check the example notebook to get started.