[<Ray component: Core|RLlib|etc...>] Some modules are missing #48696
Labels
bug
Something that is supposed to be working; but isn't
rllib
RLlib related issues
rllib-oldstack-cleanup
Issues related to cleaning up classes, utilities on the old API stack
What happened + What you expected to happen
I no longer could find rllib_maml. Also, when I imported it locally, there are several modules which are not found as shown on picture. Could you please advise where was it moved or if it's been removed, which Ray version should I install to restore this module?
Versions / Dependencies
2.38.0
Reproduction script
from ray.rllib.execution.common import (
STEPS_SAMPLED_COUNTER,
STEPS_TRAINED_COUNTER,
STEPS_TRAINED_THIS_ITER_COUNTER,
_get_shared_metrics,
)
from ray.rllib.execution.metric_ops import CollectMetrics
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: