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
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.