poker_ai icon indicating copy to clipboard operation
poker_ai copied to clipboard

How to get the files in bluepoint_algo folder?

Open yanger1997 opened this issue 2 years ago • 1 comments

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. poker_ai — com docker cli â—‚ docker build -t pokeraitest   — 89×56 2022-05-24 20-44-21 7

yanger1997 avatar May 24 '22 12:05 yanger1997

@yanger1997 @fedden

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

jaimeggb avatar Nov 04 '22 11:11 jaimeggb