4. Multi-Agent SystemsΒΆ

  • 4.1. Toy Example of MAS
    • 4.1.1. Parsing the Vocabulary
    • 4.1.2. Creating an Agent Class
    • 4.1.3. Generating words
    • 4.1.4. Evaluating Words
    • 4.1.5. Inventing New Words
    • 4.1.6. Voting
    • 4.1.7. Running the Simulation
  • 4.2. Agents with Memory
    • 4.2.1. Memory Model
    • 4.2.2. Add ListMemory to ToyAgent
      • 4.2.2.1. Change __init__()
      • 4.2.2.2. Rename evaluate() to value()
      • 4.2.2.3. Implement a New Function novelty()
      • 4.2.2.4. Re-Implement evaluate()
      • 4.2.2.5. Modify invent()
      • 4.2.2.6. Memorize Artifacts
    • 4.2.3. Memorization from Domain
      • 4.2.3.1. Populating the Domain
      • 4.2.3.2. Memorizing the Domain Artifacts
    • 4.2.4. Running the Simulation

CC-MAS 2016

Navigation

  • 1. Preliminaries
  • 2. Course Format
  • 3. Linguistic Creativity
  • 4. Multi-Agent Systems
    • 4.1. Toy Example of MAS
    • 4.2. Agents with Memory
  • 5. Assignments
  • 6. Group project
  • 7. References

Related Topics

  • Documentation overview
    • Previous: 3.2. Parsing Text with NLTK
    • Next: 4.1. Toy Example of MAS with Creamas

Quick search

©2016, Simo Linkola. | Powered by Sphinx 1.4.8 & Alabaster 0.7.9 | Page source