Spaces:
Sleeping
Sleeping
File size: 816 Bytes
16bd852 | 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 29 30 31 | spec_version: 1
name: cloud_queue_env
type: space
runtime: fastapi
app: server.app:app
port: 8000
metadata:
description: >
A real-world queueing control environment where an agent manages
cloud request scheduling decisions — admission control, routing,
dispatching, and dynamic server scaling — under stochastic arrivals
and service times. Optimizes latency, throughput, SLA compliance,
fairness, and infrastructure cost across three benchmark tasks
(Easy / Medium / Hard) with deterministic graders scored in (0, 1).
tags:
- openenv
- reinforcement-learning
- queueing
- scheduling
- cloud-operations
- multi-objective
- llm-agent
difficulty: easy-to-hard
tasks:
- easy
- medium
- hard
author: Mrkumar007
|