Skip to content

zefea/qLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Q-learning algorithm

  • The aim is to train the mouse as to be able to find the cheese with the best/closest path possible.

  • Comparision of a random selection and softmax selection can be seen from the pull-request report. Also the same results is avaiable in output files seperately.

  • There is also a .c version of the program without plots.

    • Mouse and Cheese