Go to the documentation of this file.00001 package rlpark.plugin.rltoys.envio.rl;
00002
00003 import java.io.Serializable;
00004
00005 import rlpark.plugin.rltoys.envio.actions.Action;
00006
00007 public interface RLAgent extends Serializable {
00008 Action getAtp1(TRStep step);
00009 }