mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
Update curriculum_agent.py
rm self
This commit is contained in:
parent
3613b9a56e
commit
184359b4e4
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ class CurriculumDesigner(Base):
|
|||
task = self.game_memory.current_task
|
||||
elif inventoryUsed >= 33:
|
||||
task = self.generate_task_if_inventory_full(
|
||||
self, events=events, chest_observation=chest_observation
|
||||
events=events, chest_observation=chest_observation
|
||||
)
|
||||
else:
|
||||
task = await DesignTask().run(human_msg, system_msg, *args, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue