Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello Nemael, I used to love playing this game growing up and I thought it would be a interesting game to try and teach a Reinforcement Learning algorithm to play. I was wondering if you have a github or something like that which holds the main script or source code of this game? This would be very useful to inform the agent about the environment its working in. Its also possible to do with pixels (raw game footage) but its quite difficult to do this and requires more computational power.

(1 edit)

Hi, I did put the scripts on a repository on GitLab, https://gitlab.com/Nemael/motherload-recorded (In folder Assets/MyScript)

Please let me know how your testing goes, I am super curious!

of course, I have an understanding of RL but have not applied it on something like this. I always loved this game so I thought it would be an interesting project. I'm hoping to identify the internal states of the game so that the algorithm knows how much health, money and other materials it has. The other option is to use the raw pixels as inputs but that is tricky too!