ZeusWPI / MOZAIC

MOZAIC is the Massive Online Zeus Artificial Intelligence Competition platform
GNU Lesser General Public License v3.0
13 stars 6 forks source link

More information if a bot gives an error #218

Closed SammyDelanghe closed 6 years ago

SammyDelanghe commented 6 years ago

If a bot gives an error on a certain move, it would be nice if the game state that the bot received as input and on which it crashed would be displayed together with the error message. This would make local debugging a lot easier. And for local debugging, it would also be nice if in the log of a match, your bot always has id 1, or there is some clearer way to see the id of a certain bot.

iasoon commented 6 years ago

@Immaz Sorry for taking so long to follow up with this!

I believe most of these points have been covered by the release of the game log inspector in v0.4 . That view handles invalid commands, but bot crashes are still a fatal and don't carry too much information. I'll make a separate issue for that.

Can this issue be closed?

SammyDelanghe commented 6 years ago

Yes of course! Thanks looking into this.

iasoon commented 6 years ago

Thank you for taking the time to report the issue!