amirfarazmand

Results 3 issues of amirfarazmand

Is there any help to create a strategy file? File "C:\Users\Amir\PycharmProjects\poker_ai\poker_ai\terminal\runner.py", line 65, in run_terminal_app offline_strategy_dict = joblib.load(strategy_path) File "C:\Users\Amir\PycharmProjects\poker_ai\venv\lib\site-packages\joblib\numpy_pickle.py", line 577, in load with open(filename, 'rb') as f: FileNotFoundError:...

Thanks for great repo you created it works perfectly. My question is how does this compare to other AI repo such as https://github.com/fedden/poker_ai Fedden one has a lot more starts....

I tried using this code with OpenCv 3.1 as 2.4.3 is not there anymore. However, I have problem importing this: `import com.ocv.objectdetect.R;` The app crashes if I remove this.