[RLlib] Remove utilities/tests/classes not needed anymore.#40939
Conversation
…ve_utilities_tests_classes_not_needed_anymore
…ve_utilities_tests_classes_not_needed_anymore
…ot_needed_anymore' into remove_utilities_tests_classes_not_needed_anymore
…ve_utilities_tests_classes_not_needed_anymore
…ve_utilities_tests_classes_not_needed_anymore
…ve_utilities_tests_classes_not_needed_anymore
…ve_utilities_tests_classes_not_needed_anymore
|
NOTE: premerge tests are failing. |
kouroshHakha
left a comment
There was a problem hiding this comment.
It's just not clear to me what the decision process behind removals are. I have asked why on some of those that I would probably not have deleted. Some explanation on the process is missing on the PR details.
There was a problem hiding this comment.
should we have an equivalent RLModule example for this?
There was a problem hiding this comment.
We should have a customer EnvRunner equivalent for this?
There was a problem hiding this comment.
More like a custom Learner? The "custom" bit here is the loss function. Undone.
There was a problem hiding this comment.
Has this been moved to the contrib folder?
There was a problem hiding this comment.
Good catch. This is actually a "tuned_example". Created it in rllib_contrib. It wasn't run as a test in the old CI, but I activated it now. Let's see whether it learns a little bit (0.6 win rate vs random should be doable :) ).
There was a problem hiding this comment.
This is still an experimental API that we should no longer pursue. It's off by default and will be fully replaced by the new connectors.
There was a problem hiding this comment.
SlateQ is now in rllib_contrib.
…ve_utilities_tests_classes_not_needed_anymore
|
Thanks for your review @kouroshHakha ! And yes, we will replace most of our examples with new stack equivalents, but also clean up this folder well (it's become pretty messy over time :( ). |
…ve_utilities_tests_classes_not_needed_anymore
…ot_needed_anymore' into remove_utilities_tests_classes_not_needed_anymore
…ve_utilities_tests_classes_not_needed_anymore
Remove utilities/tests/classes not needed anymore.
Why are these changes needed?
Related issue number
Checks
git commit -s) in this PR.scripts/format.shto lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/under thecorresponding
.rstfile.