openttd_transport_ai: cannot reproduce DS-V4-Pro's score
Hi, while reproducing the EdgeBench leaderboard we found that every model we ran scores 0 on openttd_transport_ai (all submissions crash), while DS-V4-Pro is reported at 15.2. Our setup is verified bit-for-bit official (work image digest matches Docker Hub; internet: false), and control AIs (pure-sleep) survive the full 20 years in your judge image, so the engine is fine.
The blocking issue seems to be the task setup: the docs say OpenTTDLab is "already installed" for local testing, but the work image ships no OpenTTD binaries and internet: false prevents downloading them — agents must write a full Squirrel AI completely blind, with only pass/fail feedback. (This even hides the fact that the bundled baseline AI itself crashes at tick 1 on an API call that doesn't exist in NoAI API 13.)
Could you confirm whether the published DS-V4-Pro score was produced under exactly these conditions, or with a testing-capable variant (e.g., binaries pre-cached in the work image)? Thanks!