diff --git a/source/Agents/GP/GPTrainingLoop.hpp b/source/Agents/GP/GPTrainingLoop.hpp index d640aaaf..b46681e6 100644 --- a/source/Agents/GP/GPTrainingLoop.hpp +++ b/source/Agents/GP/GPTrainingLoop.hpp @@ -162,7 +162,7 @@ namespace cowboys { const size_t numAgents = numArenas * NumAgentsForArena; std::stringstream ss; - ss.imbue(std::locale("")); + // ss.imbue(std::locale("")); ss << std::fixed << numAgents; std::cout << "number of agents " << std::fixed << ss.str() << std::endl;