Poker-AI.org Poker AI and Botting Discussion Forum 2014-01-01T05:14:10+00:00 http://poker-ai.org/phpbb/feed.php?f=24&t=2566 2014-01-01T05:14:10+00:00 2014-01-01T05:14:10+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=5563#p5563 <![CDATA[Re: Representing]]> Quote:

the old one was correct though. you want to make the opponent indifferent between calling and folding.
this of course given the oversimplified case of nut/air vs bluff catcher scenario.


I studied this a bit further and asked a few GTO guys. One thing I hadn't considered was the optimal bet size to make him indifferent

So I take my perceived range which only includes hands I could actually bet for value and total air OTR:

Code:
  TotalCombos = ValueCombos+BluffCombos
  BluffPercent = (BluffCombos/TotalCombos)/100
  ValuePercent = (ValueCombos/TotalCombos)/100
  BetSize = ValuePercent - BluffPercent
  BetSize = BluffPercent/BetSize
  BetSize = PotSize*BetSize


Example: Lets say I have 36% bluff combos and 64% value combos. So in this case I actually rep quite a bit of value. So the optimal betsize in this case would be 1.3 pot which would make him indifferent to calling or folding. If I was bluffing in this spot it would look pretty weak to bet 1.3 pot however...but my range looks so strong that it looks like it could be an act. So I guess it all balances outs which is why its optimal for a baseline bet...I think..

This GTO stuff can get confusing.

EDIT. One thing about this formula is that it assumes your range construction is nearly GTO correct which I believe is 2:1 value to bluff combos.

Statistics: Posted by shalako — Wed Jan 01, 2014 5:14 am


]]>
2013-12-26T23:47:45+00:00 2013-12-26T23:47:45+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=5557#p5557 <![CDATA[Re: Representing]]> Quote:

makes no sense. if you bet pot you should be bluffing 500% of the time? (???)

Sorry..Scratch that *10 off there..its 50%. Its not 50% you should be bluffing..but the MAX amount of the time you could be bluffing..but that is not the end of the problem. You may not be able to rep 10 value combos AND have enough fold equity in the villains range at the same time to pull it off.

Code:
MaxBluff =(BetSize/(PotSize+BetSize))
BluffCombos = ValueCombos/MaxBluff
if BluffCombos >= 10 AND FoldEquity > (100/MaxBluff) then Return TRUE


Quote:
the old one was correct though. you want to make the opponent indifferent between calling and folding.
this of course given the oversimplified case of nut/air vs bluff catcher scenario.


Explain this to me please. I really have seen a ton of different ways that this is done and all of them return different results.

Statistics: Posted by shalako — Thu Dec 26, 2013 11:47 pm


]]>
2013-12-26T21:28:47+00:00 2013-12-26T21:28:47+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=5556#p5556 <![CDATA[Re: Representing]]> shalako wrote:

After a few months I finally found the correct formula for figuring out the max amount of time you should be bluffing based on the betsize. I was confused after seeing several variants:

MaxBluff = (BetSize/(PotSize+BetSize)))*10

Also..the old formula I was using:

MaxBluff = (BetSize/(PotSize+BetSize*2)

is actually the minimum river calling frequency..or how often we are going to have to be ahead in order to make a call. This is just the minimum equity that is needed.


makes no sense. if you bet pot you should be bluffing 500% of the time? (???)

the old one was correct though. you want to make the opponent indifferent between calling and folding.

this of course given the oversimplified case of nut/air vs bluff catcher scenario.

Statistics: Posted by somehomelessguy — Thu Dec 26, 2013 9:28 pm


]]>
2013-12-26T04:56:05+00:00 2013-12-26T04:56:05+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=5553#p5553 <![CDATA[Re: Representing]]>
MaxBluff = (BetSize/(PotSize+BetSize)))*10

Also..the old formula I was using:

MaxBluff = (BetSize/(PotSize+BetSize*2)

is actually the minimum river calling frequency..or how often we are going to have to be ahead in order to make a call. This is just the minimum equity that is needed.

Statistics: Posted by shalako — Thu Dec 26, 2013 4:56 am


]]>
2013-09-25T04:13:23+00:00 2013-09-25T04:13:23+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=4999#p4999 <![CDATA[Re: Representing]]> Statistics: Posted by shalako — Wed Sep 25, 2013 4:13 am


]]>
2013-09-23T16:36:21+00:00 2013-09-23T16:36:21+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=4988#p4988 <![CDATA[Re: Representing]]>
What is interesting is the bluff percentage is also the percentage that you should be calling as a minimum..even with zero equity otherwise its a leak. So in any given situation you really have two options..you either have enough equity to call or your forced to call/bluff raise due to the fold equity he needs from you. Because if you dont then he is going to win on fold equity alone as he is always getting value from you on his bluffs.

Balancing all this is not easy!

I actually thing I am using the wrong formula above. I think it might have to be 2*BetSize instead of 1x. Everybody seems to have a different opinion on this one so I am not sure which is right

Statistics: Posted by shalako — Mon Sep 23, 2013 4:36 pm


]]>
2013-09-23T14:09:57+00:00 2013-09-23T14:09:57+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=4987#p4987 <![CDATA[Re: Representing]]> Statistics: Posted by shadehs — Mon Sep 23, 2013 2:09 pm


]]>
2013-09-23T13:22:36+00:00 2013-09-23T13:22:36+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=4986#p4986 <![CDATA[Re: Representing]]> shadehs wrote:

Shalako, you do this kind of bluffs in HU or also in 6 max / 9 max ?
And also are you going to exploit all of your opponents, or it depends by their stats, and if yes, what stats?


This is for HU but it would be the same for 6 or 9max. I only have it bluffing if I have no showdown value/equity. I am not really using any stats but if the guy is folding too many turns and rivers then none of this really matters anyway. Like if the guy is folding to 60% of turn bets then you have to bet 100% of turns until he adjusts. The villains folding stats are the most useful.

As far as stats to determine whether to bluff or not the hand combinatorics is the place to start which is not really a stat. So to pull off a bluff you need two major items of info. 1: can you rep a 10+ combos and 2: how much fold equity is in the villains range. To do this your going to have to break down ranges which is a royal pain.

One thing to remember is that if your leading the betting and the villain calls then there is not much fold equity in his range as he would not continue with total air. So this is when you use your turn folding stats to determine whether to bluff more often then not. The max time you should bluff is based on the your bet size if the guys stats are neutral (example is his turn fold is 50% or less). So if you make a psb on the turn you cannot bluff more then 33% of the time in that spot.

Statistics: Posted by shalako — Mon Sep 23, 2013 1:22 pm


]]>
2013-09-23T07:06:50+00:00 2013-09-23T07:06:50+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=4984#p4984 <![CDATA[Re: Representing]]> And also are you going to exploit all of your opponents, or it depends by their stats, and if yes, what stats?

Statistics: Posted by shadehs — Mon Sep 23, 2013 7:06 am


]]>
2013-09-23T02:52:59+00:00 2013-09-23T02:52:59+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=4983#p4983 <![CDATA[Re: Representing]]>
I also simplified the fold equity math:

Code:
if BluffValueCombos >= 10 then
FoldEquityNeeded = BetSize/(PotSize+BetSize)*100
if FoldEquity >= FoldEquityNeeded then CheckRaiseBluff = TRUE
end


So the process of selling a bluff was not as easy as I had first thought. Hand combinatorics of both the villain and the bot play a huge part of it.

Statistics: Posted by shalako — Mon Sep 23, 2013 2:52 am


]]>
2013-09-15T22:10:16+00:00 2013-09-15T22:10:16+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=4938#p4938 <![CDATA[Re: Representing]]>
Win = PotSize * FoldEquity
Lose = PotSize+BetSize * (1-FoldEquity)
EV = Win-Lose

So in order to pull off the bluff you not only have to be able to rep 10+ value combos but also calculate what part is his range is going to fold.

Statistics: Posted by shalako — Sun Sep 15, 2013 10:10 pm


]]>
2013-09-22T20:47:37+00:00 2013-09-08T15:03:22+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=4872#p4872 <![CDATA[Re: Representing]]> Quote:

Also there are two aspects to this. The short term issue - is the bluff I'm about to make plausible? - and the long term issue - can I really maintain these stats over 100's of hands without someone noticing?


Yeah that is what I am trying to figure out..is the bluff plausible based on the villains read of my range.

I have posted in other forums trying to get more GTO advice on this problem. One bit of info I got was the max % of the time I should be bluffing in any given spot. The formula is based on the betsize:

X = BetSize/1+2*BetSize

So if you make a standard cbet of half pot you should not be bluffing more the 25% (0.5/1+1) of the time. So basically it needs to work 25% of time to be profitable.

So now we take the combinatorics of a particular hand. Lets say I am 3 betting 200 combos pre and on the flop I can only value bet 39 combinations of my perceived range. So of that range I can only be bluffing 25% of it or 9.25 combinations. I believe that is how it works but I am not really positive yet.

So according to what I had heard that I should be repping at least 10 combinations when bluffing then the above scenario does not meet the criteria and I should not bluff.

Statistics: Posted by shalako — Sun Sep 08, 2013 3:03 pm


]]>
2013-09-08T08:55:36+00:00 2013-09-08T08:55:36+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=4868#p4868 <![CDATA[Re: Representing]]>
I suspect a reason that the MCTS approach hasn't worked well is that it hasn't taken self image into account. Sonia did though.

Also there are two aspects to this. The short term issue - is the bluff I'm about to make plausible? - and the long term issue - can I really maintain these stats over 100's of hands without someone noticing?

Statistics: Posted by spears — Sun Sep 08, 2013 8:55 am


]]>
2013-09-07T22:55:22+00:00 2013-09-07T22:55:22+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=4867#p4867 <![CDATA[Re: Representing]]> Statistics: Posted by shalako — Sat Sep 07, 2013 10:55 pm


]]>
2013-08-29T05:56:45+00:00 2013-08-29T05:56:45+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2566&p=4737#p4737 <![CDATA[Representing]]>
Well its late I have been drinking. In the back of my mind I have been thinking about a routine that would tell me how many combos of nut hands I can rep based on my actions. I suppose the solution would be to take the board and figure out what hands make the nuts, 2nd nut, third nut etc. Then I can determine how many of those hands could be in my "perceived range". To make a successful bluff I think you need to be able to rep at least 10 combos. Poker is not only about analyzing EV against his range but also analyzing how he perceives my range as well. I think this is a hole that I have missed.

What is interesting about this can I also want to represent a bluff when I have value. So it works both ways.

Has anybody else worked on this? This is the kind of stuff that keeps me up at night. I need a life...

Statistics: Posted by shalako — Thu Aug 29, 2013 5:56 am


]]>