DOC

org.sf.teachingbox : teachingbox-core

Maven & Gradle

Nov 09, 2016

TeachingBox · 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.

Table Of Contents

Latest Version

Download org.sf.teachingbox : teachingbox-core Javadoc & API Documentation - Latest Versions:

All Versions

Download org.sf.teachingbox : teachingbox-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file teachingbox-core-1.2.3-javadoc.jar to teachingbox-core-1.2.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder teachingbox-core-1.2.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "teachingbox-core-1.2.3-sources.jar" -d "teachingbox-core-1.2.3-javadoc" -subpackages 

Advertisement