ray/examples
Robert Nishihara ec2534422b Remove register_class from API. (#550)
* Perform ray.register_class under the hood.

* Fix bug.

* Release worker lock when waiting for imports to arrive in get.

* Remove calls to register_class from examples and tests.

* Clear serialization state between tests.

* Fix bug and add test for multiple custom classes with same name.

* Fix failure test.

* Fix linting and cleanups to python code.

* Fixes to documentation.

* Implement recursion depth for recursively registering classes.

* Fix linting.

* Push warning to user if waiting for class for too long.

* Fix typos.

* Don't export FunctionToRun if pickling the function fails.

* Don't broadcast class definition when pickling class.
2017-05-16 18:38:52 -07:00
..
a3c Make example applications pep8 compliant. (#553) 2017-05-16 14:12:18 -07:00
evolution_strategies Remove register_class from API. (#550) 2017-05-16 18:38:52 -07:00
hyperopt Make example applications pep8 compliant. (#553) 2017-05-16 14:12:18 -07:00
lbfgs Make example applications pep8 compliant. (#553) 2017-05-16 14:12:18 -07:00
policy_gradient Remove register_class from API. (#550) 2017-05-16 18:38:52 -07:00
resnet Make example applications pep8 compliant. (#553) 2017-05-16 14:12:18 -07:00
rl_pong Make example applications pep8 compliant. (#553) 2017-05-16 14:12:18 -07:00