RLPark 1.0.0
Reinforcement Learning Framework in Java

Labeled.java

Go to the documentation of this file.
00001 package zephyr.plugin.core.api.labels;
00002 
00003 public interface Labeled {
00004   String label();
00005 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark