File size: 755 Bytes
9a28110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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