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

Develop code so I can run playoffs against an opponent #41

Closed Jamesflynn1 closed 1 year ago

Jamesflynn1 commented 1 year ago

Run EFR with for all deviation set functions.

Store avg strategy.

Compute opponent strategy.

Compute expected game value.

Jamesflynn1 commented 1 year ago

Store avg strategy functionality has been completed. Now need to run experiments to obtain the avg functionality.

Jamesflynn1 commented 1 year ago

Just need to store data from these experiments now.