Skip to main content

Rational Agent Approaches In Artificial Intelligence


Rational agent approaches

Artificial intelligence is defined as the study of a relational agent. A rational agent could be anything that makes decisions like a person, firm, machine, or software. It acts with the best outcome percept. (agents perceptual inputs at a given instance)
An AI system is composed of an agent and its environment. The environment may contain other agents. An agent is anything that can be viewed as :
  • Perceiving its environment through sensors and
  • Acting upon that environment through actuators.
Note Every agent can perceive its own actions(but not always the effects)
It will run in cycles of perceiving, thinking, and acting. Take humans for eg, we perceive our environment through our five senses (sensors), we think about it, and then act using our body parts (actuators). Similarly, robotic agents perceive the environment through sensors that we provide them it can the camera, microphones, infrared detectors. They do some computing(thinking) and then act using various actuators attached for functions. Now, it should be clear that the world around you is full of agents like your cell phones, vacuum cleaner, smart fridge, thermostat, and cameras.

WHAT IS AN AGENT

Anything that can be seen as-
a. Pereving its environment through sensors.
b. Acting upon it through actuators.
It will run in a cycle of perceiving, thinking, and acting. Take humans, for example, we perceive our environment through our five senses called sensors. We think about it and then act using our body parts called actuators. Similarly, the robotic agent perceives the environment through sensors that we provide them, it can be a camera, microphones, infrared detectors, etc. They do some computing or thinking and then act using various actuators attached for functions. Now, it should be clear that the world around you is full of agents like your cellphone, vacuum cleaner, smart fridge, thermostat, camera, and even yourself.

Comments

Popular posts from this blog

Block Diagram of Computer|| Basic Explanation

A typical computer system irrespective of its size, class or type consists of hardware and software, integrated and synchronized together to perform computational work or data processing. Computer anatomy is concerned with the way the various functional units operate and how they connected together to form the computer system. A computer system consists of the following functional units : 1)  Input unit 2) Memory/Storage unit 3) CPU(central processing unit) 4) Output unit

Types Of Computer System || Analog Hybrid and Digital Computer System

Types of computer There are various methods on which computers can be classified. The classification may depend upon the size, technology, area, of application, type of data processed, etc. Generally, computers are divided into three main parts, These three are followings: Analog computers Hybrid computers Digital computers Analog computers An  analog computer  or  analogous computer  is a form of  computer  that uses the continuously changeable aspects of physical phenomena such as  electrical ,  mechanical , or  hydraulic  quantities to  model  the problem being solved.  Analog computers are computers that work on continuous data. Analog computers are used to measure physical quantities like pressure, temperature, speed, etc. Analog computers were widely used in scientific and industrial applications where digital computers of the time lacked sufficient performance. Analog computers c...

Components of Computer System

A system is defined as a set of interacting elements, responding to inputs so as to produce outputs. The computer system also consists of the following elements or components. Software Hardware Firmware Humanware   Software All the intangible components of the computer system are known as software In other words, we can say that all computer programs and applications run behind the monitor screen, are known as software. Computer software is a term that describes computer programs. Example   Microsoft-windows (all operating system software) and notepad, MS office suite, window media player(application software). Software is further divided into two parts these are following 1) system software 2) application software Hardware All tangible component of a computer system is known as hardware. In other words, computer hardware is the collection of physical parts of the computer system. Example  CPU(Microprocessor), monitor, keyboard,...