fedden / poker_ai

🤖 An Open Source Texas Hold'em AI
Other
1.35k stars 362 forks source link

Question about speed of your algorithm #132

Open AndreiMuresanu opened 3 years ago

AndreiMuresanu commented 3 years ago

Hi, I'm currently building my own MCCFR in Python and the performance isn't great. It takes a fairly long time for my algorithm to converge to a good solution. To solve this problem I was planning on switching over to C++. I saw in a different post that you guys were able to modify your code and support the full sized deck (52 cards). I was wondering what your performance was like. Thanks in advance :)