RLPark 1.0.0
Reinforcement Learning Framework in Java

TerminationFunction.java

Go to the documentation of this file.
00001 package rlpark.plugin.rltoys.problems.puddleworld;
00002 
00003 public interface TerminationFunction {
00004   boolean isTerminated(double[] position);
00005 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark