Poker-AI.org Poker AI and Botting Discussion Forum 2014-03-31T16:28:32+00:00 http://poker-ai.org/phpbb/feed.php?f=24&t=2729 2014-03-31T16:28:32+00:00 2014-03-31T16:28:32+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2729&p=5905#p5905 <![CDATA[Re: Unit tests for AI]]>
I run tests on my bot to see how it behaves in certain situations all the time. Its very important to do this to ensure the bot is well balanced and unpredictable. An example is how it reacts to a flop cbet. So I ran simulations based on that scenerio and recorded how often it calls, folds, raises, floats etc. So when I ran this about 10k times I noticed I needed to have it bluff about 20% more as it was raising too much value. What I actually did was move some value into its calling range and had it bluff raise more floating hands like a pair and backdoor draw etc. This balanced everything out.

I also ran sims on many other things like its preflop 3B bluff %, turn double barrel % and so on. What I wanted to do was gather data on my bot to see what the villains HUD would look like and make sure I didnt have any obvious leaks the he could pick up on. Its not so easy to balance out the river but that is another story...

The key thing on this stuff is to ensure the villain is not getting value on his bluffs which is a big factor to consider. Most bots do not handle aggression well and they tend to over fold. This is where running specific tests will really help such as the bots double barrel fold %.

Statistics: Posted by shalako — Mon Mar 31, 2014 4:28 pm


]]>
2014-03-30T15:41:44+00:00 2014-03-30T15:41:44+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2729&p=5901#p5901 <![CDATA[Unit tests for AI]]>
I wonder, if anyone of the pokerbotters have any sort of unit tests on their AI.
Something like a set of poker situation and preferable actions.

If you have, please share your experience - which framework you use, how many unittest you have, how did you obtain these situation and decisions etc.

Thanks!

Statistics: Posted by concretemixer — Sun Mar 30, 2014 3:41 pm


]]>