mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-24 17:05:04 +00:00
7 lines
No EOL
196 B
Bash
7 lines
No EOL
196 B
Bash
#!/bin/bash
|
|
|
|
# note the summaries aren't actually used so the model doesn't matter here
|
|
python lm_game.py \
|
|
--max_year 1910 \
|
|
--summary_model "gpt-4o-mini" \
|
|
--num_negotiation_rounds 3 |