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
I could not find a :number-fluents requirement documented anywhere.
If I add it to the (:requirements ) list, I get slapped over my fingers with a syntax error:
domain.pddl: line: 7: Error: Syntax error in requirements declaration.
FYI, now that the Parser is hooked up behind VS Code, these warnings are very very visible.
The text was updated successfully, but these errors were encountered:
The Parser reports warnings that do not seem right. Consider this domain file:
and an action effect:
The parser reports this warning on the line with the assign effect:
I could not find a
:number-fluents
requirement documented anywhere.If I add it to the
(:requirements )
list, I get slapped over my fingers with a syntax error:FYI, now that the Parser is hooked up behind VS Code, these warnings are very very visible.
The text was updated successfully, but these errors were encountered: