|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.learning.reinforcement.MDPAgent<STATE_TYPE,ACTION_TYPE> aima.learning.reinforcement.PassiveADPAgent<STATE_TYPE,ACTION_TYPE>
public class PassiveADPAgent<STATE_TYPE,ACTION_TYPE>
Field Summary |
---|
Fields inherited from class aima.learning.reinforcement.MDPAgent |
---|
currentReward, currentState, mdp, previousAction, previousState |
Constructor Summary | |
---|---|
PassiveADPAgent(MDP<STATE_TYPE,ACTION_TYPE> mdp,
MDPPolicy<STATE_TYPE,ACTION_TYPE> policy)
|
Method Summary | |
---|---|
ACTION_TYPE |
decideAction(MDPPerception<STATE_TYPE> perception)
|
MDPUtilityFunction<STATE_TYPE> |
getUtilityFunction()
|
Methods inherited from class aima.learning.reinforcement.MDPAgent |
---|
execute, executeTrial, getCurrentReward, getCurrentState, getPreviousAction, getPreviousState, setCurrentReward, setPreviousAction, setPreviousState, updateFromPerception |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PassiveADPAgent(MDP<STATE_TYPE,ACTION_TYPE> mdp, MDPPolicy<STATE_TYPE,ACTION_TYPE> policy)
Method Detail |
---|
public ACTION_TYPE decideAction(MDPPerception<STATE_TYPE> perception)
decideAction
in class MDPAgent<STATE_TYPE,ACTION_TYPE>
public MDPUtilityFunction<STATE_TYPE> getUtilityFunction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |