Alex Kouzemtchenko
Asked on Nov 02, 2023
Yes, you can use Ray Tune and have each trial call into SkyPilot's CLI sky spot launch
or Python API. There are a few patterns you can follow:
sky launch
or sky spot launch
for each trial.The control loop can be implemented using a bash script, a simple Python script, or an HPO framework like Ray Tune.