Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

hahahaha I made this game many years ago, and I still enjoy getting comments on it! ^^

Maybe it was badly explained on the game (I don't remember now) but second and third sensor don't make it learn faster, otherwise it makes they learn slower, but able to learn more and better (in machine learning terms, they have bigger layers).

Sometimes learning process gets stuck on a "local minimum" and it is very hard to get out of that. The only advise I can give you is to made they to "unlearn" a lot to get away of that "local minimum", and then start again the learning process. To do that, get back to old maps for some generations, or change the configurations by A LOT. 

The green bike is there to allow you to see if each generation is evolving or they are stuck on a local minimum and getting away from it: if the green bike is always doing the same, they are not learning, neither "unlearning".

Another hard option you have is to retire early, you won't get the bonuses from completing all races, but you will start again with the same amount of sensor to try again learning from 0...

Isn't the term local maximum? It's the max you can get, but if you go back a few steps you can do better

Good question!

You are right, in this context would be a "local maximum", because they are stuck on "lap completion %", something you want to maximize but you can get stuck on a "local maximum".

I used "local minimum" because I was thinking on "lap completion time", something you want to minimize but you can get stuck on a "local minimum".

In short: You can use Maximum or Minimum depending of what are you measuring.