mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
Merge pull request #422 from stellaHSR/minecraft
Minecraft: bug fix in curriculum_agent.py
This commit is contained in:
commit
c57da6d222
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ class CurriculumDesigner(Base):
|
|||
context = self.game_memory.context
|
||||
elif inventoryUsed >= 33:
|
||||
context = self.generate_context_if_inventory_full(
|
||||
self, events=events, chest_observation=chest_observation
|
||||
events=events, chest_observation=chest_observation
|
||||
)
|
||||
else:
|
||||
logger.info(self.game_memory.qa_cache_questions_vectordb._collection.count())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue