spec_version: 1 name: sepsis type: space runtime: fastapi app: server.app:app port: 8000 tasks: - name: stabilise description: > Manage a sepsis patient for 10 simulated ICU hours and keep them alive. Score is the total episode reward normalised to [0, 1]. - name: antibiotic-timing description: > Start broad-spectrum antibiotics within the first hour of the episode. Score is 1.0 if antibiotics are started at step 1, decays linearly to 0.0 if delayed beyond 6 hours. - name: sofa-reduction description: > Reduce the patient's SOFA score by at least 50% from the baseline recorded at reset. Score is proportional SOFA improvement clamped to [0, 1].