snowfrogdev / macao

A general purpose game playing A.I. framework based on the Monte Carlo tree search algorithm.
MIT License
23 stars 4 forks source link

Implement compatibility with hidden information games #9

Open snowfrogdev opened 6 years ago

flesler commented 5 years ago

Is this something like poker? Or that one can be solved by trying all possible opponent cards?

snowfrogdev commented 5 years ago

@flesler Yes, I think poker would be a good example of hidden information. At any given time, a player is unaware of the cards in other players' hands and of what cards are left in the deck and in what order. A player is only aware of his own cards and the cards that have been flipped on the table (in the case of Texas Hold'em).

pickhardt commented 1 year ago

Hey, just wondering if you made anything related to this that wasn't merged yet?

snowfrogdev commented 1 year ago

Hey, just wondering if you made anything related to this that wasn't merged yet?

No, I haven't done anything with this repo in 5 years.