this is very cool. another interesting open-source project for imperfect-information game solving is DeepMind's OpenSpiel: https://github.com/deepmind/open_spiel However as far as poker goes, I believe they only provide toy versions of the game, even though theoretically you could put in your own implementation. I've noticed that in this part of the AI world, things tend to be closed-source for whatever reason and I…
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/