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 was experimenting with the Automated Programming Framework, and I ran into the following problem: when the goal contains a negated predicate, the parser throws an UnknownToken exception.
The issue can be reproduced by running ./examples/parser/parser.bin domain.pddl problem.pddl where the domain and the problem are similar to the ones in the issue from a couple of days ago. Concretely,
domain:
Hi,
I was experimenting with the Automated Programming Framework, and I ran into the following problem: when the goal contains a negated predicate, the parser throws an UnknownToken exception.
The issue can be reproduced by running
./examples/parser/parser.bin domain.pddl problem.pddl
where the domain and the problem are similar to the ones in the issue from a couple of days ago. Concretely,domain:
Problem:
The text was updated successfully, but these errors were encountered: