Difference between revisions of "Body Parameters"
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
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. | 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]]. | 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 | You can find all body parameters in the file: Sim/config/personality_parameters/body/default.properties | ||
Line 15: | 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.