From d8a5a9c27cb4493d74d06256e630e366259f0db0 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 3 Oct 2024 16:25:48 +0900 Subject: [PATCH] chore: update st_role.py occuring -> occurring --- metagpt/ext/stanford_town/roles/st_role.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/ext/stanford_town/roles/st_role.py b/metagpt/ext/stanford_town/roles/st_role.py index 79f58b07d..e8cb3fb04 100644 --- a/metagpt/ext/stanford_town/roles/st_role.py +++ b/metagpt/ext/stanford_town/roles/st_role.py @@ -266,7 +266,7 @@ class STRole(Role): # We will order our percept based on the distance, with the closest ones # getting priorities. percept_events_list = [] - # First, we put all events that are occuring in the nearby tiles into the + # First, we put all events that are occurring in the nearby tiles into the # percept_events_list for tile in nearby_tiles: tile_details = self.rc.env.observe(EnvObsParams(obs_type=EnvObsType.GET_TITLE, coord=tile))