RLPark 1.0.0
Reinforcement Learning Framework in Java

ImageProvider.java

Go to the documentation of this file.
00001 package zephyr.plugin.core.api.viewable;
00002 
00003 import java.awt.image.BufferedImage;
00004 
00005 public interface ImageProvider {
00006   BufferedImage image();
00007 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark