You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyPokerEngine is a very good framwork for poker AI development.but it is too slow!
I test it use the FishPlayer, and run 10 rounds,it take 10s on my computer.
I test another repo, https://github.com/chasembowers/poker-learn ,it can run 10000 rounds in 1 minute on my computer.
So, I use PyCharm Profile to check it.
the function _calc_hand_info_flg take more than 70% time.
PyPokerEngine is a very good framwork for poker AI development.but it is too slow!
I test it use the FishPlayer, and run 10 rounds,it take 10s on my computer.
I test another repo, https://github.com/chasembowers/poker-learn ,it can run 10000 rounds in 1 minute on my computer.
So, I use PyCharm Profile to check it.
the function _calc_hand_info_flg take more than 70% time.
Finally,I recommend use https://github.com/worldveil/deuces to speed up.
a lot of repo on github are using deuces
it's on py2, maybe you can use the fork version https://github.com/ihendley/treys
The text was updated successfully, but these errors were encountered: