Simple maze solution for Grid World with tabular function approximation. This example code is for introduction of reinforcement learning, SARSA.
Git clone to this file or download the source codes and play with it.
You can check the latest sources with the command:
git clone https://github.com/lemin/gridWorld.git
or if you have write privileges:
git clone git@github.com:lemin/gridWorld.git