balena-io-modules / mahler

A automated task composer and HTN based planner for building autonomous system agents.
Apache License 2.0
7 stars 1 forks source link

Improve planner loop detection #20

Closed pipex closed 1 year ago

pipex commented 1 year ago

The planner would skip any action that was already added to the plan, however this would prevent repeat actions that modify the state incrementally. The planner now skips an action if it has been used before for the same state.

Change-type: patch

pipex commented 1 year ago

i self-certify!