Skip to content

Commit

Permalink
add large scale simulation example
Browse files Browse the repository at this point in the history
  • Loading branch information
panxuchen committed Aug 13, 2024
1 parent 7e89051 commit 21377d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/paper_large_scale_simulation/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def main(name: str = None, config: str = None) -> None:
hosts = ["worker1", "worker2", "worker3", "worker4"]
configs = load_exp_config(config)
for cfg in configs:
print(cfg)
run_case(
participant_num=cfg["participant_num"],
agent_server_num=cfg["agent_server_num"],
Expand Down
2 changes: 1 addition & 1 deletion examples/paper_large_scale_simulation/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import agentscope
from agentscope.server import RpcAgentServerLauncher

from utils.participant import (
from participant import (
RandomParticipant,
LLMParticipant,
ParserAgent,
Expand Down

0 comments on commit 21377d0

Please sign in to comment.