Tachi67 commited on
Commit
b69c782
1 Parent(s): 0c80a0b

Update CtrlExMem_JarvisFlow.py

Browse files
Files changed (1) hide show
  1. 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",