ray/examples/a3c
Robert Nishihara 9f91eb8c91 Change API for remote function declaration, actor instantiation, and actor method invocation. (#541)
* Direction substitution of @ray.remote -> @ray.task.

* Changes to make '@ray.task' work.

* Instantiate actors with Class.remote() instead of Class().

* Convert actor instantiation in tests and examples from Class() to Class.remote().

* Change actor method invocation from object.method() to object.method.remote().

* Update tests and examples to invoke actor methods with .remote().

* Fix bugs in jenkins tests.

* Fix example applications.

* Change @ray.task back to @ray.remote.

* Changes to make @ray.actor -> @ray.remote work.

* Direct substitution of @ray.actor -> @ray.remote.

* Fixes.

* Raise exception if @ray.actor decorator is used.

* Simplify ActorMethod class.
2017-05-14 00:01:20 -07:00
..
driver.py Change API for remote function declaration, actor instantiation, and actor method invocation. (#541) 2017-05-14 00:01:20 -07:00
envs.py A3C Polishing (#385) 2017-04-11 22:51:52 -07:00
LSTM.py Initial A3C Example - PongDeterministic-v3 (#331) 2017-03-11 00:57:53 -08:00
misc.py A3C Polishing (#385) 2017-04-11 22:51:52 -07:00
policy.py Initial A3C Example - PongDeterministic-v3 (#331) 2017-03-11 00:57:53 -08:00
runner.py A3C Polishing (#385) 2017-04-11 22:51:52 -07:00