Poker-AI.org

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

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: reweighting problem!
PostPosted: Sun Mar 01, 2015 6:29 pm 
Offline
Junior Member

Joined: Thu Feb 19, 2015 3:06 pm
Posts: 11
Location: Argentina
Hello again, now I trying to implement the reweighting for a weight table

ReWeighting(Action a, WeightTable wt, GameContext gc, OppModel om){
for each (hand in wt){
ProbabilityDistribution pt[FOLD,CALL,RAISE];
PT = predictOppAction(om, hand, gc);
wt[hand] = wt[hand] * pt[a];
}
}

but I found a problem, in predictOppAction i need calculate EHS with hand+gameContext.
My source and my processor let me get the flop EHS in 3 seconds, and 3 seconds for each entry in WeightTable is so much... I thought save in a data file, all EHS of all possible context, but this would, 6 billions of seconds, and indexing in 2 billions data, for flop only, is not nice..
I read about LUTs but i don't understand, I read about reduce the possibilities, by similarity patterns, but calculate EHS of 1 case, which represents 100 cases,is not very accurate...

Did you use this pseudocode?
there any other way to do it??

Thanks...


Top
 Profile  
 
 Post subject: Re: reweighting problem!
PostPosted: Sun Mar 01, 2015 7:11 pm 
Offline
Site Admin
User avatar

Joined: Sun Feb 24, 2013 9:39 pm
Posts: 642
https://www.google.co.uk/#q=site:poker-ai.org+16432
https://www.google.co.uk/#q=site:poker- ... somorphism


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


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:
cron
Powered by phpBB® Forum Software © phpBB Group