Description Of Agent Cubes Model

Story

If the bird is not fed then go out and move randomly if scent is tracked to a worm then collect two worms, then change to bird fed and return back to nest. If nest has collected X amount of worms there is a X % chance of producing a baby bird. If bird or bird fed takes at least X amount of steps then there is a X % chance of dying.

If I am a worm then move randomly on the world. If I come in contact with another worm then there is a X % chance of producing a new worm. If worm takes X amount of steps then there is a X % chance of dying.

Description

This Agent Cube Model represents a predator prey relationship between a bird and a worm. The birds move around randomly till they pick up the scent of a worm. They can pick up two worms at a time before returning to their nest. When they return to their nest they drop of their worms and another bird has a CHANCE of being born. After dropping of the worms they are able to go out again to get 2 more worms until they die. They die after moving 100 steps. From a worms perspective their job is to move randomly or reproduce. They have a CHANCE of producing another worm if they are next to a worm. They also have 100 step limit before they die. If the worm population is less than 15, worms have a percentage of spawning.

To run this program you need a browser software. Click on the "Agent Cubes Model" in the Navigation Menu to access the program.