UAVPlanningBatch
EGO-Swarm
ego_swarm
Task goal
An agent is placed in an offline sandbox with the paper and the uav_simulator / ROS1 environment. It must implement the paper's method or otherwise optimize the Planning time metric, then be evaluated on hidden seeds by an independent evaluator over gym-over-gRPC.
Scoring
The evaluator computes the authoritative Planning time. The harness normalizes it against the paper target:
score = clamp(paper_target / max(measured, eps), 0, 1.5)
Lower is better. Beating the paper scores above 1.0, capped at 1.5. The release aggregate uses macro_mean.
Submission & evaluator
Runs are evaluated in Batch mode. The agent writes a submission to a shared volume; the evaluator runs its native pipeline.
# request a challenge, run locally, then submit the encrypted bundle ale-bench run --task ego_swarm ale-bench submit ego_swarm.ale-submission.tar.zst.age

