an attempt at making a Heads Up Pot Limit Omaha AI.
Heads-up PLO AI using Monte Carlo Tree Search. Potentially will include a preflop range constructor which would learn what sorts of hands are playable. This might also make the AI horrible and unusable.
The default raking is based on PokerStars .5/1 heads-up PLO rake.
use python2
preflop_constructor.py requires anaconda (python2) to run correctly.
- Use a non-preconfigured deck to avoid AI cheating
- Test huplo.py
- Use learning to construct preflop ranges
- Make a learning based AI (?)