If there is a demo or tutorial that uses ActionReverted(), could you point me to it?
I think I might have a situation where I might want to use it, but I think I’m having a conceptual misunderstanding of how it works.
My main point of confusion is that if an action returns ActionReverted(), that would set the state of the bot to the point before the action, so presumably the bot would choose the action that returned ActionReverted(), and we’d be stuck in an infinite loop.
Is this a potential problem of using this function? If so, when is it appropriate to use?