Package edu.columbia.cs.coms4701.agent.agentprograms

Provides interfaces specifying simple reflex-based agent programs.

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.
 

Package edu.columbia.cs.coms4701.agent.agentprograms Description

Provides interfaces specifying simple reflex-based agent programs.

Package Specification

No implementations are provided -- the interfaces are simply guides to remind you of the subroutines required.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

See Also:
"Russell & Norvig section 2.4"