maxpumperla / ScalphaGoZero

An independent implementation of DeepMind's AlphaGoZero in Scala, using Deeplearning4J (DL4J)
Apache License 2.0
156 stars 24 forks source link

Implement GTP (#4) scoring fix (#30) #26

Closed barrybecker4 closed 4 years ago

barrybecker4 commented 4 years ago

I used gonector to implement a GTP based GoEngine implementation so that any frontent that supports GTP can connect to ScalphaGoZero and use it to select moves. See updated README for more info. I tested using Sabaki (shown below). image

Also fixed a bug in the scoring when playing against a human (see https://github.com/barrybecker4/ScalphaGoZero/issues/30).