Mark Andrew Gerads
Mark Andrew Gerads
I tried fixing this, yet was unable to build using gradle. E.g. ``` Error resolving plugin [id: 'com.github.johnrengelman.shadow', version: '2.0.1'] > Could not GET 'https://plugins.gradle.org/api/gradle/3.4.1/plugin/use/com.github.johnrengelman.shadow/2.0.1'. > java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException:...
AutoGTP does not reiterate the moves from the beginning of the game. LeelaWatcher lets AutoGTP continue the games, yet the board shows as blank until the next game starts. When...
I modified autogtp and leelaz to reiterate moves, yet it does not work with LeelaWatcher. Sample output: ``` Engine has started. Infinite thinking time set. Loading eb760b912a61448f9962c1fa33339de1.sgf 1 (B Q4)...
Okay, https://github.com/Nazgand/leela-zero/tree/next works with LeelaWatcher.
As I did not know how to compile with gradle(and thus would not be able to test Java changes), I did not modify LeelaWatcher; I made some bash scripts. 1...
I do not know why, yet I can compile with gradle now, so now I will look at modifying the jar rather than using the current bash hack.