rm fixed sop logic from mgx_env to simplify code

This commit is contained in:
garylin2099 2024-10-12 20:37:59 +08:00
parent 68f9267b89
commit d925d1381a
2 changed files with 3 additions and 52 deletions

View file

@ -18,7 +18,7 @@ async def main(requirement="", enable_human_input=False, use_fixed_sop=False, al
else:
engineer = Engineer2()
env = MGXEnv(allow_bypass_team_leader=use_fixed_sop)
env = MGXEnv()
env.add_roles(
[
TeamLeader(),