Robot Unassigned task Completed task
⚠ Couldn't load the 3D engineThree.js failed to load from the CDN. Check your connection and reload.

Multi-Robot Task Allocation

A fleet of warehouse robots must split a shared list of pickup tasks among themselves as efficiently as possible. This simulator compares two coordination strategies side by side: naive round-robin assignment, which ignores distance entirely, against decentralized auction-based allocation, where every robot bids its own travel cost for each announced task and the lowest bidder wins. Watch the auction log to see each task get announced, bid on, and awarded in real time, then compare total fleet travel distance between the two strategies.