Skip to content

m-maresch/qlearning-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QLearning Game

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.

Dependencies

Thanks to everyone contributing to any of the following projects:

  • WPF
  • Live-Charts

Releases

No releases published

Packages

No packages published

Languages