You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --filter=predicate/arity options exists only for the dlv executable, but if we try to run a brain using clingo for example, it won't recognize it and fail execution.
A possible fix would be to add #show setOnActuator/1. for the reactive Executor and #show applyAction/2. #show actionArgument/3. for Planner executor.
This won't guarantee that the only predicates received in output by the ThinkEngine are the ones specified in the filter, as the user can also use the #show ... functionality for other predicates.
The text was updated successfully, but these errors were encountered:
The
--filter=predicate/arity
options exists only for the dlv executable, but if we try to run a brain using clingo for example, it won't recognize it and fail execution.A possible fix would be to add
#show setOnActuator/1.
for the reactive Executor and#show applyAction/2. #show actionArgument/3.
for Planner executor.This won't guarantee that the only predicates received in output by the ThinkEngine are the ones specified in the filter, as the user can also use the
#show ...
functionality for other predicates.The text was updated successfully, but these errors were encountered: