Posts

Showing posts with the label agent

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...

Practical Reasoning

Practical reasoning is reasoning directed towards actions , which mean that it was the process to figuring out what to do. It weighing conflicting considerations for and against competing options, where relevant consideration are provided by what the agents desires/values/care about and what the agents believe. Example of practical reasoning: Mr Wong want go to Beijing, he think about the route to take to get to Beijing. He can use direct Beijing route which is faster and scenic route is longer but more enjoyable with less traffic. He in hurry but could probably arrive on time going either way. He eventually make a decision. This is the reasoning of Mr Wong goes through while deciding on what route to take is practical. He is deciding what to do. Differ from practical reasoning, theoretical reasoning is directed toward beliefs, which mean the process what conclude corresponding sense leads to belief and expectation. Example of Theoretical reasoning: At about the same time...

Computer Agents

Image
What is computer agents? A computer agent is a computer system that is capable of independent action on behalf of user or owner. Which mean that it able to figuring out what needs to be done to satisfy the design objectives rather than constantly being told.Which mean that the computer agent able to make decision by it own to achieve the design objective. What make computer agent to become agent is because their capable to a cting independently , exhibiting control over their internal state which another word to explain is autonomous . So Computer Agent is a computer system that is able to make action autonomously in some environment in order to meet its design objectives. Computer Agent There can be 2 kind of agent which are: Trivial (non-interesting) agents- Agents like thermostat that control heating system in houses. Intelligent agent-is a computer system that capable of flexible autonomous action in some environment.By flexible we mean: Reactive Pro-active ...