Coder Social home page Coder Social logo

273's Introduction

273: Deuce to Seven Triple Draw

A variant of poker which the normal hand rankings are inverted. The best hand would be 7-5-4-3-2. Exploring strategy, statistics, and game theory through simulation.

Deliverables

Simulation-based results that explore the odds of drawing to certain hands based on how many rounds are left and how many opponents are available. Direct math based calculations on outs are available for many situations, but simulations allow for implementing opponent strategy models. We will look to answer questions like:

  • How should our play be when our opponent only continues with a 2 and will stay pat with a smooth 9 or better after 1 draw?
  • Is it better to bluff 7-7-5-2-2 (since you have seen cards others need) or draw 2? How often do you get there?
  • With most equity being realized when playing heads-up, are there hands strong enough to encourage more players?

Single Draw to smooth 7, 8, 9, T, J

This chart shows the odds of not losing (wins + draws) when you have a hand (horizontal axis) and your opponent is taking a single draw with one of the following hands: 7432, 8432, 9432, T432, J432.

For instance, you can find when you are holding T-8-6-4-2, you won't lose 60% of the time against 7-4-3-2 drawing 1. Let's calculate the odds in a single-draw situation compared with our simulated results.

With 9 cards shown, there are 43 remaining.

HandOutsOddsSimulationDifference
7-4-3-2
5-5-5-56-6-6
8-8-89-9-9-9
T-T-T 
1 - 17/43
= 60.47%
60.23%0.24%
8-4-3-2
5-5-5-56-6-6
7-7-7-79-9-9-9
T-T-T 
1 - 18/43
= 58.14%
58.32%0.18%

With 43 cards remaining, it makes sense how each out represents 2.33% equity. This will become more valuable later when multiple rounds of drawing allow us to gain additional information.

Double Draw to smooth 4, 5, 6, 7, 8, 9, T, J

Deuce to Seven, Triple Draw Rules

Hand Rankings

Structure

273's People

Contributors

jagermeister avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.