-
Notifications
You must be signed in to change notification settings - Fork 7k
[rllib] Re-enable all RLlib doctests #58974
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] Re-enable all RLlib doctests #58974
Conversation
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
|
Actually failing doctests |
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark.m.towers@gmail.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark.m.towers@gmail.com>
simonsays1980
left a comment
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. Thanks for the improvements @pseudo-rnd-thoughts !
| differentiable_learner_configs=[ | ||
| DifferentiableLearnerConfig( | ||
| DifferentiableTorchLearner, | ||
| TorchDifferentiableLearner, |
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.
Oh, was this an error induced during test construction?
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 like the test was disabled therefore no one noticed the wrong name ordering
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.
Great catch!
Description
The RLlib team is working on improving our testing position.
Currently several files are excluded in our doctest. This PR moves to add testing for the whole project