我需要在或命令行中运行此命令
poker_ai.terminal.runner --agent offline --pickle_dir ./research/blueprint_algo --strategy_path ./research/blueprint_algo/offline_strategy_285800.gz --debug_quick_start 但不知道如何更改"--“以及需要"()”的位置。
我可以看到poker_ai.terminal.runner是作为一个模块导入的。
我正在尝试这样的方法,然后让错误被跟踪。
poker_ai.terminal.runner(‘agent=“脱机”’)回溯(最近一次调用):File“,第1行,TypeError:‘agent=’对象不是可调用的
发布于 2021-07-15 13:57:23
我可以在Windows Power Shell上运行这个程序:
python -m poker_ai.terminal.runner --agent offline --pickle_dir ./research/blueprint_algo --strategy_path ./research/blueprint_algo/offline_strategy_285800.gz --debug_quick_start https://stackoverflow.com/questions/68387805
复制相似问题