Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Autonomous agents that follow simple rules to create complex behavior

Notifications You must be signed in to change notification settings

mikolajkazmierczak/termites

Repository files navigation

Termites

Try it out: https://termites.surge.sh/

Autonomous agents that follow simple rules to create complex behavior.
The algorithm mimics termites behavior of creating wood chip mounds. The termites wander and relocate chips to create mounds, the simulation finishes once there is only one mound. A mound is defined as at least 3 chips connected to each other.

Based on NetLogo Termites model.

Termites

The video below is in real-time, the graph displays the number of mounds.
The plane on which the termites move wraps around, so when they reach one end of the plane they "teleport" to the other end (this is configurable and can be turned off).

presentation.mp4

About

Autonomous agents that follow simple rules to create complex behavior

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published