Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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] Preparatory PR for multi-agent, multi-GPU learning agent (alpha-star style) #02. #21649
[RLlib] Preparatory PR for multi-agent, multi-GPU learning agent (alpha-star style) #02. #21649
Changes from all commits
f6f3581
a9f3098
5fe33ee
2f2c546
21efe03
05802c9
6616496
59c8a33
2312bcd
b9b8e98
3a1b7f0
76d02ef
3ad6097
e3c9222
fb01568
aa990c4
616b467
526e0e6
86dad3a
ae5e118
ada9719
73a589b
baaf2ec
fda66dc
9d0d9ec
f31d1d8
303fff6
ad18fcf
bec657a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
this function looks really familiar. are we not replacing some existing logics with this util func call somewhere?
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.
Yeah, sorry, moved it into a new module for better clarity: This function may not only be used to collect SampleBatches from a RolloutWorker, but works generically on any set (and types!) of ray remote actors.
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 removed the old code (not used yet anywhere anyways) in
replay_ops.py
.