-
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] Always attach latest eval metrics. #21011
Conversation
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.
Awesome, thanks for this PR @gjoliver!
So this was the reason CQL didn't "learn"? :)
"evaluation_config": { | ||
"gamma": 0.98, | ||
}, | ||
"always_attach_evaluation_results": True, |
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.
Nice!
Tests look pretty good now. Can you please help merge? @sven1977 |
it's definitely part of the problems. |
802d055
to
8f1e5a8
Compare
Why are these changes needed?
Attach latest available eval metrics with every step result dict. So Tune doesn't get confused when most of the step results don't have eval metrics.
This allows us to bring back CQL tests.
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.