SpaceFactory / openenv.yaml
Sahil Tailor
Initial Commit
92d87c0
Raw
History Blame Contribute Delete
738 Bytes
spec_version: 1
name: space_manufacturing
version: 0.1.0
description: Orbital manufacturing platform coordination environment for production and delivery scheduling.
type: space
runtime: fastapi
app: server.app:app
port: 8000
entrypoint: server.app:app
observation_space:
type: ManufacturingObservation
description: Typed observation containing platform states, orders, solar conditions, and cumulative reward.
action_space:
type: ManufacturingAction
description: Typed per-platform action mapping using produce, assemble, deliver, or recharge.
reward_space:
type: ManufacturingReward
description: Scalar reward with deterministic component breakdown for each step.
episode_max_length: 240
tasks:
- easy
- medium
- hard