MuGo
MuGo copied to clipboard
could you help me to load MuGo in gtp gui like Sabaki?
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
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.