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

Fix fixed point solver #25

Closed Jamesflynn1 closed 1 year ago

Jamesflynn1 commented 1 year ago

I suspect many issues current arise from a broken fixed point solver, the fixed point should be constrained to be a strategy in and of itself.

Jamesflynn1 commented 1 year ago

Found Morrill's use of his fixed point solver in practice.

Jamesflynn1 commented 1 year ago

Asked Dr. Morrill for advice, external deviations can just use a normalisation approach. Internal requires a Jacobi SVD decomposition and then to solve that.