Last active
October 23, 2018 13:14
-
-
Save KKostya/6a8c9781d4a12e8c40d38a1cf291c920 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
verify ( (strategy) => Real.({ | |
valid_strategy(strategy) ==> | |
( expected_reward ( | |
make_scenario_pmf(pDoorsEqual,strategy) | |
) <= 2000000.0 / 3.0 ) | |
})) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Proved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment