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
文件下载
文件名 操作
teachingbox-core-1.2.3.jar 下载
teachingbox-core-1.2.3.pom 下载
teachingbox-core-1.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.sf.teachingbox</groupId>
  <artifactId>teachingbox-core</artifactId>
  <version>1.2.3</version>
</dependency>
Gradle Groovy
implementation 'org.sf.teachingbox:teachingbox-core:1.2.3'
Gradle Kotlin
implementation("org.sf.teachingbox:teachingbox-core:1.2.3")
Scala SBT
libraryDependencies += "org.sf.teachingbox" % "teachingbox-core" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.sf.teachingbox', module='teachingbox-core', version='1.2.3')
)
Apache Ivy
<dependency org="org.sf.teachingbox" name="teachingbox-core" rev="1.2.3" />
Leiningen
[org.sf.teachingbox/teachingbox-core "1.2.3"]
Apache Buildr
'org.sf.teachingbox:teachingbox-core:jar:1.2.3'