1 / 74

Agents & Intelligent Systems

Agents & Intelligent Systems. Dr Liz Black elizabeth.black@kcl.ac.uk. What is an Agent?. Software agents or physical agents (robots) The main point about agents is they are autonomous : capable of deciding for themselves what to do

dbashir
Download Presentation

Agents & Intelligent Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Agents & Intelligent Systems Dr Liz Black elizabeth.black@kcl.ac.uk

  2. What is an Agent? • Software agents or physical agents (robots) • The main point about agents is they are autonomous: capable of deciding for themselves what to do • We want to delegate goals to the agent without having to worry about specifying how exactly those goals should be achieved • Agent should work out for itself what to do in order to try to achieve its goals

  3. Why do we need Agents? • Because we’re lazy • Because sometimes the problems we want to solve are so complex or unpredictable that we don’t know how to write a precise program that solves them

  4. Video • Starring Douglas Adams and Tom Baker, 1990

  5. While(not home){ If no obstacle, move forward If obstacle, move left If far end of grid, move right }

  6. While(not home){ If no obstacle, move forward If obstacle, move left If far end of grid, move right }

  7. While(not home){ If no obstacle, move forward If obstacle, move left If far end of grid, move right }

  8. While(not home){ If no obstacle, move forward If obstacle, move left If far end of grid, move right }

  9. While(not home){ If no obstacle, move forward If obstacle, move left If far end of grid, move right }

  10. While(not home){ If no obstacle, move forward If obstacle, move left If far end of grid, move right }

  11. While(not home){ If no obstacle, move forward If obstacle, move left If far end of grid, move right }

  12. While(not home){ If no obstacle, move forward If obstacle, move left If far end of grid, move right }

  13. While(not home){ If no obstacle, move forward If obstacle, move left If far end of grid, move right }

  14. While(not home){ If no obstacle, move forward If obstacle, move left If far end of grid, move right }

  15. While(not home){ If no obstacle, move forward If obstacle, move left If far end of grid, move right } !

  16. D B C E A 1 Goal: get home Knowledge: { Home is at C1 I am at C4 } 2 3 4

  17. D B C E A 1 Goal: get home Knowledge: { Home is at C1 I am at C4 Obstacle at D3 No obstacle at B4, C4, D4, B3, C3 } 2 3 4

  18. D B C E A 1 Goal: get home Knowledge: { Home is at C1 I am at C3 Obstacle at D3 No obstacle at B4, C4, D4, B3, C3 } 2 3 4

  19. D B C E A 1 Goal: get home Knowledge: { Home is at C1 I am at C3 Obstacle at D3, B2, C2 No obstacle at B4, C4, D4, B3, C3, D2 } 2 3 4

  20. D B C E A 1 Goal: get home Knowledge: { Home is at C1 I am at B3 Obstacle at D3, B2, C2 No obstacle at B4, C4, D4, B3, C3, D2 } 2 3 4

  21. D B C E A 1 Goal: get home Knowledge: { Home is at C1 I am at B3 Obstacle at D3, B2, C2, A2 No obstacle at B4, C4, D4, B3, C3, D2, A3, A4 } 2 3 4

  22. D B C E A 1 Goal: get home Knowledge: { Home is at C1 I am at C3 Obstacle at D3, B2, C2, A2 No obstacle at B4, C4, D4, B3, C3, D2, A3, A4 } 2 3 4

  23. D B C E A 1 Goal: get home Knowledge: { Home is at C1 I am at C4 Obstacle at D3, B2, C2, A2 No obstacle at B4, C4, D4, B3, C3, D2, A3, A4 } 2 3 4

  24. D B C E A 1 1 Goal: get home Knowledge: { Home is at C1 I am at D4 Obstacle at D3, B2, C2, A2 No obstacle at B4, C4, D4, B3, C3, D2, A3, A4 } 2 2 3 3 4 4

  25. D B C E A 1 1 Goal: get home Knowledge: { Home is at C1 I am at D4 Obstacle at D3, B2, C2, A2 No obstacle at B4, C4, D4, B3, C3, D2, A3, A4, E3, E4 } 2 2 3 3 4 4

  26. D B C E A 1 1 Goal: get home Knowledge: { Home is at C1 I am at E4 Obstacle at D3, B2, C2, A2 No obstacle at B4, C4, D4, B3, C3, D2, A3, A4, E3, E4 } 2 2 3 3 4 4

  27. D B C E A 1 1 Goal: get home Knowledge: { Home is at C1 I am at E3 Obstacle at D3, B2, C2, A2 No obstacle at B4, C4, D4, B3, C3, D2, A3, A4, E3, E4 } 2 2 3 3 4 4

  28. D B C E A 1 1 Goal: get home Knowledge: { Home is at C1 I am at E3 Obstacle at D3, B2, C2. A2 No obstacle at B4, C4, D4, B3, C3, D2, A3, A4, E3, E4, E2 } 2 2 3 3 4 4

  29. D B C E A 1 1 Goal: get home Knowledge: { Home is at C1 I am at E2 Obstacle at D3, B2, C2, A2 No obstacle at B4, C4, D4, B3, C3, D2, A3, A4, E3, E4, E2 } 2 2 3 3 4 4

  30. D B C E A 1 1 Goal: get home Knowledge: { Home is at C1 I am at E2 Obstacle at D3, B2, C2, A2 No obstacle at B4, C4, D4, B3, C3, D2, A3, A4, E3, E4, E2, D1, E1 } 2 2 3 3 4 4

  31. D B C E A 1 1 Goal: get home Knowledge: { Home is at C1 I am at E1 Obstacle at D3, B2, C2, A2 No obstacle at B4, C4, D4, B3, C3, D2, A3, A4, E3, E4, E2, D1, E1 } 2 2 3 3 4 4

  32. D B C E A 1 1 Goal: get home Knowledge: { Home is at C1 I am at D1 Obstacle at D3, B2, C2, A2 No obstacle at B4, C4, D4, B3, C3, D2, A3, A4, E3, E4, E2, D1, E1 } 2 2 3 3 4 4

  33. D B C E A 1 1 Goal: get home Knowledge: { Home is at C1 I am at home Obstacle at D3, B2, C2, A2 No obstacle at B4, C4, D4, B3, C3, D2, A3, A4, E3, E4, E2, D1, E1 } 2 2 3 3 4 4

  34. D B C E A 1 2 3 4

  35. D B C E A 1 2 Can anybody help me? 3 4

  36. D B C E A 1 Maybe, I’ve got a big pillow 2 3 4

  37. D B C E A 1 2 Please bring it to E2 3 4

  38. D B C E A 1 Why should I? 2 3 4

  39. D B C E A 1 2 I will pay you £5 3 4

  40. D B C E A 1 No way will I do it for less than £7 2 3 4

  41. D B C E A 1 2 I’ll give you £6 and that’s my final offer 3 4

  42. D B C E A 1 Ok! 2 3 4

More Related