You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALP can currently test if bots work by starting a match and detect if they move. This isn't error proof (maybe the bot was hit by the ball or the enemy) and the bots might still crash during game play. And some errors and crashes stop ALP.
ALP should test if the python bots compile (I think this is possible) as part of the testing. It should also not crash in case a bot crashes. In this case ALP should deem the match invalid and just continue. Afterwards the host should be notified of invalid matches.
(however, division by zero might not kill the bot, which makes this problem a bit harder)
The text was updated successfully, but these errors were encountered:
ALP can currently test if bots work by starting a match and detect if they move. This isn't error proof (maybe the bot was hit by the ball or the enemy) and the bots might still crash during game play. And some errors and crashes stop ALP.
ALP should test if the python bots compile (I think this is possible) as part of the testing. It should also not crash in case a bot crashes. In this case ALP should deem the match invalid and just continue. Afterwards the host should be notified of invalid matches.
(however, division by zero might not kill the bot, which makes this problem a bit harder)
The text was updated successfully, but these errors were encountered: