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
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.
I couldn't find much info in the docs about crashes. Do only non-crashing actions count towards max_actions?
The text was updated successfully, but these errors were encountered: