资 源 简 介
This program simulates the Monty Hall problem.
See http://en.wikipedia.org/wiki/MontyHallproblem for a description of the problem
It runs a series of games based on 3 strategies.
1. Always switch.
2. Always stick.
3. Always choose again.
The results demonstrate what the wiki page tells us...
The simulator is extremely simple. Just unzip, and run the gameRunner.py file in the src directory.