RLPark 1.0.0
Reinforcement Learning Framework in Java

Ranged.java

Go to the documentation of this file.
00001 package rlpark.plugin.robot.internal.disco.datatype;
00002 
00003 import rlpark.plugin.rltoys.math.ranges.Range;
00004 
00005 public interface Ranged {
00006   Range range();
00007 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark