-
Notifications
You must be signed in to change notification settings - Fork 5
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
Certain Errors - Matrix is not Orthognal #2
Comments
Hi, For 1, I think your solution is fine.
Thanks! |
Hi, thank you for your reply. Sorry for my late response.
Anyways, like you mentioned, I will run on the older version and maybe it should be fine then. Thanks for the help! |
Hi, I have encountered both of these problems. The solution for the first one by @yash-goel worked for me. Have made any progress with issue number two? Lukas |
Hi, thank you for providing the nice implementation of your approach.
I ran the
test_agent.py
for testing the Q agent with ACNet semantic segmentation. There are however certain issues which I am facing:test_agent.py
throws error in line242
when drawing circle becauseagent.action
is a tuple of Tensor. I believe this is related to theaction_picker
function inSCNav_agent
where greedy action gives a tuple of Tensor but the random action returns a tuple ofint
.int
before passing to draw the circle. Though for theval.json
- I get an errorMath::Quaternion::fromMatrix(): the matrix is not orthogonal:
after the13/500
step in the first episode(zsNo4HB9uLZ
). Do you have any leads for what might be wrong?Thank you for your help.
The text was updated successfully, but these errors were encountered: