Poker-AI.org
https://poker-ai.org/phpbb/

Various questions about getting started
https://poker-ai.org/phpbb/viewtopic.php?f=22&t=2428
Page 2 of 2

Author:  birchy [ Tue Apr 02, 2013 6:10 pm ]
Post subject:  Re: Various questions about getting started

I'm not sure about the Java side of things as I don't use it but I'm sure you'd find something useful if you try various combinations of "java rayw 2+2 poker evaluator". I use the 2+2 lookup table to rank hands within a self coded Monte Carlo evaluator for HU, however it was originally designed for doing full enumerations. My basic MC algorithm does the following:

1. deal a random hand from your opponents range (e.g. top 40%, etc)
2. deal random cards until we have 5 community cards (e.g. deal turn & river if we know the flop cards, etc)
3. use lookup table to get a ranking for each player
4. decide which player wins (or ties)
5. repeat for as many iterations as you want (I use a fixed time of 2.5 seconds)

Author:  spears [ Tue Apr 02, 2013 7:35 pm ]
Post subject:  Re: Various questions about getting started

viewtopic.php?f=24&t=2390
https://poker-ai.org/archive/www.pok ... ?f=3&t=353

Author:  Gnomikian [ Wed Apr 03, 2013 4:41 pm ]
Post subject:  Re: Various questions about getting started

AI isn't that difficult...

If IsMyTurn then Shove;

Simple isn't it ? ;)

Page 2 of 2 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/