|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
LRTAStarAgentProgram<K extends AgentAction,P extends AgentPercept,S extends AgentState> | An online agent that uses an A*-like evaluation function. |
OnlineAgentProgram<K extends AgentAction,P extends AgentPercept,S extends AgentState> | Like a SimpleProblemSolvingAgent, but adapted for the information available in an online environment. |
OnlineDFSAgentProgram<K extends AgentAction,P extends AgentPercept,S extends AgentState> | An online search agent program that uses depth-first exploration. |
OnlineHeuristicAgentProgram<K extends AgentAction,P extends AgentPercept,S extends AgentState> | An online search agent that uses an evaluation function to choose actions. |
Online agent program specifications.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |