RLPark 1.0.0
Reinforcement Learning Framework in Java
|
Static Public Member Functions | |
static void | addToMonitor (DataMonitor monitor, final RobotLive problem) |
static byte[] | doubleArrayToByteArray (double[] current) |
static double[] | byteArrayToDoubleArray (byte[] current) |
static final int | byteArrayToInt (byte[] current) |
static double[] | toDoubles (ObservationVersatileArray observation) |
static double[] | toDoubles (Observation obs) |
static double[] | toDoubles (ObservationVersatile obs) |
Definition at line 12 of file Robots.java.
static void rlpark.plugin.robot.helpers.Robots.addToMonitor | ( | DataMonitor | monitor, |
final RobotLive | problem | ||
) | [static] |
Definition at line 13 of file Robots.java.
static double [] rlpark.plugin.robot.helpers.Robots.byteArrayToDoubleArray | ( | byte[] | current | ) | [static] |
Definition at line 40 of file Robots.java.
static final int rlpark.plugin.robot.helpers.Robots.byteArrayToInt | ( | byte[] | current | ) | [static] |
Definition at line 50 of file Robots.java.
static byte [] rlpark.plugin.robot.helpers.Robots.doubleArrayToByteArray | ( | double[] | current | ) | [static] |
Definition at line 28 of file Robots.java.
static double [] rlpark.plugin.robot.helpers.Robots.toDoubles | ( | Observation | obs | ) | [static] |
Definition at line 58 of file Robots.java.
static double [] rlpark.plugin.robot.helpers.Robots.toDoubles | ( | ObservationVersatile | obs | ) | [static] |
Definition at line 62 of file Robots.java.
static double [] rlpark.plugin.robot.helpers.Robots.toDoubles | ( | ObservationVersatileArray | observation | ) | [static] |
Definition at line 54 of file Robots.java.