You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as i have seen there are two options for compiling/grounding:
remove_statics_from_initial_state, remove_irrelevant_operators
which are True by default.
I have a use case where the problem is unsolvable and actions, which i still need, are being removed.
If possible i would like a way to configure these two settings.
Note: I have already tried to simply set these two values (setting the value in the _ground function).
engine.py 121:
As far as i have seen there are two options for compiling/grounding:
remove_statics_from_initial_state, remove_irrelevant_operators
which are True by default.
I have a use case where the problem is unsolvable and actions, which i still need, are being removed.
If possible i would like a way to configure these two settings.
Note: I have already tried to simply set these two values (setting the value in the _ground function).
engine.py 121:
Unfortunately this leads to an error in "rewrite_back_task":
grounder.py 60:
KeyError: '(x)'
The used Problem (unified_planning.shortcuts.Problem) is defined as follows:
The text was updated successfully, but these errors were encountered: