Skip to content

Commit

Permalink
new annotations, plus a small bug fix in ChuckTesta
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Derby committed Feb 1, 2012
1 parent 0f22005 commit 77a5e6d
Show file tree
Hide file tree
Showing 324 changed files with 943,066 additions and 693,091 deletions.
6 changes: 3 additions & 3 deletions StephenBot/ChuckTestaStrat.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def badAggPlay(self, game):
if street == PREFLOP:
move = Move(FOLD)
#Raise 10% of the time
if random.randint(1,100) <= 10:
if random.randint(1,100) <= 10 and canRaise:
move = Move(RAISE, random.randint(1,2)*potAmt)
elif street == FLOP:
if canRaise:
Expand Down Expand Up @@ -210,7 +210,7 @@ def okAggPlay(self,game):
if curAmt>15:
return move
move = Move(CALL)
if random.randint(1,100) <= 10:
if random.randint(1,100) <= 10 and canRaise:
move = Move(RAISE, random.randint(1,3)*potAmt)
elif game.street == FLOP:
if canRaise:
Expand Down Expand Up @@ -259,7 +259,7 @@ def goodAggPlay(self,game):

if game.street == PREFLOP:
move = Move(CALL)
if random.randint(1,100) <= 50:
if random.randint(1,100) <= 50 and canRaise:
move = Move(RAISE, random.randint(1,5)*potAmt)
elif game.street == FLOP:
move = Move(CALL)
Expand Down
5 changes: 4 additions & 1 deletion StephenBot/HandHistoryRePlayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ def run(self):
rightEV = self.strategy.evalHand(self.game)
self.game.holeCard1 = h1
self.game.holeCard2 = h2
l = l[:-1] + " my notes:" + str(move)+" trueLeftEV:" + str(leftEV) + " trueRightEV:" + str(rightEV) + "\n"
l = l[:-1] + " my notes:" + str(move)+" trueLeftEV:"
l += str(leftEV) + " trueRightEV:" + str(rightEV)
l += "aggresive? " + str(self.game.leftOpp.isAggressive(self.game))
l += " " + str(self.game.rightOpp.isAggressive(self.game)) + "\n"
elif l == "\n":
data = self.history.packets.pop()
self.processInput(data[0] + "\n")
Expand Down
4,156 changes: 2,078 additions & 2,078 deletions matchhists/Feb1/Match #1 - AllinAlice vs. Kingfish vs. PoKerboT.ann

Large diffs are not rendered by default.

4,034 changes: 2,017 additions & 2,017 deletions matchhists/Feb1/Match #1 - AllinAlice vs. PoKerboT vs. Chezebot.ann

Large diffs are not rendered by default.

4,296 changes: 2,148 additions & 2,148 deletions matchhists/Feb1/Match #1 - AllinAlice vs. PoKerboT vs. Chronokeeper.ann

Large diffs are not rendered by default.

4,352 changes: 2,176 additions & 2,176 deletions matchhists/Feb1/Match #1 - AllinAlice vs. PoKerboT vs. FlipFlop.ann

Large diffs are not rendered by default.

3,990 changes: 1,995 additions & 1,995 deletions matchhists/Feb1/Match #1 - AllinAlice vs. PoKerboT vs. FoldBot.ann

Large diffs are not rendered by default.

3,920 changes: 1,960 additions & 1,960 deletions matchhists/Feb1/Match #1 - AllinAlice vs. PoKerboT vs. Halos.ann

Large diffs are not rendered by default.

3,926 changes: 1,963 additions & 1,963 deletions matchhists/Feb1/Match #1 - AllinAlice vs. PoKerboT vs. HandBanana.ann

Large diffs are not rendered by default.

4,148 changes: 2,074 additions & 2,074 deletions matchhists/Feb1/Match #1 - AllinAlice vs. PoKerboT vs. PasstheBuck.ann

Large diffs are not rendered by default.

5,352 changes: 2,676 additions & 2,676 deletions matchhists/Feb1/Match #1 - AllinAlice vs. PoKerboT vs. Prime.ann

Large diffs are not rendered by default.

3,808 changes: 1,904 additions & 1,904 deletions matchhists/Feb1/Match #1 - AllinAlice vs. PoKerboT vs. VictoriousSecret.ann

Large diffs are not rendered by default.

3,760 changes: 1,880 additions & 1,880 deletions matchhists/Feb1/Match #1 - AllinAlice vs. PoKerboT vs. mavs.ann

Large diffs are not rendered by default.

4,190 changes: 2,095 additions & 2,095 deletions matchhists/Feb1/Match #1 - AllinAlice vs. PoKerboT vs. panda.ann

Large diffs are not rendered by default.

4,128 changes: 2,064 additions & 2,064 deletions matchhists/Feb1/Match #1 - AllinAlice vs. PoKerboT vs. teamUROP.ann

Large diffs are not rendered by default.

4,248 changes: 2,124 additions & 2,124 deletions matchhists/Feb1/Match #1 - AllinAlice vs. PocketRockets vs. PoKerboT.ann

Large diffs are not rendered by default.

3,918 changes: 1,959 additions & 1,959 deletions matchhists/Feb1/Match #1 - Chezebot vs. AllinAlice vs. PoKerboT.ann

Large diffs are not rendered by default.

4,660 changes: 2,330 additions & 2,330 deletions matchhists/Feb1/Match #1 - Chezebot vs. FlipFlop vs. PoKerboT.ann

Large diffs are not rendered by default.

4,124 changes: 2,062 additions & 2,062 deletions matchhists/Feb1/Match #1 - Chezebot vs. FoldBot vs. PoKerboT.ann

Large diffs are not rendered by default.

4,516 changes: 2,258 additions & 2,258 deletions matchhists/Feb1/Match #1 - Chezebot vs. Halos vs. PoKerboT.ann

Large diffs are not rendered by default.

3,578 changes: 1,789 additions & 1,789 deletions matchhists/Feb1/Match #1 - Chezebot vs. Kingfish vs. PoKerboT.ann

Large diffs are not rendered by default.

4,798 changes: 2,399 additions & 2,399 deletions matchhists/Feb1/Match #1 - Chezebot vs. PasstheBuck vs. PoKerboT.ann

Large diffs are not rendered by default.

4,398 changes: 2,199 additions & 2,199 deletions matchhists/Feb1/Match #1 - Chezebot vs. PoKerboT vs. Chronokeeper.ann

Large diffs are not rendered by default.

3,902 changes: 1,951 additions & 1,951 deletions matchhists/Feb1/Match #1 - Chezebot vs. PoKerboT vs. HandBanana.ann

Large diffs are not rendered by default.

5,044 changes: 2,522 additions & 2,522 deletions matchhists/Feb1/Match #1 - Chezebot vs. PoKerboT vs. Prime.ann

Large diffs are not rendered by default.

3,782 changes: 1,891 additions & 1,891 deletions matchhists/Feb1/Match #1 - Chezebot vs. PoKerboT vs. VictoriousSecret.ann

Large diffs are not rendered by default.

3,950 changes: 1,975 additions & 1,975 deletions matchhists/Feb1/Match #1 - Chezebot vs. PoKerboT vs. mavs.ann

Large diffs are not rendered by default.

3,898 changes: 1,949 additions & 1,949 deletions matchhists/Feb1/Match #1 - Chezebot vs. PoKerboT vs. teamUROP.ann

Large diffs are not rendered by default.

3,714 changes: 1,857 additions & 1,857 deletions matchhists/Feb1/Match #1 - Chezebot vs. PocketRockets vs. PoKerboT.ann

Large diffs are not rendered by default.

3,888 changes: 1,944 additions & 1,944 deletions matchhists/Feb1/Match #1 - Chezebot vs. panda vs. PoKerboT.ann

Large diffs are not rendered by default.

4,478 changes: 2,239 additions & 2,239 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. AllinAlice vs. PoKerboT.ann

Large diffs are not rendered by default.

4,216 changes: 2,108 additions & 2,108 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. Chezebot vs. PoKerboT.ann

Large diffs are not rendered by default.

4,492 changes: 2,246 additions & 2,246 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. FlipFlop vs. PoKerboT.ann

Large diffs are not rendered by default.

4,372 changes: 2,186 additions & 2,186 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. FoldBot vs. PoKerboT.ann

Large diffs are not rendered by default.

4,648 changes: 2,324 additions & 2,324 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. Halos vs. PoKerboT.ann

Large diffs are not rendered by default.

5,008 changes: 2,504 additions & 2,504 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. HandBanana vs. PoKerboT.ann

Large diffs are not rendered by default.

3,988 changes: 1,994 additions & 1,994 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. Kingfish vs. PoKerboT.ann

Large diffs are not rendered by default.

4,676 changes: 2,338 additions & 2,338 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. PasstheBuck vs. PoKerboT.ann

Large diffs are not rendered by default.

5,108 changes: 2,554 additions & 2,554 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. PoKerboT vs. Prime.ann

Large diffs are not rendered by default.

4,252 changes: 2,126 additions & 2,126 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. PoKerboT vs. mavs.ann

Large diffs are not rendered by default.

4,396 changes: 2,198 additions & 2,198 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. PoKerboT vs. teamUROP.ann

Large diffs are not rendered by default.

4,684 changes: 2,342 additions & 2,342 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. PocketRockets vs. PoKerboT.ann

Large diffs are not rendered by default.

4,476 changes: 2,238 additions & 2,238 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. VictoriousSecret vs. PoKerboT.ann

Large diffs are not rendered by default.

4,026 changes: 2,013 additions & 2,013 deletions matchhists/Feb1/Match #1 - Chronokeeper vs. panda vs. PoKerboT.ann

Large diffs are not rendered by default.

4,492 changes: 2,246 additions & 2,246 deletions matchhists/Feb1/Match #1 - FlipFlop vs. AllinAlice vs. PoKerboT.ann

Large diffs are not rendered by default.

4,562 changes: 2,281 additions & 2,281 deletions matchhists/Feb1/Match #1 - FlipFlop vs. FoldBot vs. PoKerboT.ann

Large diffs are not rendered by default.

5,434 changes: 2,717 additions & 2,717 deletions matchhists/Feb1/Match #1 - FlipFlop vs. Halos vs. PoKerboT.ann

Large diffs are not rendered by default.

4,690 changes: 2,345 additions & 2,345 deletions matchhists/Feb1/Match #1 - FlipFlop vs. Kingfish vs. PoKerboT.ann

Large diffs are not rendered by default.

5,564 changes: 2,782 additions & 2,782 deletions matchhists/Feb1/Match #1 - FlipFlop vs. PasstheBuck vs. PoKerboT.ann

Large diffs are not rendered by default.

4,998 changes: 2,499 additions & 2,499 deletions matchhists/Feb1/Match #1 - FlipFlop vs. PoKerboT vs. Chezebot.ann

Large diffs are not rendered by default.

4,672 changes: 2,336 additions & 2,336 deletions matchhists/Feb1/Match #1 - FlipFlop vs. PoKerboT vs. Chronokeeper.ann

Large diffs are not rendered by default.

4,596 changes: 2,298 additions & 2,298 deletions matchhists/Feb1/Match #1 - FlipFlop vs. PoKerboT vs. HandBanana.ann

Large diffs are not rendered by default.

Loading

0 comments on commit 77a5e6d

Please sign in to comment.