-
Notifications
You must be signed in to change notification settings - Fork 308
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
[Feature] Return depth from RoboHiveEnv #2058
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/rl/2058
Note: Links to docs will display an error until the docs builds have been completed. ❌ 15 New Failures, 1 Unrelated FailureAs of commit 9c39412 with merge base 6b87184 (): NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Can you also add a test in test_libs.py?
While adding the test, I noticed that the current test code was actually broken. I've raised PR #2062 with the changes, but some tests are failing. Will rebase and add new tests after that is merged. |
f8bd510
to
4e40877
Compare
4e40877
to
3bbec08
Compare
robohive tests raise an error bc the key can't be found, do you want me to investigate @sriramsk1999 ? |
I got probably the same error, only for the
I haven't gotten around to checking out the error in detail yet, please feel free to have a look :) Will update if I find a fix. |
All RoboHive tests are now passing:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This PR adds a flag to enable returning of depth images from
RoboHiveEnv
.Motivation and Context
Described in #2051
close #2051
Types of changes
What types of changes does your code introduce? Remove all that do not apply:
Checklist
Go over all the following points, and put an
x
in all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!
(I don't see any tests specific to
RoboHiveEnv
so I have not added any tests.)