Marek Soszynski wrote:(I'm running a 64-bit Linux system.)
I can load giraffe_uci.exe and see the parameters, but when I actually try to run it, it crashes.
So, instead, I run giraffe_w64.exe as a Winboard engine. It takes about 70 seconds to load, but is okay after that.
It's possible that giraffe_uci (which is really the Wb2Uci adapter) doesn't run under wine. I have never actually tried that.
Seems to work for me under Windows -
Code: Select all
uci
isready
position startpos
go infinite
But yeah if you can run Winboard/CECP engines, it's better to run it as a Winboard engine.
It does take quite a while to load the neural networks, though 70 seconds is an awfully long time unless you have a very slow computer. On my computer it takes about 3 seconds. It could be something to do with wine.
Since Giraffe is open source now, though, you can also do a native build for yourself.
Code: Select all
sudo apt-get install mercurial libgoogle-perftools-dev g++-4.9
hg clone https://waterreaction@bitbucket.org/waterreaction/giraffe
cd giraffe
make
Then just use eval.net and meval.net files from the binary distribution, along with the produced "giraffe" binary.
Disclosure: I work for DeepMind on the AlphaZero project, but everything I say here is personal opinion and does not reflect the views of DeepMind / Alphabet.