资 源 简 介
Basic Java components for researching and developing programs that involve No-Limit Heads Up poker.
For a general introduction to the poker form known as Texas Holdem see https://en.wikipedia.org/wiki/Texashold"em#Rules
I have used these components to try to extract a generic maximum likelihood model of how a large number of poker hands were played. The manual labour has consisted of simplifying the betting tree & abstraction of board and hole card combinations. My main problem at this time is hardware constraints and time to develop the package. Feel free to help with either part!
The package includes classes written by others than me, more specifically:
* Steve Brecher (http://www.stevebrecher.com) has written both classes for representation of cards and an evaluator of poker hands.
* Klaatu has written a "Finite State Transducer" that I use.
Both of these programmers are very talented.
Please see the wiki for more inf