mirror of
https://github.com/vale981/ray
synced 2025-03-09 21:06:39 -04:00
12 lines
271 B
Bash
12 lines
271 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
conda uninstall -y terminado
|
||
|
pip install -U pip
|
||
|
pip install "ray[rllib]"
|
||
|
pip install terminado
|
||
|
pip install torch==1.6 torchvision
|
||
|
pip install boto3==1.4.8 cython==0.29.0
|
||
|
|
||
|
# Run torch learning tests.
|
||
|
rllib train -f compact-regression-tests-torch.yaml
|