andyljones / boardlaw

Scaling scaling laws with board games.
https://andyljones.com/boardlaw
MIT License
38 stars 7 forks source link

11x11 and above #3

Closed andyljones closed 3 years ago

andyljones commented 3 years ago

Right now the AZ implementation solves 3x3, 5x5, 7x7, 9x9 aaaaaand then stalls out short of perfect play on 11x11. Why? Presumably there's some bottleneck in the system somewhere.

Untested Hypotheses

Tested Hypotheses

image

image

One lingering uncertainty here is whether the victory failures is the architecture's fault or just the initialization (as gwern suggested in EAI discord). I'm using rezero here, but I should do some more exhaustive experiments, interpolating from FC to convnet.

image

image