示例#1
0
 def __init__(self):
     """This is a very simple player that demonstrates the API and is a good
     template for getting started
     """
     LukeBot.__init__(self)
     # my name
     self.name = "cheezierbot"
     ##Eq ranges for each street
     self.eq_ranges = {PREFLOP:[2, 40, 56, 85], FLOP:[2, 45, 65, 80],TURN:[2, 45, 65, 85],RIVER:[2, 45, 65, 85]}
示例#2
0
 def __init__(self):
     """This is a very simple player that demonstrates the API and is a good
     template for getting started
     """
     LukeBot.__init__(self)
     # my name
     self.name = "odoylebot"
     ##Eq ranges for each street
     self.eq_ranges = {PREFLOP:[50, 70, 80, 95],FLOP:[50, 70, 80, 90],TURN:[50, 75, 85, 92],RIVER:[50, 80, 90, 95]}
示例#3
0
 def __init__(self):
     """This is a very simple player that demonstrates the API and is a good
     template for getting started
     """
     LukeBot.__init__(self)
     # my name
     self.name = "rockybot2"
     ##Eq ranges for each street
     self.eq_ranges = {PREFLOP:[20, 40, 60, 87],FLOP:[20, 40, 60, 80],TURN:[20, 40, 60, 85],RIVER:[20, 40, 80, 90]}