A demo project using demonstrating the Q-learning algorithm in a tabular setting. For an in-browser WebGL version, follow the link here.
Within the project:
InternalAgent.cs
contains all of the Q-learning logic.GridEnvironment.cs
contains all of the environment-specific logic.