Skip to content

Improve passing registries into the Ray workers #116

@tyler-griggs

Description

@tyler-griggs

It is currently challenging to pass registries into Ray workers and validate their configuration. This is because registration must happen on a Ray worker for it to be usable during training, but config validation happens before calling into the Ray worker.

One option is to move config validation into the entrypoint of the head worker (e.g., skyrl_entrypoint). This would also let us do environment registration validation during config validation time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions