The experiment data in this archive includes raw binary save files (serialized Java `RoundData` objects) and "converted" CSV files generated by processing these raw binary save files.
`RoundData` objects capture both the configuration (`RoundConfiguration`) and a time ordered stream of important `Events` that occurred in the experiment. Important `Events` include resources being added, movement events, collection events, sanctioning events, etc.
The CSV files are generated through the `ForagingSaveFileConverter` which applies various `SaveFileProcessors` to the `RoundData` object and runs aggregation / analytics while processing the time ordered `Event` stream.