social-distancing-sim / ui /labels /healthcare_labels.py
gareth
feat: add agent parameters, more info labels
b1a989d
raw
history blame contribute delete
452 Bytes
TITLE = "**Healthcare parameters**"
CAPACITY = "Capacity"
CAPACITY_INFO = (
"The capacity of the healthcare system. When there are are more "
"infected nodes requiring treatment than there is capacity for, chance of death is increased"
)
MAX_PENALTY = "Max penalty when over capacity"
MAX_PENALTY_INFO = (
"The maximum amount by which the chance of an infected node dying is "
"increased when the healthcare system is over capacity."
)