The loop_detect function needs improvement:
A corner case encountered during eval occurs where the agent continuously outputs the wait action, but because the wait time varies each time, loop_detect fails to stop it.
It's suggested to pop the value from the action string.
The loop_detect function needs improvement:
A corner case encountered during eval occurs where the agent continuously outputs the wait action, but because the wait time varies each time, loop_detect fails to stop it.
It's suggested to pop the value from the action string.