ray/python
Eric Liang 079c4e482a
ray exec and ray attach commands (#2560)
ray exec CLUSTER CMD [--screen] [--start] [--stop]
ray attach CLUSTER [--start]

Example:
ray exec sgd.yaml 'source activate tensorflow_p27 && cd ~/ray/python/ray/rllib && ./train.py --run=PPO --env=CartPole-v0' --screen --start --stop

This will in one command create a cluster and run the command on it in a screen session. The screen can later be attached to via ray attach. After the command finishes, the cluster workers will be terminated and the head node stopped.
2018-08-15 14:31:50 -07:00
..
benchmarks [asv] Add benchmark for ray.wait (#2625) 2018-08-10 17:52:36 -07:00
ray ray exec and ray attach commands (#2560) 2018-08-15 14:31:50 -07:00
asv.conf.json [asv] Pushing to s3 (#2246) 2018-06-20 10:43:44 -07:00
build-wheel-macos.sh Fix MAC_WHEELS=1 (#2477) 2018-07-25 14:57:28 -07:00
build-wheel-manylinux1.sh Stop building wheels for Python 3.3 on Linux. (#2342) 2018-07-04 12:22:33 -07:00
README-benchmarks.rst [rllib][asv] Support ASV for RLlib (#2304) 2018-06-28 17:20:09 -07:00
README-building-wheels.md [DataFrame] Add Parquet Support in Build Process (#1531) 2018-02-16 07:18:42 -08:00
setup.py copy all files when installing pyarrow (#2547) 2018-08-02 17:06:37 -07:00