If True it creates model in RDB (MySQL) when agent is started
We need to set this True only first time when running agent or if we want to recreate model from OWL files
in case of recreating we need to set REMOVE_MODEL True as well in order to remove old model first
OWl files which contains of Ontology definition and Ontology individuals (Instances) are defined in Ontology Config
see: SOURCE_FILE,
INDIVIDUALS_FILE
Individuals file defines path to OWL file containing of agent ontology Individuals (instances)
This can be loaded when Memory Config CREATE_MODEL is set True
L
loaded -
Variable in class agent.core.memory.Memory
State variable identifies whether model is loaded
log -
Static variable in class agent.core.communication.Message
log -
Static variable in class agent.core.memory.Config
If True it reades model from FILE defined in ontology config properties and holds model in memory instead of MySQL database
it is faster but not very good solution.