Jamesflynn1 / CS344-Opponent-Exploitation-Poker

A third year uni project aiming to implement and evaluate the EFR algorithm with different deviation types and explore a potential tradeoff between exploitability and expected value of a strategy in practice.
0 stars 0 forks source link

Epsilon Exploitable Opponent #61

Closed Jamesflynn1 closed 1 year ago

Jamesflynn1 commented 1 year ago

For EV experiments, might require research.

Jamesflynn1 commented 1 year ago

MCCFR produces an Epsilon Exploitable Opponent.

Run for differing number of iterations or vary parameters for different grades of opponents.

Use OpenSpiel MCCFR, requires conversion between AveragePolicy and TabularPolicy object.

Requires a wrapper to run and store the policy and configure parameters (if any). Get this working asap.