Closed JanWerder closed 10 months ago
Let me try to reproduce, and I'll get back to you soon. :smile:
I recreated my example as a test for convenience. You can see it in the https://github.com/caesuric/mountain-goap/pull/18 where it shows the same behaviour.
I was using the Goal instead of the ComparativeGoal, which was the cause for the error. When you use the ComparativeGoal it works as it should. I've added that to the test in the pull request as well.
I'm so glad to hear this works properly! I was confused as I'm pretty sure I have a test for that. I'll look at your PR and get that test added in. 😄
And yes, the regular goals are just relatively simple equality checks. Should I make that more clear in my documentation, or was it just a typo in this case?
I think an additional sentence in the documentation would be good. I'll send a pull request
Hi, I'm trying a minimal example with the arithmeticPostconditions, but I'm getting an infinite loop.
Afterwards I'm executing the Step function once, but viewing the log I can see an infinite loop.
I'm most likely missing something, can you give me a hint?