From f111b798784a89099f7e6d180dc6b311057e6713 Mon Sep 17 00:00:00 2001 From: hagrid67 <jdhwatson@gmail.com> Date: Sat, 26 Sep 2020 21:41:02 +0100 Subject: [PATCH] tweak comments in ACF notebook --- notebooks/Agent-Close-Following.ipynb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/notebooks/Agent-Close-Following.ipynb b/notebooks/Agent-Close-Following.ipynb index b1542693..06905274 100644 --- a/notebooks/Agent-Close-Following.ipynb +++ b/notebooks/Agent-Close-Following.ipynb @@ -282,7 +282,13 @@ "\n", "In the example below, agents 0 and 1 collide head on. The other agents are spaced out behind them and collide into them in subsequent steps.\n", "\n", - "The deadlock status is now recorded in element 5 of each agent in the recorded episode. (row, col, dir, status, malfunction, deadlock)" + "The deadlock status is now recorded in element 5 of each agent in the recorded episode. (row, col, dir, status, malfunction, deadlock)\n", + "\n", + "__Bugs / Limitations__\n", + "\n", + "The code does not currently count agents which are deadlocked, if they are also malfunctioning, or choose to stop moving voluntarily.\n", + "\n", + "The code does not detect agents which are about to become deadlocked, because they are heading towards each other on a track with no junctions or relevant targets." ] }, { -- GitLab