next up previous contents
Next: C. Glossary Up: Dealing with Imperfect Information Previous: A. Pre-Flop Income Rates   Contents


B. Expert-Defined Values

Loki uses several hard-coded constants where the optimal value is too difficult to determine (or we have not invested the effort to determine a better value). They have been selected by a poker expert, Darse Billings, and have not been experimentally validated. They are used as placeholders, and we foresee eventually upgrading the system so that the computer can determine proper behavior on its own.

For the post-flop betting strategy, there are only two expert-defined values: make1 and make2 (these are absolute constants, 0.50 and 0.85 respectively, not to be confused with Make1 and Make2). These are the betting and raising thresholds for EHS', and represent the likely hand strength required for these actions to be profitable.

For the pre-flop, when the function SetThresholds is called, it is given three parameters: group, tightness and position. The first two parameters are used to retrieve a set of values ([ base, increment], one per strategy). Then the function generates a threshold for each strategy using Equation 6.1, which in turn uses position.

For opponent modeling, we use expert values in the re-weighting function.


Table B.2: Default frequencies d'[x][a]
action a
bets to call x Fold Check/Call Bet/Raise
0 0 0.5 0.5
1 0.5 0.3 0.2
2+ 0.7 0.2 0.1


next up previous contents
Next: C. Glossary Up: Dealing with Imperfect Information Previous: A. Pre-Flop Income Rates   Contents
Denis Papp
1998-11-30