From a527e586cd1bc8ae78658694de6ac3283ccf6bd1 Mon Sep 17 00:00:00 2001 From: davey Date: Wed, 3 Aug 2016 15:48:03 +0100 Subject: [PATCH] Turned off helpful ALE stochasticity --- Malmo/src/ALEAgentHost.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Malmo/src/ALEAgentHost.cpp b/Malmo/src/ALEAgentHost.cpp index fa6c199c5..bcbb38ddd 100755 --- a/Malmo/src/ALEAgentHost.cpp +++ b/Malmo/src/ALEAgentHost.cpp @@ -81,6 +81,7 @@ namespace malmo this->ale_interface = boost::make_shared(role != 0); this->ale_interface->setInt("random_seed", 123); + this->ale_interface->setFloat("repeat_action_probability", 0); // Default is 0.25. We really don't want this! this->ale_interface->loadROM(unique_experiment_id); if (this->video_frame_writer)