| name: fleetmind-v3-openenv | |
| version: 0.1.0 | |
| description: > | |
| Zone-level delivery fleet allocation benchmark with hidden future demand, | |
| exact evaluator-side grading, and bounded sequential planning. | |
| entrypoints: | |
| python_api: src/delivery_dispatch_v3/environment.py | |
| inference: inference.py | |
| http_api: src/delivery_dispatch_v3/api.py | |
| preflight: validate_submission.py | |
| models: | |
| observation: delivery_dispatch_v3.models.V3Observation | |
| action: delivery_dispatch_v3.models.V3Action | |
| reward: delivery_dispatch_v3.models.V3Reward | |
| tasks: | |
| - id: easy_dispatch | |
| difficulty: easy | |
| - id: medium_dispatch | |
| difficulty: medium | |
| - id: hard_dispatch | |
| difficulty: hard | |
| validation: | |
| required_methods: | |
| - reset | |
| - state | |
| - step | |