mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
10 lines
191 B
Bash
10 lines
191 B
Bash
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"
|
|
|
|
|
|
"
|
|
|
|
|
|
)
|