mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 11:56:24 +02:00
chore: update st_role.py
occuring -> occurring
This commit is contained in:
parent
bdba23e422
commit
d8a5a9c27c
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue