cs344m autonomous multiagent systems
play

CS344M Autonomous Multiagent Systems Todd Hester Department or - PowerPoint PPT Presentation

CS344M Autonomous Multiagent Systems Todd Hester Department or Computer Science The University of Texas at Austin Good Afternoon, Colleagues Todd Hester Good Afternoon, Colleagues Are there any questions? Todd Hester Logistics


  1. CS344M Autonomous Multiagent Systems Todd Hester Department or Computer Science The University of Texas at Austin

  2. Good Afternoon, Colleagues Todd Hester

  3. Good Afternoon, Colleagues Are there any questions? Todd Hester

  4. Logistics • Questions about the syllabus? Todd Hester

  5. Logistics • Questions about the syllabus? • Class registration and waitlist Todd Hester

  6. Logistics • Questions about the syllabus? • Class registration and waitlist • Problems with the assignment? Todd Hester

  7. Logistics • Questions about the syllabus? • Class registration and waitlist • Problems with the assignment? • Piazza vs. mailing list Todd Hester

  8. Logistics • Questions about the syllabus? • Class registration and waitlist • Problems with the assignment? • Piazza vs. mailing list − CC Elad, Patrick, and me on everything Todd Hester

  9. Logistics • Questions about the syllabus? • Class registration and waitlist • Problems with the assignment? • Piazza vs. mailing list − CC Elad, Patrick, and me on everything • Last week’s slides are up Todd Hester

  10. Logistics • Questions about the syllabus? • Class registration and waitlist • Problems with the assignment? • Piazza vs. mailing list − CC Elad, Patrick, and me on everything • Last week’s slides are up • Next week’s readings are up: − Brooks’ reactive robots − A more deliberative architecture − RoboCup challenge paper Todd Hester

  11. Logistics • Questions about the syllabus? • Class registration and waitlist • Problems with the assignment? • Piazza vs. mailing list − CC Elad, Patrick, and me on everything • Last week’s slides are up • Next week’s readings are up: − Brooks’ reactive robots − A more deliberative architecture − RoboCup challenge paper • Overlap with Intro to AI Todd Hester

  12. Logistics • Questions about the syllabus? • Class registration and waitlist • Problems with the assignment? • Piazza vs. mailing list − CC Elad, Patrick, and me on everything • Last week’s slides are up • Next week’s readings are up: − Brooks’ reactive robots − A more deliberative architecture − RoboCup challenge paper • Overlap with Intro to AI • C/C++ issues Todd Hester

  13. Logistics • Questions about the syllabus? • Class registration and waitlist • Problems with the assignment? • Piazza vs. mailing list − CC Elad, Patrick, and me on everything • Last week’s slides are up • Next week’s readings are up: − Brooks’ reactive robots − A more deliberative architecture − RoboCup challenge paper • Overlap with Intro to AI • C/C++ issues Todd Hester

  14. Words without (accepted) definitions • Intelligence • Agent Todd Hester

  15. Words without (accepted) definitions • Intelligence • Agent All proposed definitions include too much or leave gaps. Todd Hester

  16. Words without (accepted) definitions • Intelligence • Agent All proposed definitions include too much or leave gaps. But there are examples. . . Todd Hester

  17. Thermostats • Are they agents or not? • How does Wooldridge resolve this? Todd Hester

  18. Intelligent (autonomous) Agents • Autonomous robot Todd Hester

  19. Intelligent (autonomous) Agents • Autonomous robot • Information gathering agent − Find me the cheapest? Todd Hester

  20. Intelligent (autonomous) Agents • Autonomous robot • Information gathering agent − Find me the cheapest? • E-commerce agents − Decides what to buy/sell and does it Todd Hester

  21. Intelligent (autonomous) Agents • Autonomous robot • Information gathering agent − Find me the cheapest? • E-commerce agents − Decides what to buy/sell and does it • Air-traffic controller Todd Hester

  22. Intelligent (autonomous) Agents • Autonomous robot • Information gathering agent − Find me the cheapest? • E-commerce agents − Decides what to buy/sell and does it • Air-traffic controller • Meeting scheduler Todd Hester

  23. Intelligent (autonomous) Agents • Autonomous robot • Information gathering agent − Find me the cheapest? • E-commerce agents − Decides what to buy/sell and does it • Air-traffic controller • Meeting scheduler • Computer-game-playing agent Todd Hester

  24. Not Intelligent Agents • Thermostat • Telephone • Answering machine • Pencil • Java object Todd Hester

  25. Your Agent Examples Todd Hester

  26. Your Agent Examples • Automotive: Stop light, Autonomous Car • Physical Control: Roomba, Automatic sliding door • Software: antivirus software, Google Now, Laptop battery management, Macbook light intensity controller, Parasolid • Game/entertainment: StarCraft SCV, Counterstrike • Service: Stock trading agent Todd Hester

  27. An Example Todd Hester

  28. An Example • You, as a class, act as a learning agent Todd Hester

  29. An Example • You, as a class, act as a learning agent • Actions : Wave, Stand, Clap Todd Hester

  30. An Example • You, as a class, act as a learning agent • Actions : Wave, Stand, Clap • Observations : colors, reward Todd Hester

  31. An Example • You, as a class, act as a learning agent • Actions : Wave, Stand, Clap • Observations : colors, reward • Goal : Find an optimal policy Todd Hester

  32. An Example • You, as a class, act as a learning agent • Actions : Wave, Stand, Clap • Observations : colors, reward • Goal : Find an optimal policy − Way of selecting actions that gets you the most reward Todd Hester

  33. How did you do it? Todd Hester

  34. How did you do it? • What is your policy? • What does the world look like? Todd Hester

  35. Formalizing My Example Knowns: Todd Hester

  36. Formalizing My Example Knowns: • O = { Blue , Red , Green , Black , . . . } • Rewards in IR • A = { Wave, Clap, Stand } o 0 , a 0 , r 0 , o 1 , a 1 , r 1 , o 2 , . . . Todd Hester

  37. Formalizing My Example Knowns: • O = { Blue , Red , Green , Black , . . . } • Rewards in IR • A = { Wave, Clap, Stand } o 0 , a 0 , r 0 , o 1 , a 1 , r 1 , o 2 , . . . Unknowns: Todd Hester

  38. Formalizing My Example Knowns: • O = { Blue , Red , Green , Black , . . . } • Rewards in IR • A = { Wave, Clap, Stand } o 0 , a 0 , r 0 , o 1 , a 1 , r 1 , o 2 , . . . Unknowns: • S = 4x3 grid • R : S × A �→ IR • P = S �→ O • T : S × A �→ S Todd Hester

  39. Formalizing My Example Knowns: • O = { Blue , Red , Green , Black , . . . } • Rewards in IR • A = { Wave, Clap, Stand } o 0 , a 0 , r 0 , o 1 , a 1 , r 1 , o 2 , . . . Unknowns: • S = 4x3 grid • R : S × A �→ IR • P = S �→ O • T : S × A �→ S o i = P ( s i ) Todd Hester

  40. Formalizing My Example Knowns: • O = { Blue , Red , Green , Black , . . . } • Rewards in IR • A = { Wave, Clap, Stand } o 0 , a 0 , r 0 , o 1 , a 1 , r 1 , o 2 , . . . Unknowns: • S = 4x3 grid • R : S × A �→ IR • P = S �→ O • T : S × A �→ S o i = P ( s i ) r i = R ( s i , a i ) Todd Hester

  41. Formalizing My Example Knowns: • O = { Blue , Red , Green , Black , . . . } • Rewards in IR • A = { Wave, Clap, Stand } o 0 , a 0 , r 0 , o 1 , a 1 , r 1 , o 2 , . . . Unknowns: • S = 4x3 grid • R : S × A �→ IR • P = S �→ O • T : S × A �→ S o i = P ( s i ) r i = R ( s i , a i ) s i +1 = T ( s i , a i ) Todd Hester

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend