A desktop app/game showcasing a reinforcement learning algorithm, specifically the QLearning algorithm, finding an optimal solution to get from point A to point B and visualizing data about the learning process going on behind the scenes.
The GameLogic folder contains the logic for the game (e.g. movement).
The QLearning folder contains the agent which sets up and executes the QLearning algorithm.
The QLearningGame folder contains all the visual parts of the application and glues everything together.
If you have any questions about the application or you'd like to know how to run it then feel free to contact me via mmaresch.com.
Thanks to everyone contributing to any of the following projects:
- WPF
- Live-Charts