> Bug in shortest path baseline

It looks like the shortest path baseline has a bug where "onboard cargo" that misses its due by time is never able to be unloaded.

Posted by: ndanneman_lmi @ Dec. 1, 2023, 3:11 p.m.

Thank you for the bug report, we're looking into this.

Posted by: ccafeccafe @ Dec. 1, 2023, 3:30 p.m.

It looks like this bug is due to the fact that active cargo does not contain any missed cargo. We'll put out a fix for the baseline solution at some point, but given that there are no rewards right now for delivering missed cargo, in your solution you can just drop expired cargo at a random airport.

Posted by: ccafeccafe @ Dec. 1, 2023, 7:41 p.m.

Hello, we fixed this in the core of the code itself, so you won't have to handle it, the agent will drop off any missed cargo.

Posted by: ccafeccafe @ Dec. 5, 2023, 2:46 p.m.
Post in this thread