dollabs / pamela

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

Generate warning that cost and reward are ignored in transitions #149

Open dcerys opened 7 years ago

dcerys commented 7 years ago

Although :cost and :reward are allowable in a transition declaration, they aren't currently used. Whenever :cost and/or :reward are used within a transition declaration, the system should generate a warning at parse time:

"pclassname :cost and :reward are currently ignored within :transitions declaration".