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

Update training_navigation.py

parent 1e99c82a
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ def main(argv): ...@@ -42,7 +42,7 @@ def main(argv):
# Use a the malfunction generator to break agents from time to time # Use a the malfunction generator to break agents from time to time
stochastic_data = MalfunctionParameters(malfunction_rate=10000, # Rate of malfunction occurence stochastic_data = MalfunctionParameters(malfunction_rate=1./10000, # Rate of malfunction occurence
min_duration=15, # Minimal duration of malfunction min_duration=15, # Minimal duration of malfunction
max_duration=50 # Max duration of malfunction max_duration=50 # Max duration of malfunction
) )
......
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