checkpoint
This commit is contained in:
commit
d0deefd8cf
35 changed files with 2543 additions and 0 deletions
7
agents/mcts/run.sh
Executable file
7
agents/mcts/run.sh
Executable 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
|
||||
Loading…
Reference in a new issue