From 4b29758dd83051774af791634fec2b7fca770f10 Mon Sep 17 00:00:00 2001 From: stellahsr Date: Thu, 12 Oct 2023 23:08:59 +0800 Subject: [PATCH] update: update chest observation --- metagpt/minecraft_team.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metagpt/minecraft_team.py b/metagpt/minecraft_team.py index 8ea2eb3a4..5adf73097 100644 --- a/metagpt/minecraft_team.py +++ b/metagpt/minecraft_team.py @@ -183,6 +183,7 @@ class GameEnvironment(BaseModel, arbitrary_types_allowed=True): if self.event == event: return self.event = event + self.update_chest_observation() # self.update_chest_memory(event) # self.event_summary = self.summarize_chatlog(event)