This issue is about MixedBehaviorProfile.as_strategy, which turns a behavior profile into a MixedStrategyProfile.
There are currently no tests for as_strategy (an old test for this was removed because it was not particularly useful and was even misleading).
New tests should be written for as_strategy. Two that certainly make sense are:
- A consistency test that checks that the expected payoff of the original behavior profile matches the expected payoff computed for the mixed strategy that is return by
as_strategy.
- A reference test that uses manual calculations which implement Kuhn's theorem to convert a behavior strategy to a mixed strategy.
This issue is about MixedBehaviorProfile.as_strategy, which turns a behavior profile into a
MixedStrategyProfile.There are currently no tests for
as_strategy(an old test for this was removed because it was not particularly useful and was even misleading).New tests should be written for
as_strategy. Two that certainly make sense are:as_strategy.