minigo icon indicating copy to clipboard operation
minigo copied to clipboard

An open-source implementation of the AlphaGoZero algorithm

Results 77 minigo issues
Sort by recently updated
recently updated
newest added

I just set up a Coral Dev Board. The basic demo with the video where it labels cars run Ok and works. The next step was to set up the...

I got this problem while building tpu-image: `ERROR: Skipping 'cc/selfplay': no such target '//cc:selfplay': target 'selfplay' not declared in package 'cc' defined by /app/cc/BUILD` I check that the file cc/selfplay...

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

when I use python gtp.py for 000990-pallas, it outputs following error. How to solve it?thanks. I0521 23:15:21.790073 140320694859520 saver.py:1284] Restoring parameters from /home/gzd/Others/Backup/minigo/model/000990-pallas/v17-19x19_models_000990-pallas Traceback (most recent call last): File "/home/gzd/anaconda3/lib/python3.7/site-packages/tensorflow_core/python/client/session.py",...

Hello i am working on my thesis and my job is to implement the concurrent selfplay code to an fpga via vivado hls. I wanted to ask you if there...

Hi, I would like to try using Coral Dev Board and do a Minigo training from scratch. Is it possible? I have a working Coral Dev Board, and able to...

Hi, I cannot find train.sh and I try to run retrain.sh. I find a problem: AssertionError: Use example_buffer to build a golden_chunk I think that is because we lack of...

Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages by pip don't cached on system . This is a best practise which make sure to fetch ftom repo instead...

Hello, I set num_readouts = 1000, use the latest weight file. but it's weaker than elf2. so how to set the value of num_readouts to make minigo strongest? thanks.

The TFLite C++ runtime now supports the Coral Edge TPU: https://coral.ai/docs/edgetpu/tflite-cpp/ We should hook that up.