python Misc side scripts, usually related to studies monty_hall_problem.ipynb : simple Monty Hall problem simulation (Marilyn's right) cannibals_missionaries.ipynb : classic AI problem, sometimes you have to go backward to progress. (https://en.wikipedia.org/wiki/Missionaries_and_cannibals_problem) bandit/bandit_simulatio.ipynbn : Multi-Armed-Bandit simulation. My first python code of any real length. Details in notebook