Add execution policies to the example deluxe-interface Ref T136
Decimate sensors and make low-level agents await for sensory values, but leave high-level agent execute on each triggering by its default execution policy.
Add execution policies to the example deluxe-interface Ref T136
Description
Details
Event TimelineComment Actions @goetzinger , please have a look in how the deluxe interface can be used for setting execution policies. Comment Actions Seems fine for me. But I have two questions:
Comment Actions Of course! You can use decimation, awaitAll, or awaitAny for any agent.
It is actually {0}, which is here a set that contains one element: 0. For awaitAll and awaitAny, you need to define which slaves you want the agent to wait for; slave positions indexed from 0. So here it means that the agent waits for its slave at position 0 to send a new message. |