update critic_agent use

This commit is contained in:
stellahsr 2023-10-06 16:37:52 +08:00
parent dc0fd134fb
commit d998a48cd2
3 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ async def learn(task="Start", investment: float = 50.0, n_round: int = 3):
[
CurriculumDesigner(),
ActionDeveloper(),
# CriticReviewer(),
CriticReviewer(),
SkillManager(),
]