[RLLib ] Better default parameters with training intensity for R2D2#25510
[RLLib ] Better default parameters with training intensity for R2D2#25510sven1977 merged 2 commits intoray-project:masterfrom
Conversation
avnishn
left a comment
There was a problem hiding this comment.
So this all looks fine to me, but can you clarify:
what are the "necessary parameters that you needed to turn on"?
It doesn't look like you turned on any parameters in this PR.
|
There are no "necessary parameters to turn on" but "relevant parameters to be tuned"! 😄 The relevant parameters I was referring to are |
gjoliver
left a comment
There was a problem hiding this comment.
how long does it take to train this on your laptop after the change?
|
Hey @gjoliver , |
…twork_update_freq` for R2D2. (ray-project#25510)
Why are these changes needed?
This PR deflakes R2D2 learning regression tests.
Since I introduced training intesity to R2D2 in #24923, the relevant parameters had not been tuned.
Checks
scripts/format.shto lint the changes in this PR.