From d4ac03bb0f871a04a2bc245933cf0e87510a1e19 Mon Sep 17 00:00:00 2001 From: Erik Nygren <baerenjesus@gmail.com> Date: Sun, 1 Sep 2019 12:14:24 +0000 Subject: [PATCH] Update changelog.md --- changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog.md b/changelog.md index cc804180..5e2512c9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,13 @@ # Keeping track of major Flatland Changes ## Changes since Flatland 0.3 +### Changes in stock predictors +The stock `ShortestPathPredictorForRailEnv` now respects the different agent speeds and updates their prediction accordingly. + +### Changes in stock observation biulders +- `TreeObsForRailEnv` now has **11** features! + - 10th feature now indicates if a malfunctioning agent has been detected and how long the malfunction will still be present + - 11th feautre now indicates the minimal observed fractional speed of agents traveling in the same direction ### Changes in level generation - Separation of `schedule_generator` from `rail_generator`: - Renaming of `flatland/envs/generators.py` to `flatland/envs/rail_generators.py` -- GitLab