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