The rules of the game are as follows:
- We play a total of N_GAMES times
- In each game, there are N_TOSSES made
- You can choose to bet on any of those tosses
- You are given the odds (which are constant for each game) before starting
- You are given your starting money before starting
- Each game a new probability of the coin landing heads is chosen from some distribution within [0, 1] (see
judge.py
) - The probability is constant for each game
- You cannot bet more than your current money
- There is no minimum or maximum bet size