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

Look into different abstraction techniques #19

Closed Jamesflynn1 closed 1 year ago

Jamesflynn1 commented 2 years ago

If a game like Limit Texas hold 'em is to be used, extensive abstract techniques are to be used. Look for the current state of the art and justify its use.

Jamesflynn1 commented 2 years ago

Evaluating State-Space Abstractions in Extensive-Form Games provides some state abstraction techniques, probably isn't state of the art but describes the current landscape well, notes on the paper is provided in the literature review issue.

Jamesflynn1 commented 1 year ago

Good understanding of issues, this will now be extended to beyond the progress report as level of abstraction will depend on the performance of the solution.

Removed from #1

Jamesflynn1 commented 1 year ago

More work could be required however OpenSpiel provides a good selection of approximation and associated techniques.