ray/doc/examples
Sven 60d4d5e1aa Remove future imports (#6724)
* Remove all __future__ imports from RLlib.

* Remove (object) again from tf_run_builder.py::TFRunBuilder.

* Fix 2xLINT warnings.

* Fix broken appo_policy import (must be appo_tf_policy)

* Remove future imports from all other ray files (not just RLlib).

* Remove future imports from all other ray files (not just RLlib).

* Remove future import blocks that contain `unicode_literals` as well.
Revert appo_tf_policy.py to appo_policy.py (belongs to another PR).

* Add two empty lines before Schedule class.

* Put back __future__ imports into determine_tests_to_run.py. Fails otherwise on a py2/print related error.
2020-01-09 00:15:48 -08:00
..
cython Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
doc_code [sgd] Add support for multi-model multi-optimizer training (#6317) 2019-12-15 15:19:45 -08:00
lbfgs Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
lm Remove public facing references to --redis-address. (#6631) 2019-12-31 13:21:53 -08:00
newsreader Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
streaming [Projects] Refactor cluster specification (#6488) 2019-12-14 22:43:06 -08:00
overview.rst [docs] Add public materials (#6331) 2019-12-02 19:59:23 -08:00
plot_example-a3c.rst [docs] Pictures for all the Examples (#5859) 2019-10-14 14:18:52 -07:00
plot_example-lm.rst [docs] fix code block display (#5967) 2019-10-22 00:45:38 -07:00
plot_hyperparameter.py [docs] Pictures for all the Examples (#5859) 2019-10-14 14:18:52 -07:00
plot_lbfgs.rst [docs] Convert Examples to Gallery (#5414) 2019-09-24 15:46:56 -07:00
plot_newsreader.rst [docs] Convert Examples to Gallery (#5414) 2019-09-24 15:46:56 -07:00
plot_parameter_server.py [docs] Convert Examples to Gallery (#5414) 2019-09-24 15:46:56 -07:00
plot_pong_example.py [docs] Pictures for all the Examples (#5859) 2019-10-14 14:18:52 -07:00
plot_streaming.rst [docs] Convert Examples to Gallery (#5414) 2019-09-24 15:46:56 -07:00
README.rst [docs] Convert Examples to Gallery (#5414) 2019-09-24 15:46:56 -07:00