Skip to content
Snippets Groups Projects
Commit 53522fd5 authored by Erik Nygren's avatar Erik Nygren :bullettrain_front:
Browse files

Merge branch 'master' into 'seeding_tests_enhancement'

# Conflicts:
#   flatland/envs/rail_env.py
parents c4a3a319 a431e94e
No related branches found
No related tags found
No related merge requests found
......@@ -738,7 +738,7 @@ class RailEnv(Environment):
print("[WARNING] Unable to save the distance map for this environment, as none was found !")
else:
with open(filename, "wb") as file_out:
with open(filename,"wb") as file_out:
file_out.write(self.get_full_state_msg())
def load(self, filename):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment