Update CtrlExMem_JarvisFlow.py
Browse files- CtrlExMem_JarvisFlow.py +3 -0
CtrlExMem_JarvisFlow.py
CHANGED
@@ -5,6 +5,9 @@ from aiflows.base_flows import CircularFlow
|
|
5 |
|
6 |
|
7 |
class CtrlExMem_JarvisFlow(CtrlExMemFlow):
|
|
|
|
|
|
|
8 |
def _on_reach_max_round(self):
|
9 |
self._state_update_dict({
|
10 |
"result": "the maximum amount of rounds was reached before the Jarvis flow has done the job",
|
|
|
5 |
|
6 |
|
7 |
class CtrlExMem_JarvisFlow(CtrlExMemFlow):
|
8 |
+
"""This class inherits from the CtrlExMemFlow class from AbstractBossFlowModule.
|
9 |
+
See: https://huggingface.co/Tachi67/AbstractBossFlowModule/blob/main/CtrlExMemFlow.py
|
10 |
+
"""
|
11 |
def _on_reach_max_round(self):
|
12 |
self._state_update_dict({
|
13 |
"result": "the maximum amount of rounds was reached before the Jarvis flow has done the job",
|