From 16416ba48de4a1792380a84bcbd610f8c980673f Mon Sep 17 00:00:00 2001 From: Erik Nygren <baerenjesus@gmail.com> Date: Sun, 1 Sep 2019 22:30:00 +0000 Subject: [PATCH] Update changelog.md --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 73cc23cf..c65e0057 100644 --- a/changelog.md +++ b/changelog.md @@ -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. + +## 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 Please list all major changes since the last version: -- GitLab