RLPark 1.0.0
Reinforcement Learning Framework in Java

ProblemBounded.java

Go to the documentation of this file.
00001 package rlpark.plugin.rltoys.problems;
00002 
00003 import rlpark.plugin.rltoys.math.ranges.Range;
00004 
00005 public interface ProblemBounded extends RLProblem {
00006   Range[] getObservationRanges();
00007 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark