mirror of
https://github.com/vale981/ray
synced 2025-03-09 21:06:39 -04:00
11 lines
256 B
Bash
Executable file
11 lines
256 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
conda uninstall -y terminado
|
|
pip install -U pip
|
|
pip install "ray[rllib]"
|
|
pip install terminado
|
|
pip install boto3==1.4.8 cython==0.29.0
|
|
|
|
python3 wait_cluster.py
|
|
|
|
rllib train -f atari_impala_xlarge.yaml --ray-address=auto --queue-trials
|