Goals define which plans an agent should try to instantiate and execute.
They can be defined as
!main.
or!myplan(90)
, which means “try to instantiate and execute a plan myplan(N)
(with parameter variable N
set to 90
) in the next cycle”.Note: For advanced information regarding triggering plans via goals, see our guide → Advanced Knowledge: Plan Triggering Techniques.