Staying away from big stacks

Coding-related discussion: OpenPPL (Poker Programming Language) and internal OpenHoldem-script
Post Reply
Partypoker562
First blood
First blood
Posts: 19
Joined: Fri Jan 27, 2023 1:35 pm

Staying away from big stacks

Post by Partypoker562 »

Any advice on how to stay away from the big stacks? I keep getting knocked out of tournaments when the bot goes all-in against the big stack. Any codes that can help me avoid shoving against the big stacks would help. Also, is there any way to indicate how much each player on the table has in chips? What code would make the bot know that player 5 has $10,000 in chips.
Alex
Site Admin
Site Admin
Posts: 3112
Joined: Sun Mar 26, 2017 5:58 pm

Re: Staying away from big stacks

Post by Alex »

Partypoker562 wrote: Fri Mar 17, 2023 10:48 am Any advice on how to stay away from the big stacks? I keep getting knocked out of tournaments when the bot goes all-in against the big stack. Any codes that can help me avoid shoving against the big stacks would help. Also, is there any way to indicate how much each player on the table has in chips? What code would make the bot know that player 5 has $10,000 in chips.
just StackSize0, or StackSize1, etc
but StackSize_headsupchair is usually more practical, or StackSize_raischair (for last raiser)
Post Reply