MuGo icon indicating copy to clipboard operation
MuGo copied to clipboard

could you help me to load MuGo in gtp gui like Sabaki?

Open xhw98 opened this issue 5 years ago • 1 comments

i load it well in Gogui ,but when i want to load it to vs other ai ,Gogui cant do it well,so i load it in Sabaki,but the parameter seems dont work ,gungo work well in Sabaki,thanks a lot for your help! here is gogui load commond:python main.py gtp policy --read-file=tmp\savedmodel working directory C:\Users\allen\Downloads\MuGo-master\MuGo-master

and here is Sabaki: working directory C:\Users\allen\Downloads\MuGo-master\MuGo-master\main.py commond python main.py gtp policy --read-file=C:\Users\allen\Downloads\MuGo-master\MuGo-master\tmp\savedmodel

xhw98 avatar Mar 29 '20 12:03 xhw98

you need to provide more detail on what doesn't work, what error messages you're getting.

If I had to guess, you likely have some sort of python environment issue - if you're using a virtualenv of some sort, you'll need the python path to include the installed libraries.

brilee avatar Mar 29 '20 18:03 brilee