dollabs / pamela

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

Resolve cannon.pamela warnings and errors #59

Closed pmdoll closed 7 years ago

pmdoll commented 7 years ago

Resolve compiler warnings and errors

pamela -i test/pamela/cannon.pamela -t "(game.main)" htn
17-01-26 19:45:40 pablo WARN [pamela.parser:0] - unable to determine if this keyword value is valid in pclass game :open
17-01-26 19:45:40 pablo WARN [pamela.parser:0] - unable to determine if this keyword value is valid in pclass game :open
17-01-26 19:45:40 pablo ERROR [pamela.htn:0] - unhandled function type in HTN: :whenever
17-01-26 19:45:40 pablo ERROR [pamela.htn:0] - unhandled function type in HTN: :whenever
pmdoll commented 7 years ago

The problem "unable to determine if this keyword value is valid in pclass game :open" is simply a case of using the disambiguation we designed for pclass modes. Tom's recent checkin fixed this issue