From 8371535ba9e477eec75be0d68590d97f4208ca3b Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Fri, 8 Mar 2019 17:51:31 -0500 Subject: [PATCH] updated readme to reflect corrected number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cd361c..64ea257 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The approach is therefore as follows: To determine the probability of a hand hav The function `prob_of_good_hand` computes the overall probability of having a Bazaar in one's opening hand given correct mulligan decisions, and the function `action_to_take` provides the appropriate action to take given information about what is in the player's hand. Additionally, there is a script `decider.py` which provides a questionnaire for mulligan decisions. ## Results -Using the code, we see that a player has a roughly 99.05% chance of having a Bazaar of Baghdad in their opening hand. +Using the code, we see that a player has a roughly 99.573% chance of having a Bazaar of Baghdad in their opening hand. ## Collaboration If you find any errors or have any questions, please do not hesitate to contact me or open an issue or pull request.