supplymind / openenv.yaml
Rishav
Clean SupplyMind submission for HF
c186723
Raw
History Blame Contribute Delete
988 Bytes
name: supplymind-openenv
version: 0.1.0
description: >
Multi-agent warehouse orchestration benchmark with partial observability,
local incentives, customer orders, delivery drivers, transfer friction,
and bounded sequential planning.
entrypoints:
python_api: src/supplymind_env_v2/environment.py
inference: inference.py
http_api: src/supplymind_env/api.py
preflight: validate_submission.py
models:
observation: supplymind_env_v2.models.V2Observation
action: supplymind_env_v2.models.V2JointAction
reward: supplymind_env_v2.models.V2Reward
tasks:
- id: easy
difficulty: easy
- id: medium
difficulty: medium
- id: hard
difficulty: hard
metadata:
primary_theme: "Theme #1 - Multi-Agent Interactions"
space_url: "https://huggingface.co/spaces/rishavutk/supplymind"
api_routes:
- /reset
- /state
- /step
- /v2/rules
- /v2/center/reset
- /v2/warehouse/reset
validation:
required_methods:
- reset
- state
- step