dollabs / pamela

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

Support for ask/tell/assert #94

Closed dcerys closed 7 years ago

dcerys commented 7 years ago

As a first pass at supporting ask/tell/assert, we will treat them like 1-arg plant functions. Initially, the plant-id for these will refer to the Belief State Manager.

In the future, to handle all of Pamela constructs (e.g., unless, when), we’ll need to make some structural changes to the HTN and TPN representation.

dcerys commented 7 years ago

Implemented in PR #95