From b1b03eecd5e3d3b8a0040adb56bff5e49ab0b040 Mon Sep 17 00:00:00 2001 From: MLErik <baerenjesus@gmail.com> Date: Fri, 1 Nov 2019 10:13:06 -0400 Subject: [PATCH] Updated Changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 5eba35db..dfdb89fc 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ Changes since Flatland 2.0.0 - agent attribute `next_malfunction`is not used anymore, it will be removed fully in future versions. - `break_agent()` function is introduced which induces malfunctions in agent according to poisson process - `_fix_agent_after_malfunction()` fixes agents after attribute `malfunction == 0` +- Intoduced the concept of malfunction generators. Here you can add different malfunction models in future updates. Currently it only loads from files and parameters. ### Changes in `Environment` - moving of member variable `distance_map_computed` to new class `DistanceMap` -- GitLab