Skip to content

Commit aef2d02

Browse files
committed
Added restart_condition placeholder for compatibility with ACI update
1 parent a46f42d commit aef2d02

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/acmpc/agent.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ def __init__(self, config_path: str):
3535
self.cfg = load.yaml(config_path)
3636
super().__init__(self.cfg["aci"])
3737
self.setup()
38+
39+
def restart_condition(self, observation: Dict) -> bool:
40+
return False
3841

3942
def termination_condition(self, observation: Dict) -> bool:
4043
"""

0 commit comments

Comments
 (0)