RLPark 1.0.0
Reinforcement Learning Framework in Java

NotImplemented.java

Go to the documentation of this file.
00001 package rlpark.plugin.rltoys.utils;
00002 
00003 public class NotImplemented extends RuntimeException {
00004   private static final long serialVersionUID = -7296092120688783506L;
00005 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark