Tianhong Dai
1b86e551fb
Fix bugs in the a3c code template. ( #4984 )
2019-06-14 17:22:36 -07:00
Philipp Moritz
ba52caff37
Make Bazel the default build system ( #3898 )
2019-02-23 11:58:59 -08:00
Eric Liang
93a9d32288
[docs] Switch docs to use rllib train instead of train.py
2018-12-04 17:36:06 -08:00
Eric Liang
61e3bbbfee
Update stale example links
2018-11-17 15:40:38 -08:00
Eric Liang
b45bed4bce
[rllib] Propagate model options correctly in ARS / ES, to action dist of PPO ( #2974 )
...
* fix
* fix
* fix it
* propagate conf to action dist
* move carla example too
* rr
* Update policies.py
* wip
* lint
2018-10-01 12:49:39 -07:00
Eric Liang
715737cc06
[docs] Add backlinks from hyperopt / rl algorithm examples to the built-on Ray libraries ( #1356 )
2017-12-23 00:31:33 -08:00
Eric Liang
fbf1806b8a
[tune] Clean up result logging: move out of /tmp, add timestamp ( #1297 )
2017-12-15 14:19:08 -08:00
Eric Liang
316f9e2bb7
[tune] Support user-defined trainable functions / classes / envs with a shared object registry ( #1226 )
2017-11-20 17:52:43 -08:00
Richard Liaw
dc66a2d7d5
[rllib] A3C Refactoring ( #1166 )
...
* fixing policy
* Compute Action is singular, fixed weird issue with arrays
* remove vestige
* extraneous ipdb
* Can Drop in Pytorch Model
* lint
* naming
* finish comments
2017-10-29 11:12:17 -07:00
Eric Liang
90013eda2d
[rllib] Fix docs to reference new code locations ( #1092 )
...
* fix rllib docs
* Update example-a3c.rst
2017-10-09 22:58:58 -07:00
Crystal
8fc7dc3ed4
Change Python examples in documentation to use 4 space indentation. ( #736 )
...
* Ray doc - changed python indentation to 4 spaces in documentation files actors.rst, api.rst, and example-*.rst
* Ray documentation - changed Python to 4 space indentation for files install-*.rst, installation-troubleshooting.rst, internals-overview.rst, serialization.rst, troubleshootin.rst, tutorial.rst, using-ray-*.rst
2017-07-16 22:19:33 -07:00
Robert Nishihara
4349f1f966
Fix broken links in example documentation. ( #732 )
2017-07-14 20:31:53 +00:00
Eric Liang
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
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
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
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
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