mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-23 07:16:44 +02:00
Monitor and Agent State Merge
This commit is contained in:
parent
35ef708b20
commit
ced637a348
@ -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:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user