Alisa
51e12ee97c
Python api of placement group ( #9243 )
2020-07-27 14:57:05 -07:00
Eric Liang
5df801605e
Add ray.util package and move libraries from experimental ( #7100 )
2020-02-18 13:43:19 -08:00
Sven
60d4d5e1aa
Remove future imports ( #6724 )
...
* Remove all __future__ imports from RLlib.
* Remove (object) again from tf_run_builder.py::TFRunBuilder.
* Fix 2xLINT warnings.
* Fix broken appo_policy import (must be appo_tf_policy)
* Remove future imports from all other ray files (not just RLlib).
* Remove future imports from all other ray files (not just RLlib).
* Remove future import blocks that contain `unicode_literals` as well.
Revert appo_tf_policy.py to appo_policy.py (belongs to another PR).
* Add two empty lines before Schedule class.
* Put back __future__ imports into determine_tests_to_run.py. Fails otherwise on a py2/print related error.
2020-01-09 00:15:48 -08:00
Eric Liang
895f2727fb
Add experimental parallel iterators API ( #6644 )
2020-01-02 13:45:26 -08:00
zhu-eric
65297e65f0
Experimental Actor Pool ( #6055 )
...
* mod_table
* Example fix for gallery
* lint
* nit
* nit
* fix
* gallery
* remove table for now
* training, object store, tune, actors, advanced
* start tf code
* first cut tf
* yapf
* pytorch
* add torch example
* torch
* parallel
* tune
* tuning
* reviewsready
* finetune
* fix
* move_code
* update conf
* compile
* init hyperparameter
* Start images
* overview
* extra
* fix
* works
* update-ps-example
* param_actor
* fix
* examples
* simple
* simplify_pong
* flake8 and run hyperopt
* add comments
* add comments
* add suggestion
* add suggestion
* suggestions
* add suggestion
* add suggestions
* fixed in wrong area
* last edit
* finish changes
* add line
* format
* reset
* tests and docs
* fix tests
* bazelify
Co-authored-by: Richard Liaw <rliaw@berkeley.edu >
2019-12-26 14:35:10 -08:00
Robert Nishihara
6703519144
Move global state API out of global_state object. ( #4857 )
2019-05-26 11:27:53 -07:00
Romil Bhardwaj
004440f526
Dynamic Custom Resources - create and delete resources ( #3742 )
2019-05-11 20:06:04 +08:00
Robert Nishihara
7b04ed059e
Move TensorFlowVariables to ray.experimental.tf_utils. ( #4145 )
2019-02-24 14:26:46 -08:00
Zongheng Yang
8190ff1fd0
Experimental: enable automatic GCS flushing with configurable policy. ( #2266 )
...
* build_credis.sh: use an up-to-date credis commit.
* build_credis.sh: leveldb is updated, so update build cmds for it
* WIP: make monitor.py issue flush; switch gcs client to use credis
* Experimental: enable automatic GCS flushing with configurable policy.
* Fix linux compilation error
* Fix leveldb build
* Use optimized build for credis
* Address comments
* Attempt to fix tests
2018-06-20 14:40:57 -07:00
Kunal Gosar
317d0da7d8
Add experimental API for ray.get and ray.wait with additional argument types ( #2071 )
2018-06-01 16:42:27 -07:00
Yucong He
3509a33cf3
Prototype named actors. ( #2129 )
2018-05-24 00:32:12 -07:00
Robert Nishihara
78e4b021ab
Functions for flushing done tasks and evicted objects. ( #2033 )
2018-05-18 01:59:58 -07:00
Philipp Moritz
74162d1492
Lint Python files with Yapf ( #1872 )
2018-04-11 10:11:35 -07:00
Robert Nishihara
5bde5e75e7
Implement unsafe method for flushing entire object table and task table. ( #1824 )
...
* Implement unsafe method for flushing entire object table and task table.
* Add test.
* Fix test.
2018-04-04 18:29:24 -07:00
Robert Nishihara
8d52fe931b
Add experimental feature for flushing event logs and logfiles. ( #1659 )
...
* Add experimental feature for flushing event logs and logfiles.
* Add documentation.
2018-03-27 11:57:52 -07:00
Robert Nishihara
2865128df0
Remove counter from run_function_on_all_workers. Also remove utilitie… ( #1260 )
...
* Remove counter from run_function_on_all_workers. Also remove utilities for copying directories across machines.
* Fix linting.
2017-11-26 18:29:10 -08:00
Robert Nishihara
ba02fc0eb0
Run flake8 in Travis and make code PEP8 compliant. ( #387 )
2017-03-21 12:57:54 -07:00
Philipp Moritz
a708e36225
Switch build system to use CMake completely. ( #200 )
...
* switch to CMake completely
...
* cleanup
* Run C tests, update installation instructions.
2017-01-17 16:56:40 -08:00