update: update chest observation

This commit is contained in:
stellahsr 2023-10-12 23:08:59 +08:00
parent a24f39c5ea
commit 4b29758dd8

View file

@ -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)