jar

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 JAR file - Latest Versions:

All Versions

Download org.sf.teachingbox : teachingbox-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window teachingbox-core-1.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.hswgt.teachingbox.core.ml.lwlr

├─ org.hswgt.teachingbox.core.ml.lwlr.LWLR_TransitionFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.ml.lwlr.LWLR_VectorDatasetWriter.class - [JAR]

├─ org.hswgt.teachingbox.core.ml.lwlr.LWLR_VectorPrediction.class - [JAR]

├─ org.hswgt.teachingbox.core.ml.lwlr.LocallyWeightedLinearRegression.class - [JAR]

org.hswgt.teachingbox.core.rl.policy.explorationrate

├─ org.hswgt.teachingbox.core.rl.policy.explorationrate.AverageCumulativeRewardBasedEpsilonDecrease.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.explorationrate.ConstantEpsilon.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.explorationrate.EpsilonCalculator.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.explorationrate.EpsilonDecayer.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.explorationrate.ExponentialEpsilonDecay.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.explorationrate.LinearEpsilonDecay.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.explorationrate.SampleAverageEpsilonDecay.class - [JAR]

org.hswgt.teachingbox.core.rl.nfq.valuefunction

├─ org.hswgt.teachingbox.core.rl.nfq.valuefunction.Nfq.class - [JAR]

org.hswgt.teachingbox.core.rl.nfq.learner

├─ org.hswgt.teachingbox.core.rl.nfq.learner.NFQLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.learner.OfflineNFQLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.learner.OnlineNFQLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.learner.QLearningBatch.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.learner.QValue.class - [JAR]

org.hswgt.teachingbox.usercontrib.crawler3d.env

├─ org.hswgt.teachingbox.usercontrib.crawler3d.env.Crawler3DEnvironment.class - [JAR]

org.hswgt.teachingbox.usecases.thrift

├─ org.hswgt.teachingbox.usecases.thrift.Client.class - [JAR]

├─ org.hswgt.teachingbox.usecases.thrift.Server.class - [JAR]

org.hswgt.teachingbox.core.rl.reinforce

├─ org.hswgt.teachingbox.core.rl.reinforce.BasicReinforceGaussianLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.reinforce.EpisodicReinforceLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.reinforce.LocalReinforceLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.reinforce.ReinforceLearner.class - [JAR]

org.hswgt.teachingbox.core.rl.nfq.features.type

├─ org.hswgt.teachingbox.core.rl.nfq.features.type.BinaryActionSetFeatures.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.features.type.BinaryIntegerFeatures.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.features.type.DimensionFeatures.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.features.type.DiscretizedFeatures.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.features.type.DiscretizedTemperatureFeatures.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.features.type.IdentityFeatures.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.features.type.NormalizedFeatures.class - [JAR]

org.hswgt.teachingbox.core.rl.network.adaption

├─ org.hswgt.teachingbox.core.rl.network.adaption.AdaptionRule.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.adaption.DoNothing.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.adaption.EuclideanDistanceSquared.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.adaption.InScopeCalculator.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.adaption.NoNodeNearby.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.adaption.TdErrorExceedsThreshold.class - [JAR]

org.hswgt.teachingbox.core.rl.nfq.valuefunction.datatransform

├─ org.hswgt.teachingbox.core.rl.nfq.valuefunction.datatransform.DataTransformer.class - [JAR]

org.hswgt.teachingbox.core.rl.datastructures

├─ org.hswgt.teachingbox.core.rl.datastructures.ActionFilter.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.datastructures.ActionFilterVector.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.datastructures.ActionSet.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.datastructures.DifferentialEquation.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.datastructures.NumericalGradientCalculator.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.datastructures.ParameterList.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.datastructures.RewardFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.datastructures.StateSet.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.datastructures.TransitionFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.datastructures.TransitionProbability.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.datastructures.VectorMapper.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.datastructures.WeightsVector.class - [JAR]

org.hswgt.teachingbox.core.rl.nfq.valuefunction.datatransform.transformer

├─ org.hswgt.teachingbox.core.rl.nfq.valuefunction.datatransform.transformer.ClipTransformer.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.valuefunction.datatransform.transformer.LogisticTransformer.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.valuefunction.datatransform.transformer.ScaleTransformer.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.valuefunction.datatransform.transformer.TanhTransformer.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.valuefunction.datatransform.transformer.Transformer.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.valuefunction.datatransform.transformer.ZTransformer.class - [JAR]

org.hswgt.teachingbox.core.rl.nfq.util

├─ org.hswgt.teachingbox.core.rl.nfq.util.CopyOfTrajectoryPlotter2D.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.util.NormUtil.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.util.PolicyEvaluator.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.util.PolicyEvaluatorDataAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.util.TransitionExporter.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.util.ZTransformation.class - [JAR]

org.hswgt.teachingbox.core.math

├─ org.hswgt.teachingbox.core.math.MathTools.class - [JAR]

org.hswgt.teachingbox.core.rl.nfq.env

├─ org.hswgt.teachingbox.core.rl.nfq.env.NFQEnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.env.NFQMountainCarEnv.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.env.NFQMountainCarInputFeatures.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.env.NFQPoleBalanceEnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.env.NFQPoleBalanceInputFeatures.class - [JAR]

org.hswgt.teachingbox.core.rl.nfq.features

├─ org.hswgt.teachingbox.core.rl.nfq.features.InputFeatures.class - [JAR]

org.hswgt.teachingbox.usecases.cliffWalking

├─ org.hswgt.teachingbox.usecases.cliffWalking.CliffWalking.class - [JAR]

org.rlcommunity.rlglue.codec.taskspec

├─ org.rlcommunity.rlglue.codec.taskspec.TaskSpec.class - [JAR]

├─ org.rlcommunity.rlglue.codec.taskspec.TaskSpecDelegate.class - [JAR]

├─ org.rlcommunity.rlglue.codec.taskspec.TaskSpecObject.class - [JAR]

├─ org.rlcommunity.rlglue.codec.taskspec.TaskSpecV2.class - [JAR]

├─ org.rlcommunity.rlglue.codec.taskspec.TaskSpecV3.class - [JAR]

├─ org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.class - [JAR]

├─ org.rlcommunity.rlglue.codec.taskspec.TaskSpecVersionOnly.class - [JAR]

org.hswgt.teachingbox.usecases.mountaincar

├─ org.hswgt.teachingbox.usecases.mountaincar.MountainCarANRBF.class - [JAR]

├─ org.hswgt.teachingbox.usecases.mountaincar.MountainCarTileCoding.class - [JAR]

├─ org.hswgt.teachingbox.usecases.mountaincar.Replay_MountainCarANRBF.class - [JAR]

├─ org.hswgt.teachingbox.usecases.mountaincar.Replay_MountainCarTileCoding.class - [JAR]

org.hswgt.teachingbox.core.rl.network.rbf.adaption

├─ org.hswgt.teachingbox.core.rl.network.rbf.adaption.RBFDistanceCalculator.class - [JAR]

org.hswgt.teachingbox.usecases.poleswingup

├─ org.hswgt.teachingbox.usecases.poleswingup.PoleSwingUpANRBF.class - [JAR]

├─ org.hswgt.teachingbox.usecases.poleswingup.PoleSwingUpTileCoding.class - [JAR]

├─ org.hswgt.teachingbox.usecases.poleswingup.Replay_PoleSwingUpANRBF.class - [JAR]

├─ org.hswgt.teachingbox.usecases.poleswingup.Replay_PoleSwingUpTileCoding.class - [JAR]

org.rlcommunity.rlglue.codec.types

├─ org.rlcommunity.rlglue.codec.types.Action.class - [JAR]

├─ org.rlcommunity.rlglue.codec.types.Observation.class - [JAR]

├─ org.rlcommunity.rlglue.codec.types.Observation_action.class - [JAR]

├─ org.rlcommunity.rlglue.codec.types.RL_abstract_type.class - [JAR]

├─ org.rlcommunity.rlglue.codec.types.Reward_observation_action_terminal.class - [JAR]

├─ org.rlcommunity.rlglue.codec.types.Reward_observation_terminal.class - [JAR]

org.hswgt.teachingbox.core.rl.network.cmacs

├─ org.hswgt.teachingbox.core.rl.network.cmacs.Tile.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.cmacs.TileCodingFactory.class - [JAR]

org.hswgt.teachingbox.usecases.nfq.polebalance

├─ org.hswgt.teachingbox.usecases.nfq.polebalance.PoleBalanceOfflineNFQ.class - [JAR]

├─ org.hswgt.teachingbox.usecases.nfq.polebalance.PoleBalanceOnlineNFQ.class - [JAR]

├─ org.hswgt.teachingbox.usecases.nfq.polebalance.PoleBalanceSampleTransitions.class - [JAR]

├─ org.hswgt.teachingbox.usecases.nfq.polebalance.ReplayPoleBalanceNFQ.class - [JAR]

org.hswgt.teachingbox.usecases.grid2x3

├─ org.hswgt.teachingbox.usecases.grid2x3.DisplayQValuesObserver.class - [JAR]

├─ org.hswgt.teachingbox.usecases.grid2x3.DisplayValuesObserver.class - [JAR]

├─ org.hswgt.teachingbox.usecases.grid2x3.Grid2x3RewardFunction.class - [JAR]

├─ org.hswgt.teachingbox.usecases.grid2x3.Grid2x3RewardFunction_.class - [JAR]

├─ org.hswgt.teachingbox.usecases.grid2x3.Grid2x3TabularValueIteration.class - [JAR]

├─ org.hswgt.teachingbox.usecases.grid2x3.Grid2x3TransitionFunction.class - [JAR]

├─ org.hswgt.teachingbox.usecases.grid2x3.Grid2x3TransitionFunction_.class - [JAR]

├─ org.hswgt.teachingbox.usecases.grid2x3.QLearningTabular.class - [JAR]

├─ org.hswgt.teachingbox.usecases.grid2x3.ValueIteration.class - [JAR]

org.hswgt.teachingbox.core.rl.learner

├─ org.hswgt.teachingbox.core.rl.learner.ActorCriticLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.DelayedLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.ErrorObserver.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.ErrorsObserver.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.GradientDescentExpectedSarsaLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.GradientDescentLinearAverageStraigthenLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.GradientDescentQAverageLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.GradientDescentQLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.GradientDescentSarsaLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.GradientDescentSarsaLinearAverageLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.GradientDescentTdLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.GradientDescentVLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.Learner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.QDecayer.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.TabularQLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.TabularSarsaLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.TabularTdLearner.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.WeightDecay.class - [JAR]

org.hswgt.teachingbox.core.rl.etrace

├─ org.hswgt.teachingbox.core.rl.etrace.ETraceType.class - [JAR]

org.rlcommunity.rlglue.codec.tests

├─ org.rlcommunity.rlglue.codec.tests.Glue_Test.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.TestUtility.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.Test_1_Agent.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.Test_1_Environment.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.Test_1_Experiment.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.Test_Empty_Agent.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.Test_Empty_Environment.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.Test_Empty_Experiment.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.Test_Message_Agent.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.Test_Message_Environment.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.Test_Message_Experiment.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.Test_RL_Episode_Experiment.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.Test_Sanity_Experiment.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.Test_Speed_Environment.class - [JAR]

├─ org.rlcommunity.rlglue.codec.tests.Test_Speed_Experiment.class - [JAR]

org.rlcommunity.rlglue.codec.util

├─ org.rlcommunity.rlglue.codec.util.AgentLoader.class - [JAR]

├─ org.rlcommunity.rlglue.codec.util.EnvironmentLoader.class - [JAR]

org.hswgt.teachingbox.usecases.dynamicCliff

├─ org.hswgt.teachingbox.usecases.dynamicCliff.DynamicCliffUsecase.class - [JAR]

org.rlcommunity.rlglue.codec.network

├─ org.rlcommunity.rlglue.codec.network.ClientAgent.class - [JAR]

├─ org.rlcommunity.rlglue.codec.network.ClientEnvironment.class - [JAR]

├─ org.rlcommunity.rlglue.codec.network.Network.class - [JAR]

├─ org.rlcommunity.rlglue.codec.network.RLGlueDisconnectException.class - [JAR]

org.hswgt.teachingbox.usercontrib.crawler3d.usecases

├─ org.hswgt.teachingbox.usercontrib.crawler3d.usecases.DisplayQValuesObserver.class - [JAR]

├─ org.hswgt.teachingbox.usercontrib.crawler3d.usecases.QLearningTabular.class - [JAR]

org.hswgt.teachingbox.core.rl.experiment

├─ org.hswgt.teachingbox.core.rl.experiment.CumulativeRewardAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.DataAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.DataRecorder.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.DelayedDataAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.DoubleMatrix1DAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.EpisodicCumulativScalarAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.EpisodicCumulativeParameterAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.EpisodicCumulativeRewardAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.EpisodicParameterAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.EpisodicPathLengthAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.EpisodicSaver.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.EpisodicStepAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.EpisodicTerminalStateDataAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.Experiment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.ExperimentData.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.ExperimentObserver.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.ExperimentStepData.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.NumberOfActiveNetworkNodesAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.NumberOfDifferenceNetworkNodesAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.OptimalActionAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.ParameterObserver.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.ReplayExperiment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.ReplayMultiExperiments.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.RewardAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.ScalarAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.SimpleExperiment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.StateTransitionAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.StepLengthAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.StepLengthAveragerForEachDimension.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.StepwiseParameterAverager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.experiment.WrapAdjustedStepLengthAverager.class - [JAR]

org.hswgt.teachingbox.core.exceptions

├─ org.hswgt.teachingbox.core.exceptions.IllegalConfigurationException.class - [JAR]

org.hswgt.teachingbox.usecases.gridworldeditor

├─ org.hswgt.teachingbox.usecases.gridworldeditor.CliffWalkQLearning.class - [JAR]

├─ org.hswgt.teachingbox.usecases.gridworldeditor.CliffWalkSarsaLearning.class - [JAR]

├─ org.hswgt.teachingbox.usecases.gridworldeditor.DisplayQValuesObserver.class - [JAR]

├─ org.hswgt.teachingbox.usecases.gridworldeditor.WalkingrobotQLearning.class - [JAR]

org.hswgt.teachingbox.core.rl.learner.stepsize

├─ org.hswgt.teachingbox.core.rl.learner.stepsize.ConstantAlpha.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.stepsize.ConstantTabularStateAlpha.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.stepsize.SampleAverageAlpha.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.stepsize.StepSizeCalculator.class - [JAR]

org.hswgt.teachingbox.core.rl.gridworldeditor.gui

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.CTextField.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.Conversion.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.GridTable.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.GridTableCell.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.GridTableCellRenderer.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.GridTableModel.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.GridTableMouseAdapter.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.GridTableSelectionListener.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.GridWorldGUI.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.GridWorldPropertyManager.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.MenuActionListener.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.QTable.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.QTableCell.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.QTableCellRenderer.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.QValuePanel.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.SettingsDialog.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.SizePanel.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.SpeedPanel.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.SpreadsheetRowHeader.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.TablePanel.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.gui.ToolPanel.class - [JAR]

org.hswgt.teachingbox.core.rl.viz

├─ org.hswgt.teachingbox.core.rl.viz.Visualization.class - [JAR]

org.hswgt.teachingbox.usercontrib.crawler.env

├─ org.hswgt.teachingbox.usercontrib.crawler.env.CrawlerEnvironment.class - [JAR]

org.hswgt.teachingbox.core.rl.network.cmacs.adaption

├─ org.hswgt.teachingbox.core.rl.network.cmacs.adaption.TileInScopeCalculator.class - [JAR]

org.rlcommunity.rlglue.codec.installer

├─ org.rlcommunity.rlglue.codec.installer.ConsoleReader.class - [JAR]

├─ org.rlcommunity.rlglue.codec.installer.Installer.class - [JAR]

org.hswgt.teachingbox.usecases.narmedbandit

├─ org.hswgt.teachingbox.usecases.narmedbandit.NArmedBandit.class - [JAR]

org.hswgt.teachingbox.core.rl.env.gridworldeditor.env

├─ org.hswgt.teachingbox.core.rl.env.gridworldeditor.env.GridworldEnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.gridworldeditor.env.QonlyModel.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.gridworldeditor.env.StochasticGridworldEnvironment.class - [JAR]

org.hswgt.teachingbox.core.rl.network

├─ org.hswgt.teachingbox.core.rl.network.FeatureGenerator.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.IterateThroughAllNodes.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.Network.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.NetworkNode.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.NetworkNodeObserver.class - [JAR]

org.hswgt.teachingbox.core.rl.network.networknodes

├─ org.hswgt.teachingbox.core.rl.network.networknodes.ProbabilisticPlaceField.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.networknodes.SphericalBinaryFunction.class - [JAR]

org.hswgt.teachingbox.core.rl.network.rbf

├─ org.hswgt.teachingbox.core.rl.network.rbf.RBFNetwork.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.rbf.RadialBasisFunction.class - [JAR]

org.hswgt.teachingbox.core.rl.valuefunctions

├─ org.hswgt.teachingbox.core.rl.valuefunctions.DifferentiableFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.valuefunctions.DifferentiableQFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.valuefunctions.DifferentiableVFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.valuefunctions.LinearFunctionApproximator.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.valuefunctions.QFeatureFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.valuefunctions.QFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.valuefunctions.VFeatureFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.valuefunctions.ValueFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.valuefunctions.ValueFunctionEQ.class - [JAR]

org.hswgt.teachingbox.core.rl.plot

├─ org.hswgt.teachingbox.core.rl.plot.DataAveragePlotter.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.plot.FunctionPlotter2D.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.plot.FunctionPlotter2dData.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.plot.FunctionPlotter3D.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.plot.GnuPlotExec.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.plot.Plotter.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.plot.PolicyPlotter3D.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.plot.QFunctionPlotter3D.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.plot.RangeParser.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.plot.RuntimePlotter.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.plot.TrajectoryPlotter2d.class - [JAR]

org.hswgt.teachingbox.core.rl.learner.etracedecayrate

├─ org.hswgt.teachingbox.core.rl.learner.etracedecayrate.ConstantLambda.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.learner.etracedecayrate.LambdaCalculator.class - [JAR]

org.hswgt.teachingbox.usecases.nfq.mountaincar

├─ org.hswgt.teachingbox.usecases.nfq.mountaincar.MountainCarOfflineNFQ.class - [JAR]

├─ org.hswgt.teachingbox.usecases.nfq.mountaincar.MountainCarOnlineNFQ.class - [JAR]

├─ org.hswgt.teachingbox.usecases.nfq.mountaincar.MountainCarSampleTransitions.class - [JAR]

├─ org.hswgt.teachingbox.usecases.nfq.mountaincar.ReplayMountainCarNFQ.class - [JAR]

org.hswgt.teachingbox.core.rl.agent

├─ org.hswgt.teachingbox.core.rl.agent.ActionDebugger.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.agent.Agent.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.agent.AgentObserver.class - [JAR]

org.hswgt.teachingbox.usecases.dicegame

├─ org.hswgt.teachingbox.usecases.dicegame.DisplayValuesObserver.class - [JAR]

├─ org.hswgt.teachingbox.usecases.dicegame.QLearningTabular.class - [JAR]

org.hswgt.teachingbox

├─ org.hswgt.teachingbox.TeachingboxVersion.class - [JAR]

org.rlcommunity.rlglue.codec.taskspec.ranges

├─ org.rlcommunity.rlglue.codec.taskspec.ranges.AbstractRange.class - [JAR]

├─ org.rlcommunity.rlglue.codec.taskspec.ranges.DoubleRange.class - [JAR]

├─ org.rlcommunity.rlglue.codec.taskspec.ranges.IntRange.class - [JAR]

org.hswgt.teachingbox.usecases.ml.lwlr.poleswingup

├─ org.hswgt.teachingbox.usecases.ml.lwlr.poleswingup.CollectTrainingData.class - [JAR]

├─ org.hswgt.teachingbox.usecases.ml.lwlr.poleswingup.LWLR_PoleSwingUpModel.class - [JAR]

├─ org.hswgt.teachingbox.usecases.ml.lwlr.poleswingup.PredictionOutputVectorMapper.class - [JAR]

├─ org.hswgt.teachingbox.usecases.ml.lwlr.poleswingup.QueryVectorMapper.class - [JAR]

├─ org.hswgt.teachingbox.usecases.ml.lwlr.poleswingup.WriterOutputVectorMapper.class - [JAR]

org.hswgt.teachingbox.core.rl.tabular

├─ org.hswgt.teachingbox.core.rl.tabular.HashQFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tabular.HashValueFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tabular.QFunctionFromValueFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tabular.TabularFeatureFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tabular.TabularQEtrace.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tabular.TabularQFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tabular.TabularValueFunction.class - [JAR]

org.hswgt.teachingbox.core.rl.viz.pole

├─ org.hswgt.teachingbox.core.rl.viz.pole.CartPole2dWindow.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.viz.pole.CartPoleVisualization.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.viz.pole.PoleBalanceVisualization.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.viz.pole.PoleSwingUp2dWindow.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.viz.pole.PoleSwingUpVisualization.class - [JAR]

org.hswgt.teachingbox.core.rl.network.cmacs.optimization

├─ org.hswgt.teachingbox.core.rl.network.cmacs.optimization.TileAndIndexBoundingBoxCalculator.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.cmacs.optimization.TileBoundingBoxCalculator.class - [JAR]

org.hswgt.teachingbox.core.rl.thrift

├─ org.hswgt.teachingbox.core.rl.thrift.ThriftEnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.thrift.ThriftEnvironmentClient.class - [JAR]

org.rlcommunity.rlglue.codec

├─ org.rlcommunity.rlglue.codec.AgentInterface.class - [JAR]

├─ org.rlcommunity.rlglue.codec.EnvironmentInterface.class - [JAR]

├─ org.rlcommunity.rlglue.codec.LocalGlue.class - [JAR]

├─ org.rlcommunity.rlglue.codec.NetGlue.class - [JAR]

├─ org.rlcommunity.rlglue.codec.RLGlue.class - [JAR]

├─ org.rlcommunity.rlglue.codec.RLGlueCore.class - [JAR]

├─ org.rlcommunity.rlglue.codec.RLGlueInterface.class - [JAR]

org.hswgt.teachingbox.core.rl.gridworldeditor.model

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.model.GridCell.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.gridworldeditor.model.GridModel.class - [JAR]

org.hswgt.teachingbox.core.rl.network.rbf.optimization

├─ org.hswgt.teachingbox.core.rl.network.rbf.optimization.RBFAndIndexBoundingBoxCalculator.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.rbf.optimization.RBFBoundingBoxCalculator.class - [JAR]

org.hswgt.teachingbox.usercontrib.crawler.usecases

├─ org.hswgt.teachingbox.usercontrib.crawler.usecases.DisplayQValuesObserver.class - [JAR]

├─ org.hswgt.teachingbox.usercontrib.crawler.usecases.GridworldSimuExec.class - [JAR]

├─ org.hswgt.teachingbox.usercontrib.crawler.usecases.QCrawlingRobotANRBF.class - [JAR]

├─ org.hswgt.teachingbox.usercontrib.crawler.usecases.QLearningTabular.class - [JAR]

org.hswgt.teachingbox.core.rl.network.optimization

├─ org.hswgt.teachingbox.core.rl.network.optimization.BoundingBoxCalculator.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.optimization.Box.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.optimization.GridHash.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.optimization.GridHashFeatureGenerator.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.optimization.GridTree.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.network.optimization.NodeAndIndex.class - [JAR]

org.hswgt.teachingbox.core.rl.viz.mountaincar

├─ org.hswgt.teachingbox.core.rl.viz.mountaincar.MountainCar2dWindow.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.viz.mountaincar.MountainCarVisualization.class - [JAR]

org.hswgt.teachingbox.usecases.rlglue

├─ org.hswgt.teachingbox.usecases.rlglue.Acrobot_SarsaRBF.class - [JAR]

├─ org.hswgt.teachingbox.usecases.rlglue.Acrobot_SarsaTileCoding.class - [JAR]

├─ org.hswgt.teachingbox.usecases.rlglue.GridWorld2x3Tabular.class - [JAR]

├─ org.hswgt.teachingbox.usecases.rlglue.MountainCar_SarsaRBF.class - [JAR]

├─ org.hswgt.teachingbox.usecases.rlglue.MountainCar_SarsaTileCoding.class - [JAR]

├─ org.hswgt.teachingbox.usecases.rlglue.PuddleWorld_SarsaTileCoding.class - [JAR]

org.hswgt.teachingbox.core.rl.tools

├─ org.hswgt.teachingbox.core.rl.tools.AngleUtils.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tools.Copyable.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tools.ExecutionTimeMonitor.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tools.HashCodeUtil.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tools.MathUtils.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tools.ObjectSerializer.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tools.PropertyLoader.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tools.RangeParser.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tools.ThriftUtils.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.tools.VectorUtils.class - [JAR]

org.hswgt.teachingbox.core.rl.feature

├─ org.hswgt.teachingbox.core.rl.feature.Discretizer.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.feature.FeatureCache.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.feature.FeatureFunction.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.feature.FeatureFunctionChain.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.feature.FeatureFunctionObserver.class - [JAR]

org.hswgt.teachingbox.core.rl.dp

├─ org.hswgt.teachingbox.core.rl.dp.TabularValueIteration.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.dp.ValueIterationLearner.class - [JAR]

org.hswgt.teachingbox.usecases.cartpole

├─ org.hswgt.teachingbox.usecases.cartpole.CartPole_ANRBF.class - [JAR]

├─ org.hswgt.teachingbox.usecases.cartpole.CartPole_TileCoding.class - [JAR]

├─ org.hswgt.teachingbox.usecases.cartpole.Replay_CartPole_ANRBF.class - [JAR]

├─ org.hswgt.teachingbox.usecases.cartpole.Replay_CartPole_TileCoding.class - [JAR]

org.hswgt.teachingbox.core.rl.rlglue

├─ org.hswgt.teachingbox.core.rl.rlglue.ObservationHandler.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.rlglue.RLGlueRemoteEnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.rlglue.RlGlueAgent.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.rlglue.RlGlueEnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.rlglue.RlGlueExperiment.class - [JAR]

org.hswgt.teachingbox.core.rl.policy.explorationrate.stepsize

├─ org.hswgt.teachingbox.core.rl.policy.explorationrate.stepsize.SampleAverageStepSize.class - [JAR]

org.hswgt.teachingbox.core.rl.policy

├─ org.hswgt.teachingbox.core.rl.policy.DifferentiablePolicy.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.EpisodicReinforcePolicy.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.EpsilonGreedyPolicy.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.GradientPolicy.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.GreedyPolicy.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.LocalReinforcePolicy.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.MaxBoltzmannExplorationPolicy.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.Policy.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.PolicyConfigurator.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.RandomPolicy.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.SoftmaxActionSelection.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.TabularVDBEPolicy.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.policy.TabularVdbeSoftmaxPolicy.class - [JAR]

org.hswgt.teachingbox.core.rl.env

├─ org.hswgt.teachingbox.core.rl.env.Action.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.CartPoleEnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.CliffWalkEnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.DiceGameEnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.DiscreteMountainCarOrigEnv.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.DynamicCliffEnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.DynamicalSystem.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.Environment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.Grid2x3Environment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.LQREnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.MountainCarEnv.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.NArmedBanditEnv.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.PoleBalanceEnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.PoleSwingupEnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.RewardDelayedEnvironment.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.State.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.StateActionPair.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.ThriftMountainCarEnv.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.TransitionSampleSARS.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.UpdateStruct.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.env.WindyGridworld.class - [JAR]

org.hswgt.teachingbox.core.rl.nfq.valuefunction.encog

├─ org.hswgt.teachingbox.core.rl.nfq.valuefunction.encog.EncogNfq.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.valuefunction.encog.EncogNfqBackprop.class - [JAR]

├─ org.hswgt.teachingbox.core.rl.nfq.valuefunction.encog.EncogNfqRprop.class - [JAR]

Advertisement