Skip to content
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] Index tensors in slate epsilon greedy properly #37481

Merged

Conversation

ArturNiederfahrenhorst
Copy link
Contributor

@ArturNiederfahrenhorst ArturNiederfahrenhorst commented Jul 17, 2023

Why are these changes needed?

The unstable SlateQ test has started failing with an actual error at some point.
(https://buildkite.com/ray-project/release-tests-branch/builds/1873#01892f3a-379a-458c-8552-d1cc03a95277)
I don't see that there is a bug that causes this.
Rather, the solution is to index the tensors in the slate epsilon greedy method in question with tensors that are on the same device.

Tackles #37081

Signed-off-by: Artur Niederfahrenhorst <attaismyname@googlemail.com>
@kouroshHakha
Copy link
Contributor

check the release tests and non of the ML tests are triggered btw

@kouroshHakha kouroshHakha added the tests-ok The tagger certifies test failures are unrelated and assumes personal liability. label Jul 19, 2023
@kouroshHakha kouroshHakha merged commit ec632c8 into ray-project:master Jul 19, 2023
39 of 45 checks passed
Bhav00 pushed a commit to Bhav00/ray that referenced this pull request Jul 24, 2023
…7481)

Signed-off-by: Artur Niederfahrenhorst <attaismyname@googlemail.com>
NripeshN pushed a commit to NripeshN/ray that referenced this pull request Aug 15, 2023
…7481)

Signed-off-by: Artur Niederfahrenhorst <attaismyname@googlemail.com>
Signed-off-by: NripeshN <nn2012@hw.ac.uk>
harborn pushed a commit to harborn/ray that referenced this pull request Aug 17, 2023
…7481)

Signed-off-by: Artur Niederfahrenhorst <attaismyname@googlemail.com>
Signed-off-by: harborn <gangsheng.wu@intel.com>
harborn pushed a commit to harborn/ray that referenced this pull request Aug 17, 2023
…7481)

Signed-off-by: Artur Niederfahrenhorst <attaismyname@googlemail.com>
arvind-chandra pushed a commit to lmco/ray that referenced this pull request Aug 31, 2023
…7481)

Signed-off-by: Artur Niederfahrenhorst <attaismyname@googlemail.com>
Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
vymao pushed a commit to vymao/ray that referenced this pull request Oct 11, 2023
…7481)

Signed-off-by: Artur Niederfahrenhorst <attaismyname@googlemail.com>
Signed-off-by: Victor <vctr.y.m@example.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests-ok The tagger certifies test failures are unrelated and assumes personal liability.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants