The Law of Large Numbers, or Why It Is a Bad Idea to Go to the Casino

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pytudes

    Python programs, usually short, of considerable difficulty, to perfect particular skills.

    I love how lightweight and interactive this is.

    Related: Norvig's runnable intro probability notebooks at https://github.com/norvig/pytudes#pytudes-index-of-jupyter-i...

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • I haven't completed or deployed it yet but I wrote a C# API to calculate your chance of winning a hand of poker based on all known cards at the table.

    All unknown cards are randomly assigned and it just loops a bunch, reasonably easy to implement and actually is reasonably fast.

    https://github.com/JohnFarrellDev/PokerMonteCarloAPI/

    With the amount of possible outcomes Bayesian statistics just didn't seem reasonable to implement.

    Goes without saying this tool is still fairly basic, it shouldn't be used to inform how much to bet or when to fold as it doesn't take into account information such as how much your opponents are betting.

  • openmc

    OpenMC Monte Carlo Code

    It was actually invented for this.

    Open source radiation transport Monte Carlo code here if you'd like to play around:

    https://github.com/openmc-dev/openmc

  • poker

    Poker hand evaluation and simulation (by ghais)

    I wrote a Haskell version that includes two components:

    A very efficient function to rank a set of Texas Hold’em hands.

    A Monte Carlo situation that gives you the probability of winning each hand from any known amount of information.

    It is available here: https://github.com/ghais/poker

  • TexasSolver

    🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:

    I use GTO+ which is proprietary.

    I just tried this one which works like a charm (just run the exe from the zip in github releases ; even comes pre-loaded with a wide amount of preflop ranges, which seem to come from a previous solve) : https://github.com/bupticybee/TexasSolver

    Searching with "poker solver haskell" only seem to show very immature projects.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Game Theory in Action: Pluribus and CFR in Texas Hold'em(1) Understanding Nash Equilibrium

    1 project | dev.to | 26 Jul 2024
  • Ask HN: How do you manage files and backups as an individual?

    1 project | news.ycombinator.com | 14 Jul 2024
  • Psycopg 3.2 released – PostgreSQL driver for Python

    1 project | news.ycombinator.com | 1 Jul 2024
  • Counting Cluster Sizes

    1 project | news.ycombinator.com | 20 Jun 2024
  • More Itertools

    3 projects | news.ycombinator.com | 27 May 2024

Did you konow that Jupyter Notebook is
the 13th most popular programming language
based on number of metions?