-
Notifications
You must be signed in to change notification settings - Fork 6k
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] Change placement group strategy for learner #36929
[RLlib] Change placement group strategy for learner #36929
Conversation
Signed-off-by: avnishn <avnishnarayan@gmail.com>
Signed-off-by: avnishn <avnishnarayan@gmail.com>
rllib/algorithms/algorithm.py
Outdated
class AlgorithmBase: | ||
|
||
@staticmethod | ||
def _get_learner_bundles(cf: AlgorithmConfig): |
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.
document what it returns?
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.
done
Signed-off-by: avnishn <avnishnarayan@gmail.com>
max_workers: 2 | ||
instance_type: g3.8xlarge | ||
min_workers: 1 | ||
max_workers: 1 |
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.
@avnishn since you change the number of worker, you also need to change the number here https://github.com/ray-project/ray/blob/master/release/release_tests.yaml#L3679 to wait for the correct number of node
This broke this test, and some other rllib test in this latest run https://buildkite.com/ray-project/release-tests-branch/builds/1846
Please cherry pick the fix as well since the branch is cut
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.
I'm putting #37022 to fix
Signed-off-by: avnishn <avnishnarayan@gmail.com> Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
Signed-off-by: avnishn avnishnarayan@gmail.com
Why are these changes needed?
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.