fedden / poker_ai

🤖 An Open Source Texas Hold'em AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about speed of your algorithm

AndreiMuresanu opened this issue · comments

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 :)