mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
7 lines
No EOL
485 B
Bash
Executable file
7 lines
No EOL
485 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# note the summaries aren't actually used so the model doesn't matter here
|
|
python3 lm_game.py \
|
|
--max_year 1905 \
|
|
--num_negotiation_rounds 4 \
|
|
--models "openrouter-google/gemini-2.5-flash-preview, openrouter-google/gemini-2.5-flash-preview, openrouter-google/gemini-2.5-flash-preview, openrouter-google/gemini-2.5-flash-preview, openrouter-google/gemini-2.5-flash-preview, openrouter-google/gemini-2.5-flash-preview, openrouter-google/gemini-2.5-flash-preview" |