-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[rllib] CV2 to Skimage change #16841
Conversation
Adding skimage as a dependecy for rllib sounds good! |
@richardliaw where do I add it? Is it just |
Generics seem great! Hmm so if cv2 is not a requirement, perhaps we dont
need skimage as a requirement, just raise a good error message?
…On Wed, Jul 7, 2021 at 8:09 AM Vince Jankovics ***@***.***> wrote:
@richardliaw <https://github.com/richardliaw> where do I add it? Is it
just python/requirements_rllib.txt?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16841 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCRZZNC4OUSOOLQZD2M4WDTWRU4JANCNFSM47WNJVCA>
.
|
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.
this looks great! will wait for sven to approve and merge. Just left a couple small notes.
@richardliaw thanks, I added the debug message and type hints, let me know if that's not how you wanted them. |
Awesome. Sven is back now so I’ll let him merge. Ping me in 2 days if you
don’t hear back!
…On Mon, Jul 12, 2021 at 7:14 AM Vince Jankovics ***@***.***> wrote:
@richardliaw <https://github.com/richardliaw> thanks, I added the debug
message and type hints, let me know if that's not how you wanted them.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16841 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCRZZJ2OA43WE4V74SBW23TXL2CPANCNFSM47WNJVCA>
.
|
Re-running tests after updating from master. ... |
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.
Looks all good now. Thanks for simplifying this @vakker !
Why are these changes needed?
This removes the OpenCV dependency, which makes installation simpler.
Should I also include skimage as a dependency for the RLlib build?
Related issue number
This is based on the discussion here.
Checks
scripts/format.sh
to lint the changes in this PR.