Skip to content

Monty Hall Simulator that implements three different game strategies and calculates their succes ratios.

Notifications You must be signed in to change notification settings

AbdullahKeteldijk/monty_hall_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Monty Hall Simulator

This notebook contains a Monty Hall Simulator that implements three different game strategies and calculates their succes ratios.

We define three strategies:

  • The first strategy is to randomly stick or switch doors
  • The second strategy is to never switch doors
  • The third strategy is to always switch doors

The Monty Hall Problem explained

The Monty Hall Problem is a probability question that has caused a lot of debate and confusion. The problem originates from a game show called "Let's make a deal", hosted by Monty Hall. In order to win the constestants had to pick one of three doors. Behind one of the doors there was a a sports car and behind the other doors there was a goat. The contestant would then choose a door upon which Monty would open one of the remaining doors. The door that he opened would then show a goat. The contestant would then be asked is he or she wanted to switch doors or stick with the door they picked in the first place.

This problem is further explained in the video below.

IMAGE ALT TEXT HERE

About

Monty Hall Simulator that implements three different game strategies and calculates their succes ratios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published