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!
bbbammer
3
Posts
2
Followers
A member registered Feb 09, 2022 · View creator page →
Creator of
Recent community posts
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.
If windows won't let you run the exe, here is a link to the .py file on github.
