forked from happypepper/DeepHoldem
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
@aikupoker
I have a question.
deeper-stacker/Source/Game/bet_sizing.lua
Line 36 in b6cd962
local min_raise_size = math.min(max_raise_size, math.max(opponent_bet - node.bets[current_player], arguments.ante)) |
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 codedeeper-stacker/Source/Game/bet_sizing.lua
Line 70 in b6cd962
out[{used_bets_count, current_player}] = opponent_bet + raise_size |
Metadata
Metadata
Assignees
Labels
No labels