Poker-AI.org

Poker AI and Botting Discussion Forum
It is currently Mon Nov 13, 2023 5:43 pm

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Question on future hands
PostPosted: Sat Oct 19, 2013 5:13 pm 
Offline
New Member

Joined: Sat Oct 19, 2013 5:02 pm
Posts: 1
Dear All,

Currently I'm working on calculating optimal strategies in a 6p push/fold game with CFR. Since the goal is to apply it for tournament solving I was consider whether it is beneficial to include future hands in the tree.

Reasons for:
Top commercial solvers do that (SnG Solver)
Chip size != equity
Applying one hand optimal strategy to multiple hands might be sub-optimal

Reasons against:
The hands are dependent only through stack sizes and sitting positions
Equity is an increasing function of chips => the more chips the better

Also, solving the current hand with CFR already takes around 10kk iterations which takes a bit of time (~30min), but the inclusion of future rounds would multiply that substancially.

To conclude, I would like to ask opinions on inclusion of benefits of inclusion of future hands in calculating the optimal strategies in my case. Any related articles and/or forum threads would be appreciated greatly as well.


Cheers


Top
 Profile  
 
PostPosted: Sun Oct 20, 2013 8:58 pm 
Offline
Junior Member

Joined: Thu May 23, 2013 11:35 pm
Posts: 23
no you shouldn't. logically, even doing 2 hands would take (10kk)^2 iterations = 100 trillion

if each iteration took 1ms, that would take 3000 years to complete.

you should look into ICM calcutions.
I haven't done so myself but I imagine you would transform the payouts via the icm function

another problem is handling different scenarios of player stack sizes.

so you would have to solve the game for every combination of stack sizes (or a good approximation).


Top
 Profile  
 
PostPosted: Fri Oct 25, 2013 7:19 pm 
Offline
Junior Member

Joined: Fri Sep 27, 2013 12:21 am
Posts: 10
Why you do in 1st place? "Top commercial" ICM calc's have way better resourses then you do. ICM gives you N! increase in O(). Since you need "only" preflop,

Quote:
Currently I'm working on calculating optimal strategies in a 6p push/fold game with CFR. Since the goal is to apply it for tournament solving I was consider whether it is beneficial to include future hands in the tree.

It's only beneficial if you include N(preflop + nextStreet), not N(0 + M) hands. The basis for this extreimly simple, as preflop consider low amount of public information, the weight of EV(as bias, for given hand) gets more influence on result, when any given move leading to EV(as leaf node, for given hand). So basicly EV(bias) -> EV(best move). Or in other words EV(bias) <= EV(best move). So, as bias is huge for preflop, you may only consider EV(bias) but not EV(best move). Though lower limit of tube must be defined, I't too hard for, so Im getting to it. But lets assume that EV(best move) >= EV(bias) >= EV(worst move of bias). So bias in other words is preseption of opponent. If bias = 100% range so EV(best move) >= EV(bias) >= EV(worst move) for EV(100%) as pure CRM deffinition. So as long EV(100%) -> e-Nash, EV(bias)-> e-Nash, for any given bias. It leads to conclusion, as bias -> 0, more presise e-Nash can be found. So, only and only EV(O(1))i for any given set of hands i{X} will give you better EV then EV(bias)i. It leads to conlusion, EV(O(1))i for i{X} => EV(bias)i => EV(100% = 169(preflop)). => it's much better to go for opponents model then CFM for any given i{X} in Z, Z = all hadns. Is clear?
Quote:
To conclude, I would like to ask opinions on inclusion of benefits of inclusion of future hands in calculating the optimal strategies in my case. Any related articles and/or forum threads would be appreciated greatly as well.
look up

PS. the easy answer, - it's no worth it.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group