This is an old revision of the document!
PHP's gd library is missing or unable to create PNG images
Agents
Agents are defined as entities embedded in an environment with which they interact; they are able to see it through sensors and act upon it through actuators (Russell and Norvig 1995).
In the model the agents occupy cells that depict the agent identification.
Agents have the following attributes:
- Vision: value (number of cells in the neigborhood) defining the range of vision of the agent to search for resources on the landscape.
- Resources spent to survive: value defining the amount of resource necessary to survive at each model step.
- Maximum absorption of resources: value defining maximum capacity for absorption of resources of agent per model step.
- Resources spent to move: value representing the amount of resources an agent spends to move across a cell per model step.
- Average age: value that represents the average of a normal distribution that determines the likelyhood of agent death at a model time step.
- Type: represents the group which the agent belongs.
Attribute values and Parameters
Constants | Values |
---|---|
Vision | 3 |
Maximum absorption of resources | 17, 19, 22 e 25 (according to the type) |
Average lifetime | 36 |
Resources spent to survive | 10 |
Resources spent to move | 10 |
Initial amount of calories in agent’s stock | 50 |
Initial population of agents | 200 |
Maximum Birth rate | 0.0323 |