#1706 - Synced with Dev

This commit is contained in:
Chris McCarthy
2023-08-10 13:33:32 +01:00
parent b902d945ee
commit 49f855c320

View File

@@ -177,7 +177,7 @@ class SimComponent(BaseModel):
"""
pass
def reset_component_for_episode(self):
def reset_component_for_episode(self, episode: int):
"""
Reset this component to its original state for a new episode.