How to get the files in bluepoint_algo folder?
yanger1997 opened this issue · 1 comments
yanger1997 commented
When I run "docker build " command, I get some Errors of "files not found". like attachment.
After checked my research folder, there is not buleprint_algo folder in there.
How to get the files bluepoint_algo folder?
Desktop (please complete the following information):
- OS: Mac OS
- Python version: 3.
jaimeggb commented
Those files are deprecated. This is stated in a comment in the 'state.py' file:
pickle_dir : bool Whether the lut_path is a path to pickle files or not. Pickle files are deprecated for the lut.
Instead of those files, the new system works with the 'card_info_lut.joblib', which you create using the 'poker_ai cluster' command.
Therefore I suggest you either ignore the Dockerfile or change it so it doesn't copy those deprecated files (avoiding the error).