RLPark 1.0.0
Reinforcement Learning Framework in Java

OffPolicyAgentEvaluable.java

Go to the documentation of this file.
00001 package rlpark.plugin.rltoys.agents.offpolicy;
00002 
00003 import rlpark.plugin.rltoys.envio.rl.RLAgent;
00004 
00005 public interface OffPolicyAgentEvaluable extends OffPolicyAgent {
00006   RLAgent createEvaluatedAgent();
00007 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark