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

[<Ray component: Core|RLlib|etc...>] Some modules are missing #48696

Open
rifnyrachman opened this issue Nov 12, 2024 · 1 comment
Open

[<Ray component: Core|RLlib|etc...>] Some modules are missing #48696

rifnyrachman opened this issue Nov 12, 2024 · 1 comment
Assignees
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

Comments

@rifnyrachman
Copy link

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?
Capture

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.

@rifnyrachman rifnyrachman added bug Something that is supposed to be working; but isn't triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Nov 12, 2024
@jcotant1 jcotant1 added the rllib RLlib related issues label Nov 12, 2024
@simonsays1980
Copy link
Collaborator

@rifnyrachman Thanks for raising this issue. We moved man of our old stack algorithms to rllib_contrib last year. This year, we even removed this rllib_contrib module from ray (see this PR) as it does not conform anymore with the new API stack. You will need to install an older Ray version (at least ray<=2.37.0).

Note, to use rllib_contrib you need to follow the guidelines given in this module: https://github.com/ray-project/ray/tree/releases/2.37.0/rllib_contrib/maml

@simonsays1980 simonsays1980 self-assigned this Nov 25, 2024
@simonsays1980 simonsays1980 added rllib-oldstack-cleanup Issues related to cleaning up classes, utilities on the old API stack and removed triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants