There is a requirement on Kaggle that the first turn takes less than 60 seconds, and all subsequent turns take less than 2 seconds.
In order to properly test these constraints, we need a way for the simulation to throw an error if the time taken per turn is too long.
Example output:
ERROR:
Player 1 - RandomAgent took too long on Turn 15
Expected: 2000ms
Actual: 2548ms
There is a requirement on Kaggle that the first turn takes less than 60 seconds, and all subsequent turns take less than 2 seconds. In order to properly test these constraints, we need a way for the simulation to throw an error if the time taken per turn is too long.
Example output: