checkpoint
This commit is contained in:
parent
e815d3f9b2
commit
a69868e950
23 changed files with 1269 additions and 0 deletions
4
scripts/run.sh
Normal file
4
scripts/run.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
cd "$(dirname "$0")"
|
||||
exec python -u competition.py ../ppo_model.eqx
|
||||
Loading…
Reference in a new issue