This commit is contained in:
ookami125 2026-08-18 02:25:03 -04:00
parent 35f3810632
commit 089d28869b
13 changed files with 11741 additions and 27 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail
EXPERIMENT_DIR="$(cd "$(dirname "$0")" && pwd)"
REPO_ROOT="$(cd "$EXPERIMENT_DIR/../.." && pwd)"
exec python3 "$REPO_ROOT/tools/playtest_server.py" \
--directory "$REPO_ROOT" \
--log-directory "$REPO_ROOT/JSONL" \
--port 8000