Closed loverofvenus closed 5 years ago
However, PhonexGo works well in my side.
I changed version from latest 0.42.0 to 0.33.4, and minigo works fine, but PhonexGo still doesn't work.
However, PhonexGo works well in my side.
which version of sabaki do you use? 0.42.0 ?
So, if I look at the logs it seems like minigo ignored the list_commands
command which every engine should have. This is why Sabaki can't detect the genmove
command. This can be fixed by defaulting to genmove
if list_commands
fails. But this seems like a minigo bug as well, so please open an issue on their repository.
On PhoenixGo's side, the error message seems clear: PhoenixGo doesn't support 6.5 komi. That's why Sabaki aborts engine move generation. I'm wondering what komi PhoenixGo does support? Just change the komi of your game to fix that.
komi
Thanks~I solve the problems both. Phoenix go is indeed the komi version problem. Thank you again.
Recently I apply phoenixgo and minigo engine in sabaki , and the engine format is bat file minigo: play20.bat set BOARD_SIZE=19 & %cd%\Python36\python gtp.py ^ --load_file=models\v15-001008 ^ --num_readouts=20 ^ --verbose=3 ^ --minigui_mode=True --cgos_mode=True phoenixgo start.bat : supported by tencent and they don't work
Minigo Problems look like this :
There's a undefined command,
Phoenixgo problems look like as follows:
genmove command is replaced by komi 6.5
I don't know why these unknown commands appear, and how to solve the problems.