-
Notifications
You must be signed in to change notification settings - Fork 231
About how to play MuGo #27
Comments
Have you run pip install yet? It seems like your installed modules are missing the right libraries. |
Yes,i installed your .txt |
After I uninstall gtp, it works!!! It said GTP engine ready. So what should I type in next? I found that whatever I type in there just is '? unknown command'. What's more, when I ran
it seems that there is still something wrong. Here is the code,
|
And I found another quesqion...
|
I have came across with the same issue with KamiYin. Why will this happen? |
As mentioned above, it's because there are two libraries named "gtp.py", which have different methods and classes. One of them works with MuGo, the other one doesn't. Your issue seems to be with quoting rules in windows cmd shell. I'm developing on a Mac/Ubuntu so I'm not sure what the correct quoting rules are. The command |
Why?I also encounter the same problem. |
pip install pygtp |
At running
python main.py gtp policy --read-file=saved_models/20170718'
it appeared that
AttributeError: module 'gtp' has no attribute 'Engine' .
Besides, when I ran the code
`gogui-twogtp -black 'python main.py gtp policy --read-file=saved_models/20170718' -white 'gogui-display'-size 19 -komi 7.5 -verbose -auto
in cmd it will be
Unknown option --read-file=saved_models/20170718'
I will appreciate it if anyone could help me!
The text was updated successfully, but these errors were encountered: