You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the new api stack, callback class can be a list of callbacks, but there is validation check in the code that does not allow user to pass a list. Disabling the check for the new api stack will resolve the issue.
The text was updated successfully, but these errors were encountered:
n30111
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Jan 30, 2025
What happened + What you expected to happen
For the new api stack, callback class can be a list of callbacks, but there is validation check in the code that does not allow user to pass a list. Disabling the check for the new api stack will resolve the issue.
https://github.com/ray-project/ray/blob/master/rllib/algorithms/algorithm_config.py#L2421
Incorrect validation: https://github.com/ray-project/ray/blob/master/rllib/algorithms/algorithm_config.py#L2518
Versions / Dependencies
Master branch, python3.10 linux
Reproduction script
N/A
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: