jar

com.github.chen0040 : java-reinforcement-learning

Maven & Gradle

Dec 02, 2017
112 stars

Reinforcement Learning Algorithms · Classical RL algorithms implemented in Java, including Q-Learn, R-Learn, SARSA, Actor-Critic

Table Of Contents

Latest Version

Download com.github.chen0040 : java-reinforcement-learning JAR file - Latest Versions:

All Versions

Download com.github.chen0040 : java-reinforcement-learning JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 java-reinforcement-learning-1.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.chen0040.rl.utils

├─ com.github.chen0040.rl.utils.DoubleUtils.class - [JAR]

├─ com.github.chen0040.rl.utils.IndexValue.class - [JAR]

├─ com.github.chen0040.rl.utils.Matrix.class - [JAR]

├─ com.github.chen0040.rl.utils.MatrixUtils.class - [JAR]

├─ com.github.chen0040.rl.utils.TupleTwo.class - [JAR]

├─ com.github.chen0040.rl.utils.Vec.class - [JAR]

├─ com.github.chen0040.rl.utils.VectorUtils.class - [JAR]

com.github.chen0040.rl.learning.rlearn

├─ com.github.chen0040.rl.learning.rlearn.RAgent.class - [JAR]

├─ com.github.chen0040.rl.learning.rlearn.RLearner.class - [JAR]

com.github.chen0040.rl.learning.actorcritic

├─ com.github.chen0040.rl.learning.actorcritic.ActorCriticAgent.class - [JAR]

├─ com.github.chen0040.rl.learning.actorcritic.ActorCriticLambdaLearner.class - [JAR]

├─ com.github.chen0040.rl.learning.actorcritic.ActorCriticLearner.class - [JAR]

com.github.chen0040.rl.learning.sarsa

├─ com.github.chen0040.rl.learning.sarsa.SarsaAgent.class - [JAR]

├─ com.github.chen0040.rl.learning.sarsa.SarsaLambdaLearner.class - [JAR]

├─ com.github.chen0040.rl.learning.sarsa.SarsaLearner.class - [JAR]

com.github.chen0040.rl.actionselection

├─ com.github.chen0040.rl.actionselection.AbstractActionSelectionStrategy.class - [JAR]

├─ com.github.chen0040.rl.actionselection.ActionSelectionStrategy.class - [JAR]

├─ com.github.chen0040.rl.actionselection.ActionSelectionStrategyFactory.class - [JAR]

├─ com.github.chen0040.rl.actionselection.EpsilonGreedyActionSelectionStrategy.class - [JAR]

├─ com.github.chen0040.rl.actionselection.GibbsSoftMaxActionSelectionStrategy.class - [JAR]

├─ com.github.chen0040.rl.actionselection.GreedyActionSelectionStrategy.class - [JAR]

├─ com.github.chen0040.rl.actionselection.SoftMaxActionSelectionStrategy.class - [JAR]

com.github.chen0040.rl.learning.qlearn

├─ com.github.chen0040.rl.learning.qlearn.QAgent.class - [JAR]

├─ com.github.chen0040.rl.learning.qlearn.QLambdaLearner.class - [JAR]

├─ com.github.chen0040.rl.learning.qlearn.QLearner.class - [JAR]

com.github.chen0040.rl.models

├─ com.github.chen0040.rl.models.EligibilityTraceUpdateMode.class - [JAR]

├─ com.github.chen0040.rl.models.QModel.class - [JAR]

├─ com.github.chen0040.rl.models.UtilityModel.class - [JAR]

Advertisement