-
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] Fix cov matrix bug bandits #29867
[RLlib] Fix cov matrix bug bandits #29867
Conversation
Signed-off-by: Avnish <[email protected]>
Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
let's see if this one fixes the issue. @gjoliver |
Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
@gjoliver The CI machines are extremely slow. The test_bandit takes 3 min on my laptop to run, on CI it takes 700 seconds. |
did we mark it exclusive?? I found that for almost all tests the require a ray cluster, we should mark them exclusive. |
This should not need a cluster. It's just extremely slow for some unknown reason. |
test failures are known. |
Signed-off-by: Avnish <[email protected]> Signed-off-by: Kourosh Hakhamaneshi <[email protected]> Co-authored-by: Avnish <[email protected]> Signed-off-by: Weichen Xu <[email protected]>
Why are these changes needed?
To fix the revert. #29846
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.