Skip to content

Commit

Permalink
Turned off helpful ALE stochasticity
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveyBiggers committed Aug 3, 2016
1 parent 735b7d9 commit a527e58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Malmo/src/ALEAgentHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ namespace malmo

this->ale_interface = boost::make_shared<ALEInterface>(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)
Expand Down

0 comments on commit a527e58

Please sign in to comment.