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] Fit ES and ARS results dict to rest of RLlib, enable results to be fetched in release tests and and CI learning tests #35588

Conversation

ArturNiederfahrenhorst
Copy link
Contributor

Why are these changes needed?

At the moment, ES humanoid release test does not pass even though rewards are high enough.
This is because we don't make use of our usual metrics construction in ES.
This PR makes it so that ES returns the reward from evaluation workers like other algorithms do.
This is needed because our test utils that are used for release tests expect the mean reward to be at the same place for all algorithms.

Picks #35533

…to be fetched in release tests and and CI learning tests (ray-project#35533)

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

@zhe-thoughts zhe-thoughts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved for picking into 2.5.0

Signed-off-by: Artur Niederfahrenhorst <attaismyname@googlemail.com>
@ArturNiederfahrenhorst ArturNiederfahrenhorst merged commit ce2e138 into ray-project:releases/2.5.0 May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants