mitpokerbots/engine

Player.query(): should ignore min_raise if going all-in

Closed this issue · 0 comments

Currently, submitting a valid raise requires making at least the minimum additional contribution of a big blind or the continue cost; however, this is incorrect logic if a player is going all-in and cannot meet the minimum raise amount.

A modification should be made to the Player.query() method reflecting this in its raise amount validation block.