How to debug a failed submission

Hello,

I wanted to give this competition a try, so I submitted an agent. However, it fails to evaluate. I have no idea how to debug this, as I received no error message or anything. I don’t see anything in the issue. Am I looking in the wrong place?

This issue was solved in the discord channel. For those having a similar issue, the conclusion was that logs are not given when the image fails to build. The best way to debug a failed build is to attempt to build the image yourself locally: Which docker image is used for my submissions?

In this case there was just a missing dependency in apt.txt.

1 Like