atharvapatil22 / PokerAI

0 stars 0 forks source link

Reduce betting ratio constants to something controllable #77

Closed TiptonG closed 3 weeks ago

TiptonG commented 3 weeks ago

Reduc the low, mid, and high bet ratios down to a single enum

TiptonG commented 3 weeks ago

fixed in #76, yes I know it's not on it's own feature branch, but it was a quick fix.

TiptonG commented 3 weeks ago

The use of an enum was unnecessary and made it not work, an empty class with some static constants did the trick.