Skip to content

Just a simple squirrel game designed on a 6 by 6 grid with a rat that is trying to get to his home in the least number of moves, but there are bombs in his way! I try to design a Q-learning reinforcement ML model to find the best solution. This is basically my hello world to Q-learning :)

License

Notifications You must be signed in to change notification settings

QuantumZain/Q-learning-squirrel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just a simple squirrel game designed on a 6 by 6 grid with a rat that is trying to get to his home in the least number of moves, but there are bombs along his way! I try to design a Q-learning reinforcement ML model to find the best solution.

This is basically my hello world to Q-learning :)

To render the model install pygame with: pip install pygame

About

Just a simple squirrel game designed on a 6 by 6 grid with a rat that is trying to get to his home in the least number of moves, but there are bombs in his way! I try to design a Q-learning reinforcement ML model to find the best solution. This is basically my hello world to Q-learning :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages