Intelligent Agents
- Note that to this point, we've just talked about agents.
- We haven't said anything about intelligence.
- That is, the agent concept doesn't necessarily relate to AI.
- Remember one of the main points of this module is that
your code doesn't need to be intelligent, just to seem
intelligent.
- None the less, this is an obvious place to start using AI
techniques.
- The agent could sensibly store information that it has seen,
and use that for future decisions.
- It could use standard search algorithms.
- It could even use machine learning techniques.