New Tools, Old Methods

It’s the start of December meaning it’s time for a monthly blog update! I apologize for the length. As a token of my appreciation, I’ve included more pics than usual.

Cash Games:

I played a little less than 10k hands this month (mostly trying to clear a bonus I describe later in the blog). I’m really starting to love LHE again so I’m pretty excited about that. I’ve recently begun participating a bit more in the 2p2 forums and have been watching more LHE vids on CardRunners/StoxPoker/DeucesCracked. Here is a [swingy] graph of the month:

and here are my stats:


I ran pretty hot in the 5/10 hands I played but pretty poorly in the 2/4 and 3/6 hands. That’s the ideal situation if I have to run bad somewhere though šŸ˜› I played a pretty LAGgy style, 34/24, which seems to be becoming my norm. I’m okay with this (and I actually like it more as I get to play more hands). However, playing this style requires more focus and that’s one of the leaks I need to work on. I’ve spotted some other leaks in my game (looking over my stats recently) and I’m going to try to fix them soon. I’m pretty excited about this because I think I’ll have a really good winrate if I fix the known leaks (and then rinse and repeat, finding more)!

Tournaments:

I didn’t play too many tournaments in November (60-some). There was mostly one day which I dedicated to tournaments (maybe part of the long Thanksgiving weekend). It started off horribly where I couldn’t win at all then went on a sick rush after a streak of 17 no-cashes where I final tabled 5 of them (only 45- and 90-mans) and won 3 of them (two 90’s and a 45). I ended up about +$1k on the day but didn’t run so hot in any other tourneys I played. Below are the graph and stats from Poker Academy Prospector 2 although I think it’s missing a few tourneys for some reason (OPR has a few more recorded and as a break-even month overall).

and here are the MTT stats for the month:

Bankroll:

FTPoints: 181,574.50 (probably saving up for 300k 30″ monitor)
Iron Man Medals: 1422


Bankroll
Party $119.70
Stars $73.67
FTP $12,632.21
Staking1 $1,545.90
Staking2 $50.00
Staking3 $100.00
Rakeback $988.73
Total $15,510.21

I transferred $100 of rakeback money onto my old Party Poker account to try out the new software. I actually like the software a decent amount although the HUD doesn’t seem to work properly for preferred seating yet. I might consider transferring more money there at some point (so I can actually play more sizeable stakes). After LHE cash, MTTs, and rakeback, I ended up profiting ~$1250 with ~40 hours of play.

Miscellaneous (poker):

Wired Magazine was originally going to write an article about the Second Man vs. Machine Competition we ran in Vegas this summer but instead decided to do a 6-page comic book spread describing a tiny bit of our technology and an epic J5o vs. 22 hand. Click here to check it out (and each of the 6 pages can be accessed at the top of the link). A hard-copy can also be found in the new December issue of Wired.

I think one of the main reasons I haven’t been playing as much poker as I used to is because I get bored of it and don’t have many exciting poker goals to motivate me. One promotion which excited me a little and gave me an incentive to put in more cash game hands is Truly Free Poker Training. Basically, if you accumulate enough points in a month, you can get subscriptions to CardRunners and StoxPoker for free. The awesome thing is that there isn’t a catch at all, it doesn’t take away from rakeback! I need 7.5k FTPoints to get a free month at both StoxPoker and CardRunners. I ended up clearing this bonus last month and would like to do it every month if possible. I think it’s crazy that a $20 or $30 membership can give me an incentive to play (especially when daily swings are sometimes $500+).

I recently got a headset so that I can record poker sessions (as I’d like to eventually get some coaching). I also downloaded the 30-day trial of Camtasia Studio 6 (new!) which is pretty awesome. If I do decide to get coaching, I’ll probably buy the software. There is a free program called CamStudio but it has less functionality, isn’t as user-friendly, and seems to crash more.

My Master’s is going much better now. I’ve finished most of my boring changes to the code-base and we finally have direction for the project. I’ll be working on multiplayer situations which turn into heads-up situations. For instance, imagine a 3-handed game where the BTN folds leaving two players left. However, we can’t just model it as a 2-player game with random hands, we have to take into account card removal effects. That’s a little glimpse into what I’m working on now, anyway.

I kind of rekindled the “Robustness” program/tool I was writing a while ago. I decided to model the new program after some spreadsheets that Eric “Sheets” Haber created for subscribers of PokerXFactor.

Here is a screenshot of the spreadsheet I based the program on:

and here is my program:

Notice that we obtain the same EVs as Sheets’ spreadsheet (within rounding error) under the same conditions:

  • holding JTs
  • position is CO (cutoff is with 3 left to act: BTN, SB, BB)
  • assume average reshoving range of remaining opponents is ~top 20%
  • assume average calling [shove] range of remaining opponents is ~top 15%
  • blinds are 50/100
  • there are 100 chips in antes
  • if we decide to raise, we raise to 3x
  • we have a stack of 1500 (15bb or M of 6)

Some things not included in his spreadsheet which I’ve added are:

  • I can specify “Top X%” range instead of needing to use Poker Stove (needed for his spreadsheet)
  • I display the pot size
  • I display your M (defined in Harrington on Holdem) and colour-code it based on its “M Zone”
  • I highlight the most profitable line in yellow (when considering: Fold, Raise/Fold, Raise/Call, Open Shove)
  • I highlight +EV plays in green and -EV plays in red
  • Beside the EVs is a percentage of all hands where that line is most profitable. For instance, in the screen shot above it is most profitable to open shove 13.1% of hands (shown in the tooltip when you hover over the label: {22, K9s-K5s, Q6s+, J7s+, T7s+, 96s+, 86s+, 75s+, 65s, 54s, A3o-A2o, QTo, JTo}). Under these conditions, we should raise/call with our stronger hands (since opponent is reshoving wider than he’s calling an open shove) and we should fold all other hands (most of our hands, so it’s highlighted in yellow). We should not raise/fold to 3x with any of our hands.
  • I have provided graphing capabilities (some graphs from the above scenario are shown below)

From the graph above (EV on the y-axis, Players Left on the x-axis) we can see that:

  • Folding is neutral-EV, obviously
  • Raise/Folding is profitable with two players left to act but not with 3. Note that “Raise/Fold” doesn’t depend on your hand as it never gets to showdown so we can profitably raise/fold with any two cards with 2 or less players!
  • Raise/Calling with JTs is profitable with 3 or less players to act behind (under the above conditions). Note that it is also strictly better than Raise/Folding from all positions (i.e. the green line is always higher than the blue line).
  • Open Shoving with JTs is profitable here with 4 or less players to act behind. Again, note that the yellow line is always higher than the green line so it is strictly better to shove JTs from all positions than to raise/call a reshove.

From the graph above (EV on the y-axis, Villain “Top X%” reshove range on the x-axis) we see that:

  • Raise/Folding to 3x becomes unprofitable if our opponent reshoves more than the top 18%
  • Open Shoving is profitable yet constant (since it depends on our opponent’s calling range which is independent of their reshoving range)
  • Raise/Calling with JTs here is pretty much always profitable (no matter how tight or loose our opponents’ reshoving range). Open shoving JTs is least profitable (about neutral-EV) if our opponent shoves ~top 22.5% to 37.5% of hands.
  • Notice that as our opponent’s range gets looser and looser, we gain more value from calling a reshove as our hand has higher equity.
  • Raise/Calling is almost strictly better than raise/folding (excluding vs. the top 10%).

There is a huge list of things I wanted to add or change with the program (both on the inner- and outer-surface). Some of these include:

  • instead of being restricted to “Top X%”, use a PreflopRangeChooser which gives you a 13×13 matrix of all 169 preflop starting hands with buttons like “Any Broadway” and “Any Pair” (like in Poker Stove). I’ve already coded up most of this.
  • ability to graph over all (or a subset of) starting hands in the x-axis.
  • ability to choose units for some graph axes (e.g. if you wanted to graph your stack size or EV in units of bb or M).
  • complete the “Reshove” tab where it does similar calculations but in the situation where someone else has raised in front of us and we are considering reshoving on them
  • ability to see graphical tables representing the profitability of different hands

RL (non-poker):

Melissa and I are going to be on PEI from Dec. 16 to Jan 4. I can’t wait! I still need to get most of my Xmas shopping done (but that’s usually the case every year at this time). We’ll be doing a ton of relaxing and visiting. I also hope to get a picture with Santa (along with my brother and old roommate Nick). This has become a Christmas tradition for us (not because we really want to see Santa but because it’s funny and likely uncomfortable for the guy working in the mall).

Goals:

  • Lose another 7ish lbs. for the weight loss bet (by Dec. 20)
  • Play enough hands to unlock free month of CardRunners and StoxPoker
  • review some hands and write up solutions

Last month, I set a goal to play 25k hands and only played about half that many (3.5k of which was MTT hands). I also set a goal to analyze all of my marked HoldemManager hands but didn’t get any of them analyzed. This is something I really need to start working on and I think would be much more useful than experience gained by playing (assuming a decent grasp on ranges already).

Thanks for reading and good luck at the tables!
– Nick

2 comments Add yours
  1. Another good post. Just some comments on your “Robustness” program:

    – I am unfamiliar with this 2.5 people left to act situation as per your graph šŸ™‚

    – One suggestion I think would be interesting for your calculations of calling or reshoving ranges of villian would be the ability to weight his range of hands.

    For example, with JJ+ he is calling 100% whereas 10Js-K10s he is calling 30%. It would be hard to implement this for specific hands, but if you split his range up into thirds or quarters and weight each automatically as top third 100% call, middle third 60% call, and bottom third 30% call. It might make some interesting changes to your equity calculations.

    I am also thinking about recording some of my sessions if you possibly want to trade for analysis (even though I am playing NLHE and you are playing LHE).

  2. Thanks man.

    Yeah, the 2.5 people to act is just because the graphing program needs a real number (I guess I could have changed the major and minor tickings but I’m lazy šŸ™‚

    I like your reweighting idea. I’ll have to put it on the list of improvements/fixes.

    I’d be up for session swapping although I probably can’t do it until after I get back from Christmas break.

Leave a Reply to thelastfedor Cancel reply

Your email address will not be published. Required fields are marked *