1 / 42

From Natural to Artificial Systems

From Natural to Artificial Systems. Models of Competition and Cooperation. By Rob Cranston, Walter Proseilo, Chau Trinh & Owen Pang. Table of Contents. Introduction Modeling a Society of Mobile Heterogeneous Individuals Transmitting Culture Deciding Whether to Interact

reynold
Download Presentation

From Natural to Artificial 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. From Natural to Artificial Systems Models of Competition and Cooperation By Rob Cranston, Walter Proseilo, Chau Trinh & Owen Pang

  2. Table of Contents • Introduction • Modeling a Society of Mobile Heterogeneous Individuals • Transmitting Culture • Deciding Whether to Interact • Choosing How to Behave • Summary

  3. Introduction • What is an agent? • An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through effectors. (from Intelligent Agents by Dr. Jacob)

  4. Introduction (cont.) • Competition – event in which persons compete Cooperation – association of persons for common benefit

  5. Mathematica • Powerful Multi-Use Tool. • Thousands of built in functions. • Easy to use programming tool. • Used for all simulations in this presentation.

  6. Mathematica As A Programming Language • Rule based language – good for simulations • Very strong pattern matching • Rules for our simulations rely on this. The pattern matching is used to determine which rule is carried out on the agent

  7. Mathematica ToolkitSimulating Society • “Simulating Society” by Gaylord & D’Andria • Simulations involving groups of agents • Builds on others work and uses Mathematica as the tool for the simulations • All simulations in our presentation are from this book

  8. Modeling a Society of Mobile Heterogeneous Individuals • Overview of the system • Decentralized • Discrete • Dynamic

  9. Modeling a Society of Mobile Heterogeneous Individuals • Discrete dynamical system properties • Space is represented in 2-D • Each cell is defined as a state • The system evolves over time • Cells updated using rules

  10. Modeling a Society of Mobile Heterogeneous Individuals • Simulation • Square n x n lattice • Population of density - p • The system evolves time steps - t

  11. Modeling a Society of Mobile Heterogeneous Individuals • Populating Society • An empty site has a value of 0 • A site occupied by an individual has a value which is a list • Note: it is useful to focus on the lattice sites rather than on the individuals.

  12. Modeling a Society of Mobile Heterogeneous Individuals • Executing a Time Step • Time step is executed in two or more consecutive partial-steps • In each partial-step, a set of rules is applied to each site in the lattice

  13. Nn NW N NE Ww W E Ee SW S SE Ss Modeling a Society of Mobile Heterogeneous Individuals • Movement • One agent per cell • Neighborhood • Direction • Walk rules for updating a lattice site have the form: walk[site, N, E, S, W, NE, SE, SW, NW, Nn, Ee, Ss, Ww]

  14.  Modeling a Society of Mobile Heterogeneous Individuals • Each lattice occupied by an agent becomes empty unless: Scenario #1 Scenario #2     Cell remains occupied by the agent, who chooses a random direction to face

  15. Modeling a Society of Mobile Heterogeneous Individuals • Interaction • Person to Person • Person to Group • Evolving the System • The system evolves over t time steps, starting with the initial lattice configuration and society

  16. Step 1 Step 2 Step 3 Step 498 Step 499 Modeling a Society of Mobile Heterogeneous Individuals • Running the Simulation: • Random Walkers

  17. Transmitting Culture • What is Cultural Transmission? • Axelrod’s Model of Transmission of Culture

  18. A N Transmitting Culture • Axelrod’s Model • Consists of a Meme list of Features and Traits • A = {3, 2, 1, 7, 5} • N = {4, 8, 1, 2, 5}

  19. A N Transmitting Culture • The System • A = {3, 2, 1, 7, 5} • N = {4, 8, 1, 2, 5} • Cultural Exchange • A = {3, x, 1, 7, 5} • N = {4, 8, 1, 2, 5} • Where x is a randomly chosen integer between 2 and 8.

  20. Transmitting Culture • Modification to Axelrod’s Model • Incorporating mobility • Incorporating bilateralcultural exchange • Other Models • Social Status and Role Models • Bill Gates

  21. Transmitting Culture • Running the Simulation

  22. Deciding Whether to Interact • To Interact or Not to Interact • Good behavior versus bad behavior • The Prisoner’s Dilemma [Revisited] • Payoffs resulted from interaction • Benefit if positive payoff • Cost if negative payoff

  23. I Deciding Whether to Interact • The System • Square n by n lattice • Populating Society • Empty site has 0 • Good & Bad guys • Site occupied by an individual has a list I = {a, b, c, d, e}

  24. Deciding Whether to Interact • Executing the Interaction Partial-Step • Memory Checking • Refuse or Accept Interaction • Update List

  25. Deciding Whether to Interact • Running the Simulation • Graph of Good Guy vs. Bad Guy

  26. Deciding Whether to Interact • Public Knowledge • Graph of Good Guy vs. Bad Guy

  27. Deciding Whether to Interact • Public Knowledge • Graph of Good Guy vs. Bad Guy

  28. Deciding Whether to Interact • Signals • “I suggest you deactivate your emotion chip for now.” Patrick Stewart in Star Trek: First Contact (1996) http://www.geocities.com/Area51/Vault/126/

  29. Deciding Whether to Interact • Use of Vibes • Graphs of Good Guys and Bad Guys

  30. Deciding Whether to Interact • Study - The UNIX Case: • Introduction • Too many variations of UNIX • Setting a Standard • UNIX International Inc. (UII) • Open Software Foundation (OSF) • Two types of Companies

  31. Deciding Whether to Interact • Study - The UNIX Case: • Uses Landscape Theory • size: si • propensity: pij • configuration: X • distance: dij • frustration: Fi(X) • energy: E(X)

  32. Deciding Whether to Interact • Study - The UNIX Case: • Assumptions • Cooperation • Competition • Additional parameters  and  used to indicate close rivals • Nash Equilibrium

  33. Deciding Whether to Interact • Study - The UNIX Case: • Results: Only two configurations that were also Nash Equilibriums

  34. Choosing How to Behave • Introduction • Being good vs. being bad • Adaptation • Introspection

  35. Choosing How to Behave Choosing One’s Interaction Behavior with Another Individual • Based on the Behavioral History of the Other Individual • Reciprocity

  36. Choosing How to Behave Stebbins’ Model • Pollyanna • Sociopath • Nice retaliator • Mean retaliator

  37. I Choosing How to Behave • The System • Square n by n lattice • Populating Society • Empty site has 0 • Site occupied by an individual has a list I = {a, b, c, d, e}

  38. Choosing How to Behave • Executing a Time Step • Deciding • Interacting • Moving

  39. Choosing How to Behave Graph of the Four Behavior Strategies

  40. Choosing How to Behave Posch’s Model • Introspective model • Satiation Graph of Posch’s Model

  41. From Natural to Artificial Systems • Summary • Questions • Webnotes: http://www.cpsc.ucalgary.ca/~pango/533/ By Rob Cranston, Walter Proseilo, Chau Trinh & Owen Pang

  42. The End March 27th Revision 4

More Related