RLPark 1.0.0
Reinforcement Learning Framework in Java

rlpark.plugin.robot.helpers.Robots Class Reference

List of all members.

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)

Detailed Description

Definition at line 12 of file Robots.java.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark