1
0
mirror of https://github.com/illiumst/marl-factory-grid.git synced 2026-05-29 22:13:23 +02:00

Monitor and Agent State Merge

This commit is contained in:
steffen-illium
2021-05-14 13:44:37 +02:00
parent 35ef708b20
commit ced637a348
+3
View File
@@ -68,6 +68,9 @@ class FactoryMonitor:
import pandas as pd
return pd.DataFrame.from_dict(self.to_dict())
def reset(self):
raise RuntimeError("DO NOT DO THIS! Always initalize a new Monitor per Env-Run.")
class BaseFactory: