ray/examples
Alok Singh cdf94c18a4 Clean up syntax for supported Python versions. (#1963)
* Use set/dict literal syntax

Ran code through [pyupgrade](https://github.com/asottile/pyupgrade). This is
supported in every Python version 2.7+.

* Drop unnecessary string format specification

No need to specify 0,1.. if paramters are passed in order.

* Revert "Drop unnecessary string format specification"

This reverts commit efa5ec85d30ff69f34e5ed93e31343fea7647bcb.

* Undo changes to cloudpickle

Drop use of set literal until cloudpickle uses it.

* Reformat code with YAPF

We need to set up a git pre-push hook to automatically run this stuff.
2018-05-03 07:45:11 -07:00
..
carla [tune] Change tune resource request syntax to be less confusing (#1764) 2018-03-23 06:25:01 -07:00
custom_env updates (#1896) 2018-04-13 00:57:00 -07:00
cython Add basic functionality for Cython functions and actors (#1193) 2017-11-09 17:49:06 -08:00
hyperopt Fix overlooked typo. (#1158) 2017-10-25 07:40:52 -07:00
lbfgs Switch Python indentation from 2 spaces to 4 spaces. (#726) 2017-07-13 21:53:57 +00:00
parameter_server Fix MNIST downloading problems in parameter server examples. (#1457) 2018-01-25 14:14:37 -08:00
resnet Clean up syntax for supported Python versions. (#1963) 2018-05-03 07:45:11 -07:00
rl_pong Fixing Lint after flake upgrade (#1162) 2017-10-26 21:02:07 -05:00
streaming Add streaming MapReduce example (#1251) 2017-11-27 21:38:35 -08:00