Skip to content
Snippets Groups Projects
Commit 9e250792 authored by Marc Sommerhalder's avatar Marc Sommerhalder
Browse files

Add jupyter notebook

parent f8c1bb9b
No related branches found
No related tags found
No related merge requests found
Pipeline #21088 failed
bin
etc
include
lib
share
.ipynb_checkpoints
# Example Monte Carlo Simulations with Python
Install
pip install -r requirements.txt
Run
jupyter notebook
This diff is collapsed.
......@@ -154,7 +154,7 @@ class Player:
else:
# We have no seven, count the sevens in the discard pile
# and draw accordingly
# and draw accordingly (may be occasionally wrong)
count = len(self.piles.discard_pile.top_same_value)
info(f'Player {self.name}: +{2*count} ({count}*7)')
self.draw(2*count)
......
runs,players,cards,rounds,turns,tschaus,hand_mean,hand_max
10000,2,5,18.7078,36.9113,1.59765,3.5284423938909923,19
10000,2,6,20.0765,39.6407,1.5812,3.817899619351997,19
10000,2,7,21.3405,42.1658,1.58835,4.115585381359958,20
10000,3,5,12.5049,36.4686,1.1561,3.423138813000123,18
10000,3,6,13.8099,40.3937,1.1326666666666667,3.7945965365156242,18
10000,3,7,15.4331,45.2739,1.1400666666666666,4.186561598970777,18
10000,4,5,10.3352,39.7803,0.9027,3.475725658726205,18
10000,4,6,11.8946,46.0478,0.88855,3.9031447070487673,17
10000,4,7,13.7869,53.6031,0.909475,4.3329553749293845,18
10000,5,5,9.4283,45.0521,0.7653,3.5444787650222302,16
10000,5,6,11.1726,53.7667,0.75458,3.9929387965163925,18
10000,5,7,12.9041,62.4415,0.76264,4.366555278230463,18
10000,2,5,18.8932,37.2774,1.61005,3.5298482537585025,23
10000,2,6,20.0661,39.6146,1.5819,3.8165921912412704,20
10000,2,7,21.182,41.8543,1.58,4.1106032012535945,20
10000,3,5,12.584,36.7177,1.1682333333333332,3.4244841147561056,19
10000,3,6,13.8037,40.3813,1.1311,3.806928323239108,17
10000,3,7,15.3787,45.1086,1.1287333333333334,4.199177182888199,18
10000,4,5,10.3823,39.9658,0.914625,3.4716339325124697,17
10000,4,6,12.0437,46.6178,0.90495,3.9039125385125115,19
10000,4,7,13.7588,53.492,0.9132,4.32973807435854,18
10000,5,5,9.4604,45.1731,0.76462,3.546128222772029,17
10000,5,6,11.2289,54.0667,0.75514,4.008984658869234,17
10000,5,7,12.9255,62.5635,0.76262,4.374445282412521,18
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment