Skip to content

Commit

Permalink
fix: uuid for local run (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijianma authored Jan 22, 2024
1 parent 043e1a8 commit 74df05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/game/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,5 +380,5 @@ def main(args) -> None:
agentscope.init(model_configs=[TONGYI_CONFIG], logger_level="DEBUG")
args = CheckpointArgs()
args.game_config = GAME_CONFIG
main.uid = None
args.uid = None
main(args)

0 comments on commit 74df05f

Please sign in to comment.