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

Merge branch 'patch-1' into 'master'

Update changelog.md

See merge request flatland/flatland!169
parents 1e4c1044 16416ba4
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,10 @@ The duration of a malfunction is uniformly drawn from the intervall `[min_durati ...@@ -63,6 +63,10 @@ The duration of a malfunction is uniformly drawn from the intervall `[min_durati
**!!!!IMPORTANT!!!!** Once a malfunction duration has finished, the agent will **automatically** resume movement. This is important because otherwise it can get stuck in fractional positions and your code might forget to restart the agent at the first possible time. Therefore this has been automated. You can however stop the agent again at the next cell. This might in rare occasions lead to unexpected behavior, we are looking into this and will push a fix soon. **!!!!IMPORTANT!!!!** Once a malfunction duration has finished, the agent will **automatically** resume movement. This is important because otherwise it can get stuck in fractional positions and your code might forget to restart the agent at the first possible time. Therefore this has been automated. You can however stop the agent again at the next cell. This might in rare occasions lead to unexpected behavior, we are looking into this and will push a fix soon.
## Baselines repository
The baselines repository is not yet fully updated to handle multi-speed and stochastic events. Training needs to be modified to omitt all states inbetween the states where an agent can chose an action. Simple navigation training is already up to date. See [here](https://gitlab.aicrowd.com/flatland/baselines/blob/master/torch_training/training_navigation.py) for more details.
## Changes since Flatland 0.2 ## Changes since Flatland 0.2
Please list all major changes since the last version: Please list all major changes since the last version:
......
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