aether-taskflow / openenv.yaml
Nithin1026's picture
Initial submit (#1)
9a28110
Raw
History Blame Contribute Delete
755 Bytes
spec_version: 1
name: aether_taskflow
description: Adaptive Workflow Management RL Environment dynamic task scheduling under resource constraints, uncertainty, and shifting priorities. Real-world enterprise operations simulation.
api:
reset: /reset
step: /step
state: /state
schema: /schema
tasks:
- id: easy
description: Stable environment with 5 tasks and moderate resources
- id: medium
description: Dynamic priorities and tighter deadlines with 8 tasks
- id: hard
description: Scarce resources, high uncertainty spikes, and 12 tasks
models:
action: AetherTaskFlowAction
observation: AetherTaskFlowObservation
state: AetherTaskFlowState
runtime: fastapi
app: server.app:app
port: 7860
enable_web_interface: true