Skip to content
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] Eval workers use async req manager. #27390

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rllib/execution/parallel_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AsyncRequestsManager:

Args:
workers: A list of ray remote workers to operate on. These workers must have an
`apply` method which takes a function and a list of arguments to that
``apply`` method which takes a function and a list of arguments to that
function.
max_remote_requests_in_flight_per_worker: The maximum number of remote
requests that can be in flight per actor. Any requests made to the pool
Expand Down