mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-09 15:52:38 +02:00
update werewolf to meet WerewolfEnv
This commit is contained in:
parent
d692d9fb7b
commit
b568b8f4a0
18 changed files with 451 additions and 348 deletions
|
|
@ -29,7 +29,7 @@ async def start_game(
|
|||
use_memory_selection=use_memory_selection,
|
||||
new_experience_version=new_experience_version,
|
||||
)
|
||||
logger.info(f"game_setup\n{game_setup}")
|
||||
logger.info(f"{game_setup}")
|
||||
|
||||
players = [Moderator()] + players
|
||||
game.hire(players)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue