lorserker/ben

Error in Bidding_Binary.py

ThorvaldAagaard opened this issue · 2 comments

I am no expert on python, but
image
is only updating 1 in 10.000 deals as training

And when you look at it will you add a note why you are using 32 as number of cards?
image

Reading the code it seems you are grouping cards from 7-2 in one group, and that seems like a good idea, but I think it is very few bidding systems that adds value to 8 and 9, so why not reduce the deck to 24?

yes, the indentation looks wrong.

32 is quite arbitrary. for bidding it could be less, for play it probably should be more :)

Solved in #57