[Computer-go] Polygames: Improved Zero Learning

10 views
Skip to first unread message

Rémi Coulom

unread,
Feb 2, 2020, 8:06:18 AM2/2/20
to computer-go
Hi,

I have just noticed this has recently been released:

github:
paper:

Rémi

David Wu

unread,
Feb 2, 2020, 9:21:22 AM2/2/20
to compu...@computer-go.org
Yep, global pooling is also how KataGo already handles multiple board sizes with a single model. Convolution weights don't care about board size at all since the filter dimensions have no dependence on it, so the only issue is if you're using things like fully-connected layers, and those are often easily replaceable with global pooling and convolution, making the whole net board-size-independent. (Although you still need to train/finetune appropriately).

Nice to see the same idea finally making its way around in papers too. Along with all the experiments that projects like LC0 and such are trying in different runs, it feels like the state of formal published research in this area is often one step behind what major projects are already successfully doing.

_______________________________________________
Computer-go mailing list
Compu...@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go
Reply all
Reply to author
Forward
0 new messages