From cff302b34fb54f319d47b07d2d6329f46b4dd4f8 Mon Sep 17 00:00:00 2001 From: Anastasia Psarou <97515093+AnastasiaPsarou@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:38:25 +0100 Subject: [PATCH] observations --- docs/documentation/observations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/observations.md b/docs/documentation/observations.md index 7387c911e..6910c1842 100644 --- a/docs/documentation/observations.md +++ b/docs/documentation/observations.md @@ -13,7 +13,7 @@ To create a new observation function, you must define a class that inherits from :members: ``` -### Default Observation Function: `PreviousAgentStart` +#### Default Observation Function: `PreviousAgentStart` The `PreviousAgentStart` class serves as the default implementation for observation functions in `RouteRL`. This class is designed to monitor and manage the number of agents with identical origin-destination pairs and start times, operating within a predefined threshold. It simplifies the observation process for environments where such tracking is crucial.