protected class RLGlueWrappedDomainGenerator.RLGlueActionWrapper extends Action
RLGlueAgentShell).| Modifier and Type | Field and Description |
|---|---|
protected int |
ind
The RLGlue action index
|
actionObservers, domain, name, parameterClasses, parameterOrderGroup| Constructor and Description |
|---|
RLGlueWrappedDomainGenerator.RLGlueActionWrapper(Domain domain,
int ind)
Constructs for the given BURLAP domain and RLGlue action index.
|
| Modifier and Type | Method and Description |
|---|---|
protected State |
performActionHelper(State s,
java.lang.String[] params)
This method determines what happens when an action is applied in the given state with the given parameters.
|
addActionObserver, applicableInState, applicableInState, clearAllActionsObservers, deterministicTransition, equals, getAllApplicableGroundedActions, getAllApplicableGroundedActionsFromActionList, getDomain, getName, getParameterClasses, getParameterOrderGroups, getTransitions, getTransitions, hashCode, init, isPrimitive, parametersAreObjects, performAction, performActionpublic RLGlueWrappedDomainGenerator.RLGlueActionWrapper(Domain domain, int ind)
domain - the BURLAP domainind - the RLGLue action indexprotected State performActionHelper(State s, java.lang.String[] params)
ActionperformActionHelper in class Actions - the state to perform the action onparams - a String array specifying the action object parameters