Ejemplo n.º 1
0
 def activate(self, state, action):
     """ The super class commonly ignores the state and simply passes the
         action through the module. implement _forwardImplementation()
         in subclasses.
     """
     self.state = state
     return Module.activate(self, action)
Ejemplo n.º 2
0
 def activate(self, state, action):
     """ The super class commonly ignores the state and simply passes the
         action through the module. implement _forwardImplementation()
         in subclasses.
     """
     self.state = state
     return Module.activate(self, action)