atisharma / Space-mining-poker

GNU General Public License v3.0
1 stars 1 forks source link

Logging, stats and record keeping #5

Closed atisharma closed 6 years ago

atisharma commented 6 years ago

We need to record (in a nice, machine readable format, perhaps json) the public and private data at each turn, for statistical analysis and bot design.

abgandar commented 6 years ago

10 adds the option of a (not very machine readable) statistics file for each player listing each event/action taken.

This is incomplete for full bot design/analysis

atisharma commented 6 years ago

Improved to standard json format, should be machine readable by chomping line-by-line.