-
Notifications
You must be signed in to change notification settings - Fork 37
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
Questions about evaluating Octo on LIBERO tasks #40
Comments
Thanks for your interest in the work. Answers to your questions:
|
Thanks for your detailed reply! They are quite helpful. About the second question, I got the error when trying to stop an episode by only checking the
It seems that
Is there any way to solve this issue? Thanks! |
I see. I would need to look into more details. In general, it will be good to set the horizon explicitly, and you can double check if the while loop reaches the maximum loop and exit direction. |
I have faced the same problem, and my solution is to check |
Hi,
Thanks for your great work! I'm trying to evaluate Octo, a vision-language-action model on LIBERO, and I have several specific questions that I hope you can help with to make sure I'm evaluating in the correct way.
ValueError: executing action in terminated episode
when evaluating Octo in LIBERO env. Is it because that the env won't setdone
to True if it reaches the maximal episode length?Thanks a lot for your help!
The text was updated successfully, but these errors were encountered: