bstraehle commited on
Commit
e095297
1 Parent(s): d963b7b

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -73,7 +73,7 @@ def run_multi_agent(llm_white, llm_black, num_moves):
73
  name="Board Proxy",
74
  llm_config=False,
75
  is_termination_msg=check_made_move,
76
- default_auto_reply="TERMINATE",
77
  human_input_mode="NEVER",
78
  )
79
 
 
73
  name="Board Proxy",
74
  llm_config=False,
75
  is_termination_msg=check_made_move,
76
+ default_auto_reply="Please make a move.",
77
  human_input_mode="NEVER",
78
  )
79