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] Add sample timer to all algorithms where it's simple to add #32475

Merged

Conversation

ArturNiederfahrenhorst
Copy link
Contributor

Signed-off-by: Artur Niederfahrenhorst artur@anyscale.com

Why are these changes needed?

Many of our algorithms don't offer the SAMPLE_TIMER.
There is no reason why we should offer this is some algorithms and not in others.
This PRs makes it so that all algorithms where it's straightforward to add have it added.

Related issue number

Closes #25914

Signed-off-by: Artur Niederfahrenhorst <artur@anyscale.com>
Copy link
Contributor

@sven1977 sven1977 left a 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 stats-enhancement @ArturNiederfahrenhorst ! :)

@sven1977 sven1977 merged commit cacc982 into ray-project:master Feb 13, 2023
edoakes pushed a commit to edoakes/ray that referenced this pull request Mar 22, 2023
… (where it's simple to add). (ray-project#32475)

Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
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.

[RLlib] Time sampling time (timers/sample_time_ms) in more algorithms (again)
2 participants