Programming an AI capable of playing No Limit Texas Holdem Poker is a very demanding task since during game-play there is hidden information to deal with and random events can occur. These features are not present in games that were historically most studied by artificial intelligence (like chess or checkers), and so they pose a significant and novel challenge for AI research. In this book we guide the readers through the basics of Poker AI development by describing implementation details of the HoldemML framework. This framework can be viewed as support tool that allows users to create Poker...
Programming an AI capable of playing No Limit Texas Holdem Poker is a very demanding task since during game-play there is hidden information to deal w...