Beispiel #1
0
 def __init__(self):
   HistoryPlayer.__init__(self)
   self.hunt_ratio_history = []
Beispiel #2
0
 def __init__(self, start_ratio=0.6):
   self.start_ratio = start_ratio
   HistoryPlayer.__init__(self)
Beispiel #3
0
 def __init__(self):
     HistoryPlayer.__init__(self)
     self.hunt_ratio_history = []