public interface RLGlueLearningAgentFactory
| Modifier and Type | Method and Description |
|---|---|
LearningAgent |
generateAgentForRLDomain(Domain domain,
double discount,
RewardFunction rf,
TerminalFunction tf)
Returns a BURLAP learning agent for the given RLGlue generated domain, discount, reward function, and terminal function.
|
LearningAgent generateAgentForRLDomain(Domain domain, double discount, RewardFunction rf, TerminalFunction tf)
domain - a BURALP domain that wraps the RLGlue environment and taskdiscount - the RLGlue specified discount factorrf - the RLGlue specified reward functiontf - the RLGlue specified terminal function