diff --git a/main.cpp b/main.cpp index b68cf3f..e26762e 100644 --- a/main.cpp +++ b/main.cpp @@ -129,9 +129,9 @@ int main(int argc, char* argv[]) { std::vector configurations; std::vector probabilities; std::map stateRewards; - float faultyProbability = 0.1; - float probIntended = 0.9; - float probTurnIntended = 1; + float faultyProbability = 0.0; + float probIntended = 1.0; + float probTurnIntended = 1.0; try { bool ok = phrase_parse(contentIter, contentLast, contentParser, qi::space, contentCells);