CoolFace
Apppublic

PunitRaveendran/Air_Traffic_Control_System

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
1likes
openenv.yaml20 linesDownload Raw Back to root
1name: atc-openenv2version: "1.0.0"3description: "Air Traffic Control runway sequencing environment"4tags: [openenv, atc, scheduling, real-world]5action_space: discrete6observation_space: structured7tasks:8  - id: 19    name: clear_skies10    difficulty: easy11  - id: 212    name: fuel_pressure13    difficulty: medium14  - id: 315    name: full_emergency16    difficulty: hard17endpoints:18  reset: POST /reset19  step: POST /step20  state: GET /state