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
One cannot access the evaluator function (state) -> float when creating AngularCondition.within_range, which makes it harder if somebody wants to wrap it around.
original_condition = AngularCondition.within_range(...)
def custom_evaluator(state: State) -> bool:
original_evaluator = original_condition.get_evaluator() # cannot do this
...
The text was updated successfully, but these errors were encountered:
One cannot access the evaluator function (state) -> float when creating AngularCondition.within_range, which makes it harder if somebody wants to wrap it around.
The text was updated successfully, but these errors were encountered: