Marcin Bogdanski
Marcin Bogdanski
Hi Thank you for this amazing repository! Super useful. I would like to step-through both server/client code on single GPU machine to better understand the code. Could you advise on...
Hi I'm further reading the source code, wanted to clarify my understanding of concurrency/parallelism implementation is correct. _Inference_ options: * `FakeDualNet` - returns fixed policy/value * `LiteDualNet` - TFLite integer...
Hi Firstly, thanks for all the hard work on AlphaZero reproduction! Is it possible to run C++ implementation locally (w/o Google Cloud cluster)? I'm trying to run Minigo C++ locally...