j

java-ai-minefield-navigator

TD-FALCON is a fusion architecture that incorporates temporal difference methods and self-organizing neural networks for reinforcement learning with delayed rewards. It learns by creating cognitive codes across sensory input, actions, and rewards.
https://github.com/cschen1205/java-ai-minefield-navigator
MIT
Caishun Chen
Files download
File Operation
java-ai-minefield-navigator-1.0.2.jar download
java-ai-minefield-navigator-1.0.2.pom download
java-ai-minefield-navigator-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.cschen1205</groupId>
  <artifactId>java-ai-minefield-navigator</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.cschen1205:java-ai-minefield-navigator:1.0.2'
Gradle Kotlin
implementation("com.github.cschen1205:java-ai-minefield-navigator:1.0.2")
Scala SBT
libraryDependencies += "com.github.cschen1205" % "java-ai-minefield-navigator" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cschen1205', module='java-ai-minefield-navigator', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.cschen1205" name="java-ai-minefield-navigator" rev="1.0.2" />
Leiningen
[com.github.cschen1205/java-ai-minefield-navigator "1.0.2"]
Apache Buildr
'com.github.cschen1205:java-ai-minefield-navigator:jar:1.0.2'