MichaelSpencerJr / Acnos

Digital version of the Acnos tabletop game
0 stars 0 forks source link

AI - Coverage Weight #12

Open MichaelSpencerJr opened 7 years ago

MichaelSpencerJr commented 7 years ago

AI weighted estimation of future game states should include values for estimated board coverage for resulting positions. This helps reduce decision tree width by combining full tree estimation (including both AI and player moves) with coverage estimation (including only AI moves).

Acceptance Criteria: