Poker-AI.org

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

All times are UTC




Post new topic Reply to topic  [ 9 posts ] 
Author Message
PostPosted: Thu Sep 12, 2013 1:30 am 
Offline
Junior Member

Joined: Fri Jul 05, 2013 9:57 pm
Posts: 15
Hi guys,

I'm trying to count strategically different hands for every street.
I'm counting private+board cards.
What I mean by strategically different? Lets say that on turn we have on board 4 cards with different colors. There is no chance that some player will have flush. So we don't count colors at all. In this example if we have AcKd and boards is 2c5d8hKs it is strategically the same hand as AsKc + board 2d5h8sKc.Also order of the cards is not important (it is only important which cards are ours). My results:
pre-flop 169
flop 1274241
turn 6916715
river 14660597

do you have the same?


Top
 Profile  
 
PostPosted: Thu Sep 12, 2013 2:38 am 
Offline
Senior Member

Joined: Mon Mar 11, 2013 10:24 pm
Posts: 216
at a first glance it looks right. if you want to compare the exact numbers, just look at the numbers of entries for the flop/turn/river luts from one of the implementations. each lut should contain a single entry for a "strategically different hand".


Top
 Profile  
 
PostPosted: Thu Sep 12, 2013 2:48 am 
Offline
Veteran Member

Joined: Thu Feb 28, 2013 2:39 am
Posts: 437
Well look what the cat dragged in...


Top
 Profile  
 
PostPosted: Thu Sep 12, 2013 2:55 am 
Offline
Senior Member

Joined: Mon Mar 11, 2013 10:24 pm
Posts: 216
Meowww :)


Top
 Profile  
 
PostPosted: Thu Sep 12, 2013 8:37 am 
Offline
Site Admin
User avatar

Joined: Sun Feb 24, 2013 9:39 pm
Posts: 642
The numbers for boards only are
flop: 1755
turn: 16432
river: 42769 (assuming you merge all nut-boards)

On average I see about 700 hands for the flop and 350 hands for the turn, so you look about right. Sorry I don't have more accurate numbers.


Top
 Profile  
 
PostPosted: Thu Sep 12, 2013 9:29 am 
Offline
Junior Member

Joined: Wed Sep 04, 2013 6:05 pm
Posts: 47
Hey Guyz,

Based on https://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0CDAQFjAA&url=http%3A%2F%2Fwww.aaai.org%2Focs%2Findex.php%2FWS%2FAAAIW13%2Fpaper%2Fdownload%2F7042%2F6491&ei=GoYxUtCSOs-O7QbppID4Dg&usg=AFQjCNG2i8s4RL3zXmGnbQ5FsKKDjkEB7A&sig2=cSr1bnMyrMAlaHmiZBxEyA&bvm=bv.52109249,d.Yms

and https://github.com/kdub0/hand-isomorphism

We should get (as far as I have understood) :
Pre-Flop 169
Flop : 1286792
Turn : 55190538
River : 2428287420

I'm a bit surprised of this numbers except for Pre-FLop...

How do you get so small LUT ?

Regards,

MrNice


Top
 Profile  
 
PostPosted: Thu Sep 12, 2013 1:01 pm 
Offline
Senior Member

Joined: Mon Mar 11, 2013 10:24 pm
Posts: 216
Check out the archive and search for LUTs, there have been 2 or 3 really good topics about it.


Top
 Profile  
 
PostPosted: Fri Sep 13, 2013 4:37 am 
Offline
Junior Member

Joined: Fri Jul 05, 2013 9:57 pm
Posts: 15
MrNice wrote:

How do you get so small LUT ?



I think that is the case:

Hipp wrote:
Also order of the cards is not important (it is only important which cards are ours).


Top
 Profile  
 
PostPosted: Fri Sep 13, 2013 5:01 am 
Offline
Regular Member

Joined: Sun Mar 03, 2013 11:55 am
Posts: 64
The suits of the cards are not important... only the number of cards with matching suits.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 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:
Powered by phpBB® Forum Software © phpBB Group