Skip to content

aannieliu/monkeymonkeygogogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Reinforcement Learning of Swingy Monkey

monkey, monkey, go! go! go!

####Andong Liu, Yulei Wang and Xiaoran Zhang

This repository contains code files of reinforcement learning of the game Swing Monkey.

Please read Task.pdf for a description of the game and out goal.

Please read Report.pdf for a description of what we did.

model_Q_1.py has the code for the Q-learning model mentioned in the report. This code also saves a dictionary containing (the number of iterations, the current scores and highest scores) after running the model.

model_Q_2.py has the codeo for the Q-learning model 2.0 mentioned in the report. This code also saves a dictionary containing (the number of iterations, the current scores, highest scores and the proportion of non-zero Q-matrix entries) after running the model.

report.py contains some code to help you open the saved dictionary files.

About

Reinforcement Learning (Swingy Monkey )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages