Last active
October 23, 2018 14:27
-
-
Save KKostya/b9197bba273d6535d0cdae98006f7300 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
instance ( (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
Instance (after 0 steps, 0.013s): | |
let strategy x_0 x_1 = | |
match (x_0, x_1) with | |
| (DoorA, Swap) -> 1. | |
| _ -> 0. | |
Instance. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment