Evaluate algorithms using PokerRL metrics
masterPokerRL provides four primary metrics for evaluating the performance of poker algorithms:
- Best Response (BR): Computes the exact exploitability (intended for small games).
- Local Best Response (LBR): Approximates a lower bound of BR; optimized for distributed computing in large games.
- RL Best Response (RL-BR): Approximates BR by training a DDQN against the AI.
- Head-To-Head (H2H): Measures performance by letting two modes of an agent play against each other.
For small games, unoptimized implementations of vanilla CFR, CFR+, and Linear CFR are also available and can be run like Deep RL agents, with results plotted to TensorBoard.