chore: including new scritps for automation

This commit is contained in:
2026-03-16 15:18:38 +01:00
parent 253364acae
commit 63f1aad0b9
6 changed files with 1447 additions and 0 deletions

9
scripts/setuptpu.sh Normal file
View File

@@ -0,0 +1,9 @@
commands = (
"pip install \"jax[tpu]\" -f https://storage.googleapis.com/jax-releases/libtpu_releases.html"
"pip install stable-baselines3>=2.2.0 gymnasium wandb tensorboard"
"
)