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
Bridge OpenRange episodes into SkyRL's training stack so SkyRL can train against OpenRange worlds. This is a trainer-side adapter on the #243 seam — not environment-standard conformance.
Note: SkyRL-Gym (Gymnasium BaseTextEnv) and SkyRL-Agent (OpenAI-style function-call tools) are different contracts, not one interface. The adapter picks whichever touchpoint fits; it must not assume they're the same.
Scope
Wrap an admitted OpenRange Snapshot + episode so SkyRL's trainer can roll out against it; map EpisodeResult → reward via Add per-domain RewardAdapter #199.
Decide the touchpoint: SkyRL-Gym BaseTextEnv vs SkyRL-Agent tool surface.
Optional extra; no SkyRL deps in core.
Acceptance
An OpenRange world trainable from SkyRL through the adapter, no core changes.
Bridge OpenRange episodes into SkyRL's training stack so SkyRL can train against OpenRange worlds. This is a trainer-side adapter on the #243 seam — not environment-standard conformance.
Scope
Snapshot+ episode so SkyRL's trainer can roll out against it; mapEpisodeResult→ reward via Add per-domain RewardAdapter #199.BaseTextEnvvs SkyRL-Agent tool surface.Acceptance