Self-play: 50 rounds, 0.1s sleep, max GPU utilization

Bumped from 20 rounds/tier to 50. Reduced sleep from 1s to 0.1s.
GPUs should run near 100% — Ollama queues requests internally.
mortdecai-sites container (CT 650) created on pve112.
Landing page live at mortdec.ai.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-20 07:36:01 -04:00
parent dcc40a0bf8
commit 25918b5b66
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
MODEL="${1:-mortdecai-v4}"
RCON_HOST="${2:-192.168.0.244}"
RCON_PORT="${3:-25578}"
ROUNDS_PER_TIER=20
ROUNDS_PER_TIER=50
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
OUTPUT="$SCRIPT_DIR/../../data/processed/self_play.jsonl"