Example #1
0
 def __init__(self):
     """This is a very simple player that demonstrates the API and is a good
     template for getting started
     """
     LukeBotNew.__init__(self)
     # my name
     self.name = "flyingspagbot"
     ##Eq ranges for each street
     self.eq_ranges = {PREFLOP: [50, 70], FLOP: [60, 80], TURN: [65, 85], RIVER: [75, 90]}
Example #2
0
 def __init__(self):
     """This is a very simple player that demonstrates the API and is a good
     template for getting started
     """
     LukeBotNew.__init__(self)
     # my name
     self.name = "manbearpigbotnew"
     ##Eq ranges for each street
     self.eq_ranges = {PREFLOP:[30, 50, 70, 85],FLOP:[30, 50, 70, 91],TURN:[30, 50, 70, 85],RIVER:[50, 70, 80, 95]}