RiverTethys / ppg-hanabi

Hanabi implementation in Python 3 with AI players
0 stars 0 forks source link

Early turns cluing #20

Closed madheime closed 9 years ago

madheime commented 9 years ago

There is something seriously wrong with cluing in the early turns. I forced an evaluation of discard as super-low in the first round, and all that resulted is that they blindly played cards for a few rounds.

Either badly written clue conventions, incomplete table information, or something of that sort is preventing cluing in the early round from even being considered.

madheime commented 9 years ago

Seems that there is some issue with predicting that a clue will be "playing" ...perhaps especially when cluing 1's?

madheime commented 9 years ago

In faaaaaaact, there is a problem with giving ones playability bits or with making bit piles out of those playability bits.