Ancient | All the Same | ATOFont | Drawings | Flash | Lecherous Gnomes | Me | Nintendo DS | PPM | PSP | Rumor Engine | S3TC-BOXEN | SameSameC | Tests | Tile Driller | VSOFont | WLA DX | Wzonka-Lad

Rumor Engine - An Adaptive AI
Written by Ville Helin in 2002-2005


Introduction:

Rumor Engine (RE) is a set of rules that can be used to create an
adaptive AI suitable for role playing games. With RE you can drop
your bots into a new world and watch them learn about the surroundings
and life there. You have to tag the enviroment and actions, but RE
spreads the word. In this game only those with information and respect
will survive.


Current features:
  • Completely adaptive (world, bots, objects, all can change)
  • Bots distribute information by telling rumors
  • Rumors are generated by witnessing an action or seeing a specific place or object
  • Bots create hierarchies by maintaining respect to each other (they know)
  • Bots will learn about the place they inhabit, and even more from visitors


  • Related documents:
  • The Rumor Engine .txt
  • The Action Memory Engine .txt


  • Downloads:

    GitHub repository! The development continues there...

    Rumor Engine 2.3 .tar.gz 25-Dec-2005
    Action Memory Engine .tar.gz 11-Jun-2003


    History:

    v2.3 (25-Dec-2005)
  • Added support for descriptive rumors.
  • Code cleanups.
  • v2.2 (24-Dec-2003)
  • Code and structure cleanups.
  • Simplified person.h, embedded the race information into the rumors.
  • v2.1 (24-Aug-2003)
  • Updated the sources to reflect the changes in the documents.