Poker-AI.org Poker AI and Botting Discussion Forum 2014-01-27T16:54:12+00:00 http://poker-ai.org/phpbb/feed.php?f=24&t=2688 2014-01-27T16:54:12+00:00 2014-01-27T16:54:12+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2688&p=5658#p5658 <![CDATA[Re: FLHU NE results]]> Statistics: Posted by spears — Mon Jan 27, 2014 4:54 pm


]]>
2014-01-27T16:27:51+00:00 2014-01-27T16:27:51+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2688&p=5656#p5656 <![CDATA[Re: FLHU NE results]]> Statistics: Posted by cantina — Mon Jan 27, 2014 4:27 pm


]]>
2014-01-27T12:34:32+00:00 2014-01-27T12:34:32+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2688&p=5652#p5652 <![CDATA[Re: FLHU NE results]]>
Code:
Bucket [0]--> (0, 0.450544, 0.549114)
Bucket [1]--> (0, 0, 0.999369)
Bucket [2]--> (0, 0, 0.999673)
Bucket [3]--> (0, 0.998947, 0.00105344)
Bucket [4]--> (0, 0, 0.999733)
Bucket [5]--> (0, 0.997003, 0.00299447)
Bucket [6]--> (0, 0.0018508, 0.998149)
Bucket [7]--> (0 0.776035 0.223964)


Nobody as values to compare with mine ?


THX.

MrNice

Statistics: Posted by MrNice — Mon Jan 27, 2014 12:34 pm


]]>
2014-01-25T20:06:31+00:00 2014-01-25T20:06:31+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2688&p=5636#p5636 <![CDATA[FLHU NE results]]>

I finally have finished to code my FLHU NE... (still need to save the strategy). Speed seems to be good starting at 1300 iterations/sec and finishing at 5000 iteration/sec... it's not multithreaded...

Have you some results to which I can compare mine ? Please specify the number of bucket and what is used as bucket algorithm...

For a 8-8-8-8 buckets, with bucketing as follow :

Code:
float preflopbucketthreshold[8] = {0.5, 0.55, 0.6, 0.65, 0.7, 0.75, 0.80, 1};
float flopbucketthreshold[8] = {0.50, 0.6, 0.7, 0.8, 0.85, 0.9, 0.95, 1};
float turnbucketthreshold[8] = {0.50, 0.6, 0.7, 0.8, 0.85, 0.9, 0.95, 1};
float riverbucketthreshold[8] = {0.50, 0.6, 0.7, 0.8, 0.85, 0.9, 0.95, 1};


I get the following probabilities for the first action of SB :

Code:
(FOLD, CALL, RAISE)
Bucket [0]--> (0.0180064, 0.342581, 0.639412)
Bucket [1]--> (0, 0.029748, 0.970248)
Bucket [2]--> (0, 0.00460014, 0.995395)
Bucket [3]--> (0, 0.831278, 0.168715)
Bucket [4]--> (0, 0.00988012, 0.989988)
Bucket [5]--> (0, 0.860706, 0.139171)
Bucket [6]--> (0, 0.0730151, 0.926966)
Bucket [7]--> (0, 0.449764, 0.550143)


What's you opinion on this ?

I will try to dump the preflop tree for each buckets to get more details on strategies per bucket.

Thanks for your help.


MrNice

Statistics: Posted by MrNice — Sat Jan 25, 2014 8:06 pm


]]>