timeseries data/results export
time = self.ts_current[0] * self.sampling_time/self.sim_steps_per_sample * len(self.state_log)
Extend "csv_export_from_list" method in util.py to add time variable above. Each export could solve the problem people have with exporting the time series of the simulation result in the render method in the environment of eta-xperiments.