-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
Remove rllib dependency from core tests #51171
Remove rllib dependency from core tests #51171
Conversation
…es/mask-rllib-dir
|
||
|
||
@pytest.mark.skip(reason="KV store is not working properly.") | ||
def test_rllib_integration(ray_start_regular): |
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.
moved this to rllib test file
trainer.train() | ||
|
||
|
||
def test_rllib_integration_tune(ray_start_regular): |
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.
tune already has tests for ray client usage
…es/cleanup-rllib-tests
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 @edoakes !
More work towards breaking the core -> libraries dependencies. - `test_output.py`: changed to use ray core API instead. - `test_client_library_integration.py`: moved to a test inside rllib directory. --------- Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
Why are these changes needed?
More work towards breaking the core -> libraries dependencies.
test_output.py
: changed to use ray core API instead.test_client_library_integration.py
: moved to a test inside rllib directory.Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.