dollabs / pamela

Probabalistic Advanced Modeling and Execution Learning Architecture
Apache License 2.0
233 stars 13 forks source link

:controllable true is ignored in a plant function invocation #151

Closed dcerys closed 7 years ago

dcerys commented 7 years ago

Specifying :controllable true as part of a plant function invocation has no effect (the TPN activity is still non-controllable).

(solve-it :controllable true "Problem42")

Note that :controllable true as part of the defpmethod declaration does properly work.

dcerys commented 7 years ago

Closed by #158 (also resolves same problem with :cost and :reward)