RLPark 1.0.0
Reinforcement Learning Framework in Java
|
Static Public Member Functions | |
static int[] | composeHappySong () |
static int[] | composeSadSong () |
Static Public Attributes | |
static final int[] | ViveLeVent |
static final int[] | CloseEncounter |
static final int[] | Beethov5 |
static final int[] | Beethov9 |
static final int[] | DarthVador |
static final int[] | Piaf |
static final int[] | StarTrek |
static final int[][] | Repertoire |
Definition at line 5 of file IRobotSongs.java.
static int [] rlpark.plugin.irobot.data.IRobotSongs.composeHappySong | ( | ) | [static] |
Definition at line 40 of file IRobotSongs.java.
static int [] rlpark.plugin.irobot.data.IRobotSongs.composeSadSong | ( | ) | [static] |
Definition at line 51 of file IRobotSongs.java.
final int [] rlpark.plugin.irobot.data.IRobotSongs.Beethov5 [static] |
new int[] { 55, 16, 55, 16, 55, 16, 51, 48, 128, 16, 53, 16, 53, 16, 53, 16, 50, 48 }
Definition at line 15 of file IRobotSongs.java.
final int [] rlpark.plugin.irobot.data.IRobotSongs.Beethov9 [static] |
new int[] { 83, 16, 83, 16, 84, 16, 86, 16, 86, 16, 84, 16, 83, 16, 81, 16, 79, 16, 79, 16, 81, 16, 83, 16, 83, 32, 81, 8, 81, 16 }
Definition at line 18 of file IRobotSongs.java.
final int [] rlpark.plugin.irobot.data.IRobotSongs.CloseEncounter [static] |
new int[] { 74, 40, 76, 40, 72, 40, 60, 40, 67, 50 }
Definition at line 13 of file IRobotSongs.java.
final int [] rlpark.plugin.irobot.data.IRobotSongs.DarthVador [static] |
new int[] { 43, 48, 43, 48, 43, 48, 39, 32, 46, 16, 43, 48, 39, 32, 46, 16, 43, 32, }
Definition at line 23 of file IRobotSongs.java.
final int [] rlpark.plugin.irobot.data.IRobotSongs.Piaf [static] |
new int[] { 74, 100, 76, 16, 74, 16, 74, 80, 128, 8, 74, 100, 78, 16, 76, 16, 74, 16, 72, 16, 71, 16, 71, 32 }
Definition at line 28 of file IRobotSongs.java.
final int [][] rlpark.plugin.irobot.data.IRobotSongs.Repertoire [static] |
{ ViveLeVent, CloseEncounter, Beethov5, Beethov9, DarthVador, StarTrek, Piaf }
Definition at line 36 of file IRobotSongs.java.
final int [] rlpark.plugin.irobot.data.IRobotSongs.StarTrek [static] |
new int[] { 62, 32, 67, 16, 72, 48, 128, 2, 71, 22, 67, 22, 64, 22, 69, 22, 74, 64 }
Definition at line 31 of file IRobotSongs.java.
final int [] rlpark.plugin.irobot.data.IRobotSongs.ViveLeVent [static] |
new int[] { 66, 20, 66, 20, 66, 34, 66, 20, 66, 20, 66, 34, 66, 20, 69, 20, 62, 22, 64, 14, 66, 70 }
Definition at line 8 of file IRobotSongs.java.