Closed pmdoll closed 7 years ago
There are 2 problems with this:
1) the pamela file is malformed wrt the :fields declaration
2) the flip
pmethod contains a choose embedded within another choose. Embedded forms like this (also sequence and parallel) aren't (yet) supported for HTN generation.
Regarding the :fields, the code currently includes the following:
:fields {:observed-face (face-up :observable true :initial :head)}
This should be something like the following (I'll leave it as an exercise to the reader on getting the initial mode to be :head):
:fields {:observed-face {:initial (face-up) :observable true}}
the pamela file is malformed wrt the :fields declaration (It's been corrected)