8 Commits

Author SHA1 Message Date
f59de76865 Added dependencies jaxb-api-2.3.1 and activation-1.0.2 because JAXB was removed from the JAVA SE JDK in version 11. 2026-02-08 05:33:25 -05:00
214bdcd032 Lots of neural network stuff. 2012-11-27 17:33:09 -05:00
b723e2666e Implementing temporal difference learning based heavily on Encog framework.
Not functional yet - incremental update.
2012-11-21 10:03:56 -05:00
ca37280ed8 Beginning to implement neural net training. Fixed bugs in SGF/LaTeX export. 2012-11-15 15:00:40 -05:00
Woody Folsom
105b4c0187 Added Neuroph 2.6 to lib folder and classpath. Added several pro games to data folder.
Note that the SGFParser does not currently handle these games as they use full Node names rather than abbreviations (e.g. GaMe not GM).
2012-11-13 16:57:02 -05:00
ded284deb4 SGF file parser work in progress. 2012-09-22 17:40:42 -04:00
cs6601
ca6863b43e Game can now be run using java -jar GoGame.jar.
Rather than relying on the kgsGtp.jar application to run GoGame,
the GoGame agent calls the GtpClient using PipedInput/OutputStreams.
2012-09-06 09:43:32 -04:00
cs6601
36291171e5 Initial commit. 2012-08-26 11:48:21 -04:00