mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-12-21 22:36:05 +01:00
Monitor and Agent State Merge
This commit is contained in:
@@ -68,6 +68,9 @@ class FactoryMonitor:
|
|||||||
import pandas as pd
|
import pandas as pd
|
||||||
return pd.DataFrame.from_dict(self.to_dict())
|
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:
|
class BaseFactory:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user