Difference between revisions of "Body Parameters"

From SIMA wiki
Jump to: navigation, search
 
Line 16: Line 16:
 
| INTERNAL_SYSTEM                              || ENERGY_CONSUMPTION_FACTOR            ||[0.0,...]        || Scales the consumed energy of the body. (-> how fast the agent will get hungry again  
 
| INTERNAL_SYSTEM                              || ENERGY_CONSUMPTION_FACTOR            ||[0.0,...]        || Scales the consumed energy of the body. (-> how fast the agent will get hungry again  
 
|}
 
|}
 +
 +
 +
 +
----------
 +
 +
Additionally, those body-paramteres that do not need individualisation are hard-coded in the respective java-class.

Latest revision as of 13:24, 27 November 2013

Body parameters are used to configure the body of the agent. With these concept it is possible to change the internal state and the behaviour individual for each instance of the agent.

To read more about the concept behind see Parameter Concept. You can find all body parameters in the file: Sim/config/personality_parameters/body/default.properties

Subsystem Name Range Meaning
STOMACHSYSTEM STARTLEVEL_STOMACH [0.0,7.0] Stomach fill level at start-up. The Value is equally divided into 7 ingredients.
STARTLEVEL_RECTUM [0.0,1.0] Rectum fill level at start-up.
DIGEST_SPEED [0.0,...] Digestive speed in food/step
INTERNAL_SYSTEM ENERGY_CONSUMPTION_FACTOR [0.0,...] Scales the consumed energy of the body. (-> how fast the agent will get hungry again



Additionally, those body-paramteres that do not need individualisation are hard-coded in the respective java-class.