Hi Aaron,
Let’s say the environment has two surfaces. Grass and mud. I’ve got a tagged graph that represents this.
I want to be able to set the penalty for the mud and grass on a per search, per agent type, basis.
-
Is this achieved by setting Seeker.tagPenalties to whatever I’d like at the commencement of each search?
-
Will those penalties only apply to that search or can they carry over to the next? (because somehow the graph that all agents share has been altered)
-
Is there anything else I need to do or be aware of?
Many thanks!