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

Research Options for Platform to test and implement algo #3

Closed Jamesflynn1 closed 1 year ago

Jamesflynn1 commented 1 year ago

OpenSpiel is currently considered, probably not the best, see if a new system is more suitable or an alternative is better.

Jamesflynn1 commented 1 year ago

OpenSpiel no longers supports the Windows build. This is not an issue for DCS compute system or the DCS labs machines, this is an issue for my laptop. My preference will be to develop using my laptop therefore an alternative to OpenSpiel will be considered.

Jamesflynn1 commented 1 year ago

Workaround: use OpenSpiel in a Linux vm for local testing and development, DCS systems run Linux so this shouldn't be an issue for experiments.

This issue is solved, alternative was considered and rejected(see implementation in progress report, self developed solution would have many issues too)

Closes #3