Brian Lee
Brian Lee
This observation applies at all nodes, not just the root node. And the root node is the most likely to have its policy prior overridden, since it accumulates all of...
Don't have bandwidth to do this migration at the moment. After 2.0 officially launches I might have time.
Layout also has a performance impact on TPU, so you probably want to consider that as well. On Thu, Mar 12, 2020 at 5:09 PM Tom Madams wrote: > On...
https://duckdb.org/2024/01/26/multi-database-support-in-duckdb.html as per this recent blog post, a solution may be to construct a postgres cache table to take advantage of postgres's stronger on-disk index support, instead of relying on...
Hm. Sorry about that - work on this repo is continuing at https://github.com/tensorflow/minigo. I'll update the README.md
I also wrote http://www.moderndescartes.com/essays/deep_dive_mcts/ recently
you need to provide more detail on what doesn't work, what error messages you're getting. If I had to guess, you likely have some sort of python environment issue -...
Thanks for the comment. I don't work on MuGo anymore. You can see my latest work at https://github.com/tensorflow/minigo
Have you run pip install yet? It seems like your installed modules are missing the right libraries.
As mentioned above, it's because there are two libraries named "gtp.py", which have different methods and classes. One of them works with MuGo, the other one doesn't. Your issue seems...