-
Notifications
You must be signed in to change notification settings - Fork 133
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
Sometimes Actions of the agent does not take effect to envs! #497
Comments
I highly suspect that this could be a GPU memory insufficient problem! It gets back to normal the other day! But how come no warnings or exceptions coming out? |
home-robot-ovmm-challenge-2024
I have also encountered a similar problem... |
The agent wouldn't move if the action takes it outside the navmesh. We can print warnings here if it tries to move outside the navmesh. But @Yonggie it should be able to rotate in the screenshot you shared. I doubt if it is a hardware issue. Can you check if you are using the right habitat-lab commit? @GuanxingLu were you running the default agent too? |
I think it's about the hardware, cus it got back to normal yesterday with the same device and same codes. But I wonder how come there's no warnings or exceptions even when encoutered insufficient hardware requirements? Fyi, this is the habitat-lab version & commit:
git log:
|
🐛 Bug
On the tag
home-robot-ovmm-challenge-2024
branch, the actions of any agent does not take effect to the env no matter what kind of agent I choose.The visualization stays the same as follows:
My agent keeps saying turn right but the observation from env stays the same:
I just checked my earlier challenge project at nips'23, it turns to be just the same, which was not...
I'm not sure this is a package trouble or my machine trouble...
I wonder what kind of hardware problem would cause such weird issue>>? GPU/CPU out of memory?
The text was updated successfully, but these errors were encountered: