From 6bc996a3318ece87d47c41d67ccc7b3f8427678f Mon Sep 17 00:00:00 2001 From: Frederic Ren Date: Fri, 3 May 2024 11:09:46 -0700 Subject: [PATCH] avoid using the term iai in documentations --- invertedai/api/initialize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invertedai/api/initialize.py b/invertedai/api/initialize.py index 40951da7..66e78484 100644 --- a/invertedai/api/initialize.py +++ b/invertedai/api/initialize.py @@ -109,7 +109,7 @@ def initialize( traffic_light_state_history: History of traffic light states - the list is over time, in chronological order, i.e. the last element is the current state. If there are traffic lights in the map, - not specifying traffic light state is equivalent to using iai generated light states. + not specifying traffic light state is equivalent to using server generated light states. location_of_interest: Optional coordinates for spawning agents with the given location as center instead of the default map center