MailRuChamps / raic-2018

Russian AI Cup — artificial intelligence programming contest. Official website: http://russianaicup.ru
43 stars 32 forks source link

Get result of game #27

Closed olsh closed 5 years ago

olsh commented 5 years ago

Is it possible to get a result of a local runner game? In the previous RAIC, the local runner produced result.txt file on the end of a match:

OK 20000
SEED 50569913203366
1 1249 OK
2 814 OK 
bamx23 commented 5 years ago

There is a --results-file argument of a local runner. But the format has changed since previous years. There are no seed, status and duration. Only rank and score for each player. Hopefully, at least seed will be added, because it's important for local games debugging.