Posts

Showing posts with the label type of agent architectures

Agent Architectures

An agent is a computer system that capable of flexible autonomous action. While Agent architecture is the model for software agents and intelligent control system. Basically there are 3 type of architecture which are: Symbolic/logical (Proactive) Reactive Hybrid Symbolic Architecuture Symbolic Reasoning Agent At the beginning, all the agents is designed were symbolic reasoning agents. It is the expressions that can propose to the agents to use the expression logical reasoning to decide what to do.  To build an agent, there are exist a classical approach which is to view the system as a particular type of knowledge-based system. This paradigm we called as symbolic AI, it contain the intelligent behavior can be generated in a system by giving that system a Symbolic representation of its : Environment Desired behavior Syntactically manipulating this representation Symbolic is an architecture that : contains explicitly represented, symbolic model...