When #118 and #102 are implemented we need to tackle the question how an organism should behave if it does not have sufficient Energy for an action?
There are several options for example but not limited to:
- Cancel the Action (Example: Just don't move)
- Use the remaining energy to do as much of the action as possible (Example: If only 50% of needed Energy is present only make 50% of the move)
- Automatically use Health (This seems to be in contrast with the desire to allow the neural network to decide how much energy or health should be converted....)
Maybe we need to further investigate how this is done in real life.
When #118 and #102 are implemented we need to tackle the question how an organism should behave if it does not have sufficient Energy for an action?
There are several options for example but not limited to:
Maybe we need to further investigate how this is done in real life.