RLPark 1.0.0
Reinforcement Learning Framework in Java

RobotProblem.java

Go to the documentation of this file.
00001 package rlpark.plugin.robot.interfaces;
00002 
00003 import rlpark.plugin.rltoys.envio.observations.Legend;
00004 
00005 public interface RobotProblem {
00006   Legend legend();
00007 
00008   int observationPacketSize();
00009 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark