Tommalla / SoccerAI

An AI for playing the popular Paper Soccer game
0 stars 0 forks source link

Improve random playout quality for MCTS #39

Closed Tommalla closed 10 years ago

Tommalla commented 10 years ago

Try to pick random moves with probability proportional to objective function.

Tommalla commented 10 years ago

And the other way around for min nodes.

Tommalla commented 10 years ago

Also add Board::canWinInOneMove(), to always win whenever it's possible.

Tommalla commented 10 years ago

I tried implementing improved random playout generation using objective functions, but the performance overhead killed the added value completely.