mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
7 lines
No EOL
267 B
Bash
7 lines
No EOL
267 B
Bash
#!/bin/bash
|
|
|
|
# note the summaries aren't actually used so the model doesn't matter here
|
|
python lm_game.py \
|
|
--max_year 1905 \
|
|
--num_negotiation_rounds 1 \
|
|
--models "gpt-4o-mini, gpt-4o-mini, gpt-4o-mini, gpt-4o-mini, gpt-4o-mini, gpt-4o-mini, gpt-4o-mini" |