Hacker News new | ask | show | jobs
by sharky6000 1950 days ago
Hi, thanks:)

It does have the large poker games too. You can find generalized poker in the universal_poker game, which wraps the Annual Computer Poker Competition codebase:

https://github.com/deepmind/open_spiel/blob/master/open_spie...

Check out universal_poker_test.cc for example uses. It supports limit and common abstractions as well as the full game of no-limit. There is an example of FCPA which you can play at the keyboard in examples/

1 comments

oh cool, good to know!