aikupoker / deeper-stacker

DeeperStacker: DeepHoldem Evil Brother
39 stars 3 forks source link

min_raise_size #20

Open yffbit opened 3 years ago

yffbit commented 3 years ago

@aikupoker I have a question. https://github.com/aikupoker/deeper-stacker/blob/b6cd962de7a109d356e05c2b94f88da288628e7a/Source/Game/bet_sizing.lua#L36 Why opponent_bet - node.bets[current_player]? Not math.max(0, arguments.ante)? Raise action means current player must match opponent's bet first and then put in an additional amount. The gap between two player's bet is not contained in the raise size, just like the code https://github.com/aikupoker/deeper-stacker/blob/b6cd962de7a109d356e05c2b94f88da288628e7a/Source/Game/bet_sizing.lua#L70