Running a policy network in your browser

For discussing go computing, software announcements, etc.
Post Reply
cheshirecat
Beginner
Posts: 2
Joined: Mon Nov 20, 2017 5:12 am
GD Posts: 0
Been thanked: 1 time

Running a policy network in your browser

Post by cheshirecat »

Hi guys. The link is: https://withablink.coding.me/goPolicyNet/ .

It's GPU-accelerated, search-free (pure policy network), and runs at ~0.2s per step on a desktop. If you are using a mobile device, please open it in Firefox / Chrome for maximal speed.

It's using my own DL library ( https://github.com/BlinkDL/BlinkDL ) . With some further optimization I estimate the speed can be 10x ~ 100x faster.

In the future we can also plug in Leela Zero's policy network.
sorin
Lives in gote
Posts: 389
Joined: Wed Apr 21, 2010 9:14 pm
Has thanked: 418 times
Been thanked: 198 times

Re: Running a policy network in your browser

Post by sorin »

cheshirecat wrote:Hi guys. The link is: https://withablink.coding.me/goPolicyNet/ .

It's GPU-accelerated, search-free (pure policy network), and runs at ~0.2s per step on a desktop. If you are using a mobile device, please open it in Firefox / Chrome for maximal speed.

It's using my own DL library ( https://github.com/BlinkDL/BlinkDL ) . With some further optimization I estimate the speed can be 10x ~ 100x faster.

In the future we can also plug in Leela Zero's policy network.
Thank you, I enjoyed playing with it a few games (by always playing the #1 options for one color, and my own moves for the other color).
It is quite strong (I got in trouble a couple of times when I was not careful!), but it can also make some easy mistakes when fighting.

How was it trained?
cheshirecat
Beginner
Posts: 2
Joined: Mon Nov 20, 2017 5:12 am
GD Posts: 0
Been thanked: 1 time

Re: Running a policy network in your browser

Post by cheshirecat »

sorin wrote: Thank you, I enjoyed playing with it a few games (by always playing the #1 options for one color, and my own moves for the other color).
It is quite strong (I got in trouble a couple of times when I was not careful!), but it can also make some easy mistakes when fighting.

How was it trained?
Hi it's trained from human expert games (gogod, kgs, etc.)
Post Reply