ELF
ELF copied to clipboard
ELF: a platform for game research with AlphaGoZero/AlphaZero reimplementation
Hi, I follow the document to run make and download pretrained model,then follow "Running a Go bot" step to run. When run genmove command,the program enter Pdb environment: .. genmove...
will there be a pretrained 9x9 release? LeelaZero has one... tx
What if using pure python? Thank you very much!
I think I've solved this, but I'm posting here in case it helps someone else. **Context:** I already have a working python/pip installation and didn't want to install conda, so...
After running ./start_client.sh, a error called "RuntimeError:Device index must not be negetive" ocurred. Did someone has same problem?
In the updateEdgeStats function, `reward` is updated by `edge.reward += reward`, which is consistent with the formula in paper "Mastering the game of Go without human knowledge". But in many...
After following the instructions and launching the make command from the project root I get this error messages: $ make CMake Warning (dev) at CMakeLists.txt:17 (find_package): Policy CMP0074 is not...
Hi, I want to ask for more detailed information about SGF files provided in the Facebook elf-go tools. https://ai.facebook.com/tools/elf-opengo In the above link, SGF files analyzed by elf-go are provided...
Hi, I am stuck at step 6 of the training guide. It is saying " The clients should be able to read the model written by the server, so the...
I am running the simulation on ubuntu18.04 docker image, and I got " [elf::comm::Client-4] [warning] WARNING! no servers has the label: game_start", the program just pauses forever. Can you help...