fedden / poker_ai

🤖 An Open Source Texas Hold'em AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get the files in bluepoint_algo folder?

yanger1997 opened this issue · 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 @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).