Everything about Peas totally explained
P.E.A.S. is an acronym in
artificial intelligence that stands for Performance, Environment, Actuators, Sensors.
Performance
Performance is a function that measures the quality of the actions the agent did.
Environment
The environment in which the agent operates. They are the described with the following main properties:
Fully observable vs. partially observable (Accessible vs. inaccessible)
If an agent's sensory apparatus gives it access to the complete state of the environment, then we say that the environment is accessible to that agent. An environment is effectively accessible if the sensors detect all aspects that are relevant to the choice of action. An accessible environment is convenient because the agent need not maintain any internal state to keep track of the world.
Deterministic vs. stochastic (non-deterministic)
If the next state of the environment is completely determined by the current state of the actions selected by the agents, then we say the environment is deterministic. In principle, an agent need not worry about uncertainty in an accessible, deterministic environment.
Episodic vs. sequential (non-episodic)
In an episodic environment, the agent's experience is divided into "episodes". Each episode consists of the agent perceiving and then acting. The quality of its action depends just on the episode itself, because subsequent episodes don't depend on what actions occur in previous episodes. Episodic environments are much simpler because the agent doesn't need to think ahead.
Statics vs dynamic
If the environment can change while an agent is deliberating, then we say the environment is dynamic for that agent; otherwise it's static. Static environments are easy to deal with because the agent need not keep looking at the world while it's deciding on an action, nor need it worry about the passage of time. If the environment doesn't change with the passage of time but the agent's performance score does, then we say the environment is semidynamic.
Discrete vs continuous
If there are a limited number of distinct, clearly defined percepts and actions we say that the environment is discrete. Chess is discrete - there are a fixed number of possible moves on each turn. Taxi driving is continuous - the speed and location of the taxi and the other vehicles sweep through a range of continuous values.
Actuators
Actuators are the set of devices that the agent can use to perform actions. For a computer, it can be a
printer or a
screen. For a
mechanical robot, it can be an engine.
Sensors
Sensors allow the agent to collect the percept sequence that will be used for deliberating on the next action.
Further Information
Get more info on 'Peas'.
|
External Link Exchanges
Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:
<a href="http://peas.totallyexplained.com">PEAS Totally Explained</a>
Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned. |