Robert Nishihara and Philipp Moritz
658c14282c
Remove legacy Ray code. ( #3121 )
...
* Remove legacy Ray code.
* Fix cmake and simplify monitor.
* Fix linting
* Updates
* Fix
* Implement some methods.
* Remove more plasma manager references.
* Fix
* Linting
* Fix
* Fix
* Make sure class IDs are strings.
* Some path fixes
* Fix
* Path fixes and update arrow
* Fixes.
* linting
* Fixes
* Java fixes
* Some java fixes
* TaskLanguage -> Language
* Minor
* Fix python test and remove unused method signature.
* Fix java tests
* Fix jenkins tests
* Remove commented out code.
2018-10-26 13:36:58 -07:00
Eric Liang and GitHub
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
Robert Nishihara and Philipp Moritz
35f4a3070c
Update 0.4.0 to 0.5.0 in autoscaler and installation examples. ( #2352 )
2018-07-07 14:34:20 -07:00
Robert Nishihara and Richard Liaw
15a4392156
Add instructions for pip installing the latest wheel. ( #1672 )
2018-03-12 00:52:00 -07:00
Robert Nishihara and Philipp Moritz
5859a2d249
Replace python setup.py install with pip install -e . ( #1460 )
2018-02-22 11:15:03 -08:00
Eric Liang and Robert Nishihara
1bc55e182d
Update the pip wheel in example.yaml and add docs ( #1381 )
2018-01-01 13:02:05 -08:00
Crystal and Robert Nishihara
8fc7dc3ed4
Change Python examples in documentation to use 4 space indentation. ( #736 )
...
* Ray doc - changed python indentation to 4 spaces in documentation files actors.rst, api.rst, and example-*.rst
* Ray documentation - changed Python to 4 space indentation for files install-*.rst, installation-troubleshooting.rst, internals-overview.rst, serialization.rst, troubleshootin.rst, tutorial.rst, using-ray-*.rst
2017-07-16 22:19:33 -07:00
Robert Nishihara and Philipp Moritz
fb119bb50c
Automatically add ip addresses to list of known hosts in cluster usage documentation. ( #667 )
2017-06-14 00:13:33 +00:00
Robert Nishihara and Philipp Moritz
1a682e2807
Enable starting and stopping ray with "ray start" and "ray stop". ( #628 )
...
* Install start_ray and stop_ray scripts in setup.py.
* Update documentation.
* Fix docker tests.
* Implement stop_ray script in python.
* Fix linting.
2017-06-02 20:17:48 +00:00
Robert Nishihara and Philipp Moritz
bc8b0db13e
Add section on troubleshooting to the documentation. ( #583 )
...
* Add section on troubleshooting to the documentation.
* Address comments.
* Update file descriptor troubleshooting.
2017-05-22 15:20:20 -07:00
Robert Nishihara and Philipp Moritz
3d2f1b1941
Small improvements to using ray on large cluster documentation. ( #573 )
2017-05-19 16:13:50 -07:00
Robert Nishihara and Philipp Moritz
179416e8a2
Improve the cluster usage documentation. ( #568 )
...
* Update cluster documentation and switch md to rst.
* Improve cluster documentation.
2017-05-19 11:36:48 -07:00