mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
4 lines
163 B
Bash
4 lines
163 B
Bash
#!/usr/bin/env bash
|
|
|
|
source activate tensorflow_p36 && pip install torch torchvision
|
|
source activate tensorflow_p36 && rllib train -f compact-regression-test.yaml
|