Skip to content
Snippets Groups Projects
Commit 5b68c08a authored by mohanty's avatar mohanty
Browse files

Merge branch 'spm/dependency-cleanup' into 'master'

Spm/dependency cleanup

See merge request flatland/flatland!299
parents c4944459 d8b56133
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 3 deletions
......@@ -9,7 +9,7 @@ include requirements_continuous_integration.txt
graft flatland/svg
graft flatland/png
graft env_data
......
......@@ -38,7 +38,6 @@ $ conda activate flatland-rl
* Install the necessary dependencies:
```console
$ conda install -c conda-forge cairosvg pycairo
$ conda install -c anaconda tk
```
......
......@@ -63,7 +63,7 @@ schedule_generator = sparse_schedule_generator(speed_ration_map)
# We can furthermore pass stochastic data to the RailEnv constructor which will allow for stochastic malfunctions
# during an episode.
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
max_duration=50 # Max duration of malfunction
)
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
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