mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-06 01:21:36 +02:00
eight puzzle now available, clones now available
This commit is contained in:
@ -58,3 +58,6 @@ class EnvMonitor(Wrapper):
|
||||
pickle.dump(self._monitor_df.reset_index(), f, protocol=pickle.HIGHEST_PROTOCOL)
|
||||
if auto_plotting_keys:
|
||||
plot_single_run(filepath, column_keys=auto_plotting_keys)
|
||||
|
||||
def report_possible_colum_keys(self):
|
||||
print(self._monitor_df.columns)
|
Reference in New Issue
Block a user