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] Composable (SingleAgent)RLModules #48758

Open
0Pinky0 opened this issue Nov 15, 2024 · 0 comments
Open

[RLlib] Composable (SingleAgent)RLModules #48758

0Pinky0 opened this issue Nov 15, 2024 · 0 comments
Labels
enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component)

Comments

@0Pinky0
Copy link

0Pinky0 commented Nov 15, 2024

Description

Is there any foreseeable plan on making (SingleAgent)RLModules composable?
For now I am trying to build up a training pipeline where a series of RLModules are composed into a MultiRLModules in order to serve as a single-agent policy network, but it seems default algorithm pipelines treat submodules in MultiRLModules as individual policies in multi-agent settings.
Similar idea was found in https://github.com/ray-project/ray/blob/master/rllib/examples/rl_modules/classes/vpg_using_shared_encoder_rlm.py, and such design may grant users more flexibility to perform model-specific operation like model surgery mentioned in OpenAI Five.

Use case

No response

@0Pinky0 0Pinky0 added enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Development

No branches or pull requests

1 participant