powertac / powertac-server

Power TAC simulation server
www.powertac.org
Apache License 2.0
44 stars 35 forks source link

Tournament results should be available through a REST interface #663

Closed jecollins closed 11 years ago

jecollins commented 11 years ago

In csv format, or perhaps an xml format easily extractable to a spreadsheet. Should include download URLs for the logs.

Columns could include game id, game length, weather location/date, and results by broker.

Another REST interface could return tournament data (id, overall results).

This would significantly reduce the labor involved in analyzing tournaments.

govertbuijs commented 11 years ago

The TS automatically creates two files when a game finishes : $tounament_name.csv and $tounament_name.games.csv. This can also be done via the web interface (admins only).

I've created them for the december tournament : http://wolf-08.fbk.eur.nl/log/finals_2012_12/finals_2012_12.csv and http://wolf-08.fbk.eur.nl/log/finals_2012_12/finals_2012_12.games.csv.

Could you check if all the needed info is there?

jecollins commented 11 years ago

The tournament summary results are very nice, missing only the broker names as far as I can see.

The game summary chart looks good - should be easy to write analysis tools around this.

govertbuijs commented 11 years ago

Added broker names to tournament csv.