Skip to content

Error when running python -m omnigibson.examples.learning.navigation_policy_demo #957

Closed Answered by ChengshuLi
ge79puv asked this question in Q&A
Discussion options

You must be logged in to vote

I think the problem is that the neural network weights sit on one GPU and the observation you get from the environment (e.g. a RGB image tensor) sits on another GPU. You can try to make the policy model to sit on the same GPU as OmniGibson.

Replies: 6 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ChengshuLi
Comment options

Answer selected by ChengshuLi
@ge79puv
Comment options

Comment options

You must be logged in to vote
1 reply
@ChengshuLi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #940 on October 09, 2024 22:31.