Vishal200/zomato-dispatcher-env
1
Zomato Dispatcher OpenEnv
Food delivery order dispatch — a real-world RL environment built on the OpenEnv framework.
An AI agent acts as a fleet dispatcher for a food delivery platform inspired by Zomato/Swiggy. It observes incoming orders and available riders across city zones, then assigns orders to riders to maximise on-time delivery while avoiding SLA breaches.
Tasks
Baseline scores (gpt-4o-mini agent)
Quick test
curl https://Vishal200-zomato-dispatcher-env.hf.space/health
curl https://Vishal200-zomato-dispatcher-env.hf.space/tasks
curl https://Vishal200-zomato-dispatcher-env.hf.space/baselineEndpoints
Local setup
pip install "openenv-core[core]>=0.2.1" fastapi uvicorn pydantic openai requests
uvicorn server.app:app --host 0.0.0.0 --port 7860License
MIT
