Robert Nishihara
1a997ed279
Move documentation to ReadTheDocs. ( #326 )
2017-02-27 21:14:31 -08:00
Wapaul1
db7297865f
Added functionality for retrieving variables from control dependencies ( #220 )
...
* Added test for retriving variables from an optimizer
* Added comments to test
* Addressed comments
* Fixed travis bug
* Added fix to circular controls
* Added set for explored operations and duplicate prefix stripping
* Removed embeded ipython
* Removed prefix, use seperate graph for each network
* Removed redundant imports
* Addressed comments and added separate graph to initializer
* fix typos
* get rid of prefix in documentation
2017-01-30 19:17:42 -08:00
Robert Nishihara
ba8933e10f
Update tutorial. ( #196 )
...
* Update tutorial.
* Small updates to documentation and code.
2017-01-10 23:52:38 -08:00
Robert Nishihara
87d8d05792
Rename reusable variables -> environment variables. ( #195 )
2017-01-10 20:14:33 -08:00
Wapaul1
aaf3be3c53
Fixed lbfgs for ray-cluster ( #180 )
...
* Updated lbfgs example to include TensorflowVariables
* Whitespace.
2017-01-10 18:40:06 -08:00
Robert Nishihara
be4a37bf37
Various cleanups: remove start_ray_local from ray.init, remove unused code, fix "pip install numbuf". ( #193 )
...
* Remove start_ray_local from ray.init and change default number of workers to 10.
* Remove alexnet example.
* Move array methods to experimental.
* Remove TRPO example.
* Remove old files.
* Compile plasma when we build numbuf.
* Address comments.
2017-01-10 17:35:27 -08:00
Robert Nishihara
ddba1df802
Start working toward Python3 compatibility. ( #117 )
2016-12-11 12:25:31 -08:00
Robert Nishihara
336a904404
Implement repr, hash, and richcompare for ObjectIDs. ( #33 )
...
* Implement repr, hash, and richcompare for ObjectIDs.
* Addressing comments.
* Partially fix example applications.
2016-11-11 09:18:36 -08:00
Robert Nishihara
4863a5155c
Cleanup setting and getting of tensorflow weights. ( #385 )
...
* Cleanup setting and getting of tensorflow weights.
* Add documentation for using TensorFlow.
* Group get_weights and set_weights in a function.
* Update readme.
2016-09-16 23:05:14 -07:00
Robert Nishihara
1ad663b689
Add more print statements to lbfgs app to help debug. ( #420 )
2016-09-08 11:43:26 -07:00
Philipp Moritz
3548797202
[API] Implement get for multiple objects ( #398 )
...
* [API] Implement get for multiple objects
* Small fixes.
2016-09-02 18:02:44 -07:00
Robert Nishihara
5cf1d60cb2
Fix documentation.
2016-08-30 17:20:00 -07:00
Robert Nishihara
fb7ccef493
Allow remote decorator to be used with no parentheses.
2016-08-30 16:38:26 -07:00
Robert Nishihara
d7f313a026
Remove type information from remote decorator.
2016-08-29 22:05:59 -07:00
Robert Nishihara
13df8302e6
enable running example apps in cluster mode ( #357 )
2016-08-08 16:01:13 -07:00
Robert Nishihara
98a508d6ca
Terminology change Object Reference -> Object ID ( #330 )
2016-07-31 19:58:03 -07:00
Robert Nishihara
2040372084
unify starting local cluster with attaching to existing cluster ( #327 )
2016-07-31 19:26:35 -07:00
Robert Nishihara
0e5b858324
change remote function invocation from func() to func.remote() ( #328 )
2016-07-31 15:25:19 -07:00
Robert Nishihara
966c5ba0da
update rl pong app ( #302 )
2016-07-29 14:51:35 -07:00
Robert Nishihara
8d5e61d3c0
update tutorial ( #318 )
2016-07-28 20:47:37 -07:00
Robert Nishihara
a97574d471
update lbfgs app ( #301 )
2016-07-26 23:45:14 -07:00
Robert Nishihara
4b91d79915
fixes to documentation ( #242 )
2016-07-10 15:06:44 -07:00
Robert Nishihara
5dd411546d
clean up imports ( #230 )
2016-07-08 12:46:47 -07:00
Robert Nishihara
d8a621e5cb
add lbfgs walkthrough and small cleanups ( #229 )
2016-07-08 12:32:48 -07:00
Robert Nishihara
8e6b7929d6
make services.cleanup happen automatically ( #224 )
2016-07-07 14:05:25 -07:00
Robert Nishihara
fb6c74ecab
update api for start_ray_local ( #174 )
2016-06-27 11:57:22 -07:00
Robert Nishihara
902cac3089
arrays -> array ( #172 )
2016-06-27 11:35:31 -07:00
Robert Nishihara
188569be37
push/pull -> put/get
2016-06-23 12:58:48 -07:00
Robert Nishihara
ac65f1031e
rename test_path -> worker_path ( #128 )
2016-06-19 22:01:31 -07:00
Philipp Moritz
d5f079a865
code for doing batch LBFGS in a distributed way
2016-06-19 18:12:00 -07:00