RLPark 1.0.0
Reinforcement Learning Framework in Java

IRobotObservationReceiver.java

Go to the documentation of this file.
00001 package rlpark.plugin.irobot.internal.descriptors;
00002 
00003 import rlpark.plugin.rltoys.envio.observations.Legend;
00004 import rlpark.plugin.robot.observations.ObservationReceiver;
00005 
00006 public interface IRobotObservationReceiver extends ObservationReceiver {
00007   void sendMessage(byte[] bytes);
00008 
00009   Legend legend();
00010 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark