Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are crashes counted toward max_actions? #89

Open
tekumara opened this issue Sep 27, 2024 · 2 comments
Open

Are crashes counted toward max_actions? #89

tekumara opened this issue Sep 27, 2024 · 2 comments

Comments

@tekumara
Copy link
Contributor

I couldn't find much info in the docs about crashes. Do only non-crashing actions count towards max_actions?

@jp-fizzbee
Copy link
Collaborator

max_actions is intended to limit the state space from growing too wild. max_actions limits the number of times the action gets triggered irrespective of whether the action completed or crashed or still in progress.

@tekumara
Copy link
Contributor Author

So I think I've found a case where the action is triggered more than max_action times.

When I run this fizz file the Human#0.Input action crashes twice and then runs again, despite Human.Input. max_actions=2.

@tekumara tekumara reopened this Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants