Robert Nishihara and Philipp Moritz
4349f1f966
Fix broken links in example documentation. ( #732 )
2017-07-14 20:31:53 +00:00
Eric Liang and Philipp Moritz
66734847bb
[rllib] Standardize writing output logs and other files to /tmp/ray ( #706 )
...
* rllib v0
* fix imports
* lint
* comments
* update docs
* a3c wip
* a3c wip
* report stats
* update doc
* add common logdir attr
* name is too long
* fix small bug
* propagate exception on error
* fetch metrics
* fix small nits
2017-07-03 16:01:47 +00:00
Eric Liang and Philipp Moritz
2d81edfcdc
[rllib] Move a3c implementation from examples/ to python/ray/rllib/ ( #698 )
...
* rllib v0
* fix imports
* lint
* comments
* update docs
* a3c wip
* a3c wip
* report stats
* update doc
* name is too long
* fix small bug
* propagate exception on error
* fetch metrics
* fix lint
2017-06-29 15:49:56 +00:00
Robert Nishihara and Philipp Moritz
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
Richard Liaw and Robert Nishihara
94f32db5e6
A3C Polishing ( #385 )
...
* number
* gym doesn't have versioning
* Benchmarks
* visualization
* formatting
* small fix for tensorboard
* first pass removing universe dependency
* code
* results polish
* removed extra line
* removed universe dependency
* doc
* remove gym versioning stuff
* changes as suggested
* nit
2017-04-11 22:51:52 -07:00
Richard Liaw and Robert Nishihara
b463d9e5c7
Initial A3C Example - PongDeterministic-v3 ( #331 )
...
* Initializing A3C code
* Modifications for Ray usage
* cleanup
* removing universe dependency
* fixes (not yet working
* hack
* documentation
* Cleanup
* Preliminary Portion
Make sure to change when merging
* RL part
* Cleaning up Driver and Worker code
* Updating driver code
* instructions...
* fixed
* Minor changes.
* Fixing cmake issues
* ray instruction
* updating port to new universe
* Fix for env.configure
* redundant commands
* Revert scipy.misc -> cv2 and raise exception for wrong gym version.
2017-03-11 00:57:53 -08:00