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

Figure out the interface between Opponent Modelling and EFR #10

Closed Jamesflynn1 closed 1 year ago

Jamesflynn1 commented 1 year ago

EFR produces a theoretical equilibria, how can we translate this into an exploiting strategy using opponent modelling

Jamesflynn1 commented 1 year ago

This likely will involve understanding the output for EFR and the effect of the opponent modelling methods on such a technique.

See issue #20 first, this will need to be completed before.