Exemplo n.º 1
0
 def _findClosestState(self, to_s_id):
     if not any(self.q[to_s_id]):
         return Database.getClosestObservedStateId(to_s_id)
     else:
         return to_s_id, 1