|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AgentRule<K extends AgentAction,S extends AgentState> | A rule governing the behavior of reflex-based agents. |
ReflexWithStateAgentProgram<K extends AgentAction,P extends AgentPercept,S extends AgentState> | An agent that keeps track of the parts of the world it can't see now, maintining internal state. |
SimpleReflexAgentProgram<K extends AgentAction,P extends AgentPercept,S extends AgentState> | An agent that selects actions on the basis of the current percept only, ignoring the rest of the percept history. |
Provides interfaces specifying simple reflex-based agent programs.
No implementations are provided -- the interfaces are simply guides to remind you of the subroutines required.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |