[rllib] Split docs into user and development guide (#1377)

* docs

* Update README.rst

* Sat Dec 30 15:23:49 PST 2017

* comments

* Sun Dec 31 23:33:30 PST 2017

* Sun Dec 31 23:33:38 PST 2017

* Sun Dec 31 23:37:46 PST 2017

* Sun Dec 31 23:39:28 PST 2017

* Sun Dec 31 23:43:05 PST 2017

* Sun Dec 31 23:51:55 PST 2017

* Sun Dec 31 23:52:51 PST 2017
This commit is contained in:
Eric Liang
2018-01-01 11:10:44 -08:00
committed by GitHub
parent b6c42f96be
commit 6e6674a824
9 changed files with 181 additions and 116 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
Ray.tune: Efficient distributed hyperparameter search
=====================================================
Ray.tune: Hyperparameter Optimization Framework
===============================================
Ray.tune is a hyperparameter tuning tool for long-running tasks such as RL and deep learning training.
Ray.tune is a hyperparameter tuning framework for long-running tasks such as RL and deep learning training.
User documentation can be `found here <http://ray.readthedocs.io/en/latest/tune.html>`__.