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
I used the PB2 scheduler to tune a custom Algorithm's hyperparameter, including the learning rate. At the point where a new config was explored by Bayesian Optimization the trial always errored out with the following error:
That PB2 as a major hyperparameter search algorithm can handle such errors smoothly by either jumping over it and starting a new one (see issue #40787) or by not failing on such an important hyperparameter.
Versions / Dependencies
Ray nightly version
Fedora 37
Python 3.9.12
Reproduction script
Use the example given in the docs and use the learning rate as a hpyerparmater to tune.
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered:
simonsays1980
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 4, 2024
simonsays1980
changed the title
[Tune|RLlib] PB2 scheduler runs into error when learning rate is used as hpyerparameter.
[Tune|RLlib] PB2 scheduler runs into error when learning rate is used as hyperparameter.
Jan 4, 2024
What happened + What you expected to happen
What happened
I used the
PB2
scheduler to tune a custom Algorithm's hyperparameter, including the learning rate. At the point where a new config was explored by Bayesian Optimization the trial always errored out with the following error:What you expected to happen
That
PB2
as a major hyperparameter search algorithm can handle such errors smoothly by either jumping over it and starting a new one (see issue #40787) or by not failing on such an important hyperparameter.Versions / Dependencies
Ray nightly version
Fedora 37
Python 3.9.12
Reproduction script
Use the example given in the docs and use the learning rate as a hpyerparmater to tune.
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: