Overview of Intelligent Agents: Structures and Types

Slide Note
Embed
Share

The structure of intelligent agents consists of architecture and agent program. Different types of intelligent agents include simple reflex agents, model-based reflex agents, goal-based agents, and utility-based agents. Each type operates based on specific characteristics and methods to make decisions and achieve goals within their environment.


Uploaded on Sep 29, 2024 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. Download presentation by click this link. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

E N D

Presentation Transcript


  1. THE STRUCTURE OF INTELLIGENT AGENTS Agent s structure can be viewed as Agent = Architecture + Agent Program Architecture = the machinery that an agent executes on. Agent Program = an implementation of an agent function. 1 dr. Abbas Akram Khorsheed 2020

  2. 2 dr. Abbas Akram Khorsheed 2020

  3. SIMPLE REFLEX AGENTS They choose actions only based on the current percept. They are rational only if a correct decision is made only on the basis of current precept. Their environment is completely observable. 3 dr. Abbas Akram Khorsheed 2020

  4. SIMPLE REFLEX AGENTS 4 dr. Abbas Akram Khorsheed 2020

  5. 5 dr. Abbas Akram Khorsheed 2020

  6. 6 dr. Abbas Akram Khorsheed 2020

  7. MODEL BASED REFLEX AGENTS They use a model of the world to choose their actions. They maintain an internal state. Model knowledge about how the things happen in the world . Internal State It is a representation of unobserved aspects of current state depending on percept history. Updating the state requires the information about How the world evolves. How the agent s actions affect the world. 7 dr. Abbas Akram Khorsheed 2020

  8. MODEL BASED REFLEX AGENTS 8 dr. Abbas Akram Khorsheed 2020

  9. GOAL BASED AGENTS They choose their actions in order to achieve goals. Goal-based approach is more flexible than reflex agent since the knowledge supporting a decision is explicitly modeled, thereby allowing for modifications. Goal It is the description of desirable situations. 9 dr. Abbas Akram Khorsheed 2020

  10. GOAL BASED AGENTS 10 dr. Abbas Akram Khorsheed 2020

  11. UTILITY BASED AGENTS 11 dr. Abbas Akram Khorsheed 2020

  12. UTILITY BASED AGENTS 12 dr. Abbas Akram Khorsheed 2020

  13. 13 dr. Abbas Akram Khorsheed 2020

  14. 14 dr. Abbas Akram Khorsheed 2020

  15. 15 dr. Abbas Akram Khorsheed 2020

  16. PRACTICAL SECTION-1 16 dr. Abbas Akram Khorsheed 2020

  17. INSTALLING JADE Download full distribution of JADE Extract JADE-all-3[1].2.zip Result is Extract JADE-bin-3.2.zip and JADE-doc- 3.2.zip to a folder of your choice for the development 17 dr. Abbas Akram Khorsheed 2020

  18. GETTING ECLIPSE download the Eclipse SDK http://www.eclipse.org/downloads/index.php 18 dr. Abbas Akram Khorsheed 2020

  19. INSTALLING ECLIPSE Extract eclipse-SDK-3.1-win32.zip to the folder of your choice 19 dr. Abbas Akram Khorsheed 2020

Related