t

teachingbox-core

The Teachingbox uses advanced machine learning techniques to relieve developers from the programming of hand-crafted sophisticated behaviors of autonomous agents (such as robots, game players etc...) In the current status we have implemented a well founded reinforcement learning core in Java with many popular usecases, environments, policies and learners.
http://sourceforge.net/projects/teachingbox/
GNU General Public License, Version 3
TeachingBox
Michel Tokic
Files download
File Operation
teachingbox-core-1.2.0.jar download
teachingbox-core-1.2.0.pom download
teachingbox-core-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sf.teachingbox</groupId>
  <artifactId>teachingbox-core</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.sf.teachingbox:teachingbox-core:1.2.0'
Gradle Kotlin
implementation("org.sf.teachingbox:teachingbox-core:1.2.0")
Scala SBT
libraryDependencies += "org.sf.teachingbox" % "teachingbox-core" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.sf.teachingbox', module='teachingbox-core', version='1.2.0')
)
Apache Ivy
<dependency org="org.sf.teachingbox" name="teachingbox-core" rev="1.2.0" />
Leiningen
[org.sf.teachingbox/teachingbox-core "1.2.0"]
Apache Buildr
'org.sf.teachingbox:teachingbox-core:jar:1.2.0'