atharvapatil22 / PokerAI

0 stars 0 forks source link

Create Minimax Agent Structure #58

Closed TiptonG closed 2 weeks ago

atharvapatil22 commented 4 weeks ago

Implementation Version 1 Currently we will implement an algorithm that runs minimax for each phase. This way we can avoid calculating the permutations and combinations for all the cards that can show up in consecutive phases. We will later expand our algorithm consider all phases at once.

For utility we will consider hand strength and Amount in pot. More details on the utility issue.