We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46f42d commit aef2d02Copy full SHA for aef2d02
1 file changed
src/acmpc/agent.py
@@ -35,6 +35,9 @@ def __init__(self, config_path: str):
35
self.cfg = load.yaml(config_path)
36
super().__init__(self.cfg["aci"])
37
self.setup()
38
+
39
+ def restart_condition(self, observation: Dict) -> bool:
40
+ return False
41
42
def termination_condition(self, observation: Dict) -> bool:
43
"""
0 commit comments