https://github.com/ray-project/ray/issues/8667
to install dependencies:
-
python3 -m pip install -r requirements.txt
(deps were installed as"ray[tune]" pandas tensorboard tabulate
)
to create mock data:
rm -rf ray_results
python3 repro.py
to view the dashboard:
-
ray start --head
and open the Tune tab oflocalhost:8265