Akavall / GoGamesProject

Trying to make some simple games using golang.
1 stars 1 forks source link

Simulationist ai bug fix #42

Closed Akavall closed 8 years ago

Akavall commented 8 years ago

I have played with AI on my local, and it did get noticeably stronger. The buggy version made AI too conservative because it thought that it could lose brains gained on a turn that it did not really have. Towards the end of the game AI, where AI had like 10 brains total score (it thought that it could lose all that!), it got really conservative.

a-temlyakov commented 8 years ago

Looks good!