Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Running minigo with Sabaki GUI #1018

Open
huynq55 opened this issue Dec 23, 2020 · 2 comments
Open

Running minigo with Sabaki GUI #1018

huynq55 opened this issue Dec 23, 2020 · 2 comments

Comments

@huynq55
Copy link

huynq55 commented Dec 23, 2020

Anyone know how to config minigo with Sabaki? How to force Sabaki run python with virtualenv?

@tommadams
Copy link
Contributor

I don't know how to configure Sabaki, maybe check their documentation?

Minigo does support the GTP protocol that Sabaki uses to communicate with Go engines, so it should work.

@huynq55
Copy link
Author

huynq55 commented Dec 25, 2020

@tommadams I've done it by creating a sh file. I post it here for anyone need it:
#!/bin/bash
source "/home/huy/Documents/pythonenv/bin/activate"
export BOARD_SIZE=9
python3 /home/huy/Documents/minigo/gtp.py --load_file=/home/huy/Documents/minigo/outputs/models/best-generation -num_readouts=1600 --verbose=3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants