<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Rational Agents on Arshad Siddiqui</title><link>https://arshadhs.github.io/tags/rational-agents/</link><description>Recent content in Rational Agents on Arshad Siddiqui</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://arshadhs.github.io/tags/rational-agents/index.xml" rel="self" type="application/rss+xml"/><item><title>Intelligent Agents and Environments</title><link>https://arshadhs.github.io/docs/ai/060-artificial-and-computer-intelligence/020-intelligent-agents-and-environments/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://arshadhs.github.io/docs/ai/060-artificial-and-computer-intelligence/020-intelligent-agents-and-environments/</guid><description>&lt;h1 id="intelligent-agents-and-environments">
 Intelligent Agents and Environments
 
 &lt;a class="anchor" href="#intelligent-agents-and-environments">#&lt;/a>
 
&lt;/h1>
&lt;p>An intelligent agent connects &lt;strong>perception&lt;/strong> with &lt;strong>action&lt;/strong>. It observes an environment through sensors, uses the information it receives to decide what to do, and affects the environment through actuators.&lt;/p>
&lt;p>Develop the core vocabulary for reasoning about intelligent agents: percepts, actions, rationality, performance measures, PEAS and the different properties an environment can have.&lt;/p>
&lt;h2 id="learning-objectives">
 Learning Objectives
 
 &lt;a class="anchor" href="#learning-objectives">#&lt;/a>
 
&lt;/h2>
&lt;ul>
&lt;li>explain the relationship between an agent and its environment&lt;/li>
&lt;li>distinguish sensors, percepts, actions and actuators&lt;/li>
&lt;li>explain percept sequences and the agent function&lt;/li>
&lt;li>describe what makes an agent rational&lt;/li>
&lt;li>distinguish rationality from omniscience&lt;/li>
&lt;li>specify a task environment using &lt;strong>PEAS&lt;/strong>&lt;/li>
&lt;li>classify environments using standard AI properties&lt;/li>
&lt;li>explain why environment properties affect agent design&lt;/li>
&lt;/ul>
&lt;h2 id="big-picture">
 Big Picture
 
 &lt;a class="anchor" href="#big-picture">#&lt;/a>
 
&lt;/h2>


&lt;pre class="mermaid">flowchart TD
 E[Environment] --&amp;gt;|Percepts| S[Sensors]
 S --&amp;gt; A[Agent]
 A --&amp;gt; C[Actuators]
 C --&amp;gt;|Actions| E

 style E fill:#E1F5FE
 style S fill:#FFF9C4
 style A fill:#C8E6C9
 style C fill:#EDE7F6&lt;/pre>
&lt;blockquote class="book-hint info">
&lt;p>Think of an agent as a continuous loop: &lt;strong>observe → decide → act → observe again&lt;/strong>. An action may change the environment, so the next observation may be different.&lt;/p></description></item></channel></rss>