facebookresearch / darkforestGo

DarkForest, the Facebook Go engine.
Other
2.1k stars 324 forks source link

Cannot open pipe /data/local/go//./pipe-0-0 (client) ! #27

Closed yuchenlin closed 7 years ago

yuchenlin commented 7 years ago

I do have started the server and I have tried to use another directory as pipe. But it's always like this when I type clear_board

bill@Darkstar:~/fbgo/darkforestGo/cnnPlayerV2$ th cnnPlayerMCTSV2.lua Pattern file ../models/playout-model.bin loaded! CNNPlayerV2MCTSclear_board Cannot open pipe /data/local/go//./pipe-0-0 (client) ! /home/kangqi/workspace/distro/install/bin/luaji

ofekih commented 7 years ago

How'd you fix this?

ofekih commented 7 years ago

The contents of my cnn_eval-1.log are:

cnn_evaluator.sh: 23: cnn_evaluator.sh: th: not found

devanshpgupta commented 7 years ago

Can You please explain how to fix the problem or what the actual problem is??? Would really appreciate the help.

WuSiying315 commented 7 years ago

I have the same problem as you. How did you solve it?

kxxwz commented 6 years ago

This problem is caused by not specifying "pipe_path". th cnnPlayerMCTSV2.lua --pipe_path ../data/local/go will work.