Implementing temporal difference learning based heavily on Encog framework.

Not functional yet - incremental update.
This commit is contained in:
2012-11-21 10:03:56 -05:00
parent 49d3b2c242
commit b723e2666e
35 changed files with 1471 additions and 470 deletions

View File

@@ -7,7 +7,6 @@
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/kgsGtp.jar"/>
<classpathentry kind="lib" path="lib/antlrworks-1.4.3.jar"/>
<classpathentry kind="lib" path="lib/neuroph-2.6.jar"/>
<classpathentry kind="lib" path="lib/encog-engine-2.5.0.jar"/>
<classpathentry kind="lib" path="lib/encog-java-core.jar" sourcepath="lib/encog-java-core-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>