checkpoint

This commit is contained in:
Moritz Gmeiner 2026-08-07 22:06:27 +02:00
commit d0deefd8cf
35 changed files with 2543 additions and 0 deletions

7
agents/mcts/run.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
exec ../../.venv/bin/python ../../scripts/mcts_agent.py ../../ppo_model.eqx \
--time-budget-ms 125 \
--max-simulations 128 \
--rollout-depth 2