Kunal Gosar
6685d4c446
fix tail and finish repr and str ( #1628 )
2018-03-02 15:26:54 -08:00
Zhenyu Guo
f1e5789c26
restructure how to organize 3rd party libs ( #1630 )
...
* restructure how to organize 3rd party libs
* Minor whitespace changes.
* Fix compilation on Linux.
* Pass around Python executable so that the correct version of Python is used.
2018-03-01 14:29:56 -08:00
Robert Nishihara
ec9dfe7748
Allow setting INCLUDE_UI=0 to disable building the UI. ( #1618 )
2018-03-01 02:17:15 -08:00
Robert Nishihara
1222d09224
Fix dataframe test linting and test. ( #1629 )
2018-02-28 15:21:49 -08:00
Robert Nishihara
0fcceef772
Update logging and check macros. ( #1627 )
...
* Update logging and check macros.
* Fix linting.
* Fix RAY_DCHECK and unused variable.
* Fix linting
2018-02-28 15:13:00 -08:00
Devin Petersohn
e7df293946
[DataFrames] Updating Error messages to encourage contribution. ( #1623 )
2018-02-27 21:44:33 -08:00
Kunal Gosar
4a15c2c65c
[Dataframes] Call ray.init() on ray.dataframe import ( #1626 )
...
* ray.init on dataframe import
* wrapping ray.init in a try/except
* removing ray.init calls from test code
* resolving flake8
2018-02-27 16:11:23 -08:00
Kunal Gosar
34664dbf76
[DataFrame] Pass lengths to _default_index instead of df ( #1621 )
...
* Pass lengths to remote function over DataFrame
* Increasing performance by moving length to remote
2018-02-27 02:38:26 -08:00
Simon Mo
4ab16d7fb3
[DataFrame] Implement loc, iloc ( #1612 )
...
* Add parquet-cpp to gitignore
* Add read_csv and read_parquet
* Gitignore pytest_cache
* Fix flake8
* Add io to __init__
* Changing Index. Currently running tests, but so far untested.
* Removing issue of reassigning DF in from_pandas
* Fixing lint
* Fix bug
* Fix bug
* Fix bug
* Better performance
* Fixing index issue with sum
* Address comments
* Update io with index
* Updating performance and implementation. Adding tests
* Fixing off-by-1
* Fix lint
* Address Comments
* Make pop compatible with new to_pandas
* Format Code
* Cleanup some index issue
* Bug fix: assigned reset_index back
* Implement loc and iloc
* Revert whitespace
* Format code
* Address comments
2018-02-27 01:57:52 -08:00
Richard Liaw
b79597dc00
[rllib] PPO Thread Limit ( #1568 )
2018-02-26 22:22:05 -08:00
Kunal Gosar
f43328f332
moved _default_index to remote fn ( #1617 )
2018-02-26 21:12:04 -08:00
Kunal Gosar
48bd7b147d
[DataFrame] Added Implementations for equals, query, and some other operations ( #1610 )
...
* Implemented Dataframe __abs__ and __iter__
* implemented __neg__
* implemented query
* Implemented equals
* Implemented __eq__ and __ne__ operators
* Added method level comments
* resolved flake8 comments
* resolving devin's comments
2018-02-26 18:31:00 -08:00
Simon Mo
d78a22f94c
[DataFrame] Implement IO for ray_df ( #1599 )
...
* Add parquet-cpp to gitignore
* Add read_csv and read_parquet
* Gitignore pytest_cache
* Fix flake8
* Add io to __init__
* Changing Index. Currently running tests, but so far untested.
* Removing issue of reassigning DF in from_pandas
* Fixing lint
* Fix bug
* Fix bug
* Fix bug
* Better performance
* Fixing index issue with sum
* Address comments
* Update io with index
* Updating performance and implementation. Adding tests
* Fixing off-by-1
* Fix lint
* Address Comments
* Make pop compatible with new to_pandas
* Format Code
* Cleanup some index issue
* Bug fix: assigned reset_index back
* Remove unused debug line
2018-02-26 18:26:38 -08:00
Eric Liang
87e107edd8
[tune] Sync logs from workers and improve tensorboard reporting ( #1567 )
2018-02-26 11:35:51 -08:00
Richard Liaw
aefefcb0cd
Upload wheels to 'latest' folder ( #1606 )
2018-02-26 10:26:38 -08:00
Devin Petersohn
1fa59f1887
[DataFrame] Adding insert, set_axis, set_index, reset_index and tests ( #1603 )
2018-02-26 08:58:15 -08:00
Richard Liaw
c2ad800cbf
[rllib] Registry fix for DQN Replay Evaluators ( #1593 )
2018-02-25 22:30:11 -08:00
Robert Nishihara
ba1ce85f58
Download Redis and flatbuffers differently. ( #1602 )
...
* Download Redis differently.
* Get flatbuffers with curl
2018-02-25 20:32:33 -08:00
Robert Nishihara
00ef2f6285
Only pass in --allow-root if the user is root. ( #1594 )
2018-02-25 13:40:51 -08:00
Devin Petersohn
529397b35e
[DataFrames] Updating Index implementation, performance improvements ( #1598 )
2018-02-25 13:39:28 -08:00
Richard Liaw
31fefa20b7
[tune] HyperBand Fixes ( #1586 )
2018-02-25 13:26:58 -08:00
Philipp Moritz
2026c147ec
say which port is local and which one is remote ( #1591 )
2018-02-25 10:19:12 -08:00
Robert Nishihara
5859a2d249
Replace python setup.py install with pip install -e . ( #1460 )
2018-02-22 11:15:03 -08:00
Robert Nishihara
f4b1881fec
Update arrow to use updated pandas serializer. ( #1582 )
2018-02-22 11:10:52 -08:00
Robert Nishihara
330159d8bd
Allow setting redis shard ports through ray start (also object store memory). ( #1581 )
...
* Allow passing in --object-store-memory to ray start.
* Allow setting ports for the redis shards.
* Reorder arguments and infer number of shards from ports.
* Move code block into only the head node case.
* Add test.
2018-02-22 11:05:37 -08:00
Robert Nishihara
a3b44309dd
Pass --allow-root into jupyter notebook. ( #1571 )
2018-02-21 22:42:19 -08:00
Robert Nishihara
6a8661a014
Reduce verbosity of log monitor. ( #1569 )
2018-02-21 22:40:16 -08:00
Richard Liaw
e62ad7007d
[autoscaler] Improve UX for Autoscaler ( #1558 )
2018-02-21 22:19:04 -08:00
Devin Petersohn
de6fa02c85
[DataFrame] Fix transpose with nan values and add functionality needed for Index ( #1545 )
2018-02-21 08:46:37 -08:00
Robert Nishihara
db4a920bdb
Cleanup parquet installation. ( #1549 )
...
* Cleanup parquet installation.
* Fix
* Small changes.
* Add brew installs
* Modify paths for compilation of parquet.
* Remove LD_LIBRARY_PATH
* Don't set unnecessary environment variables on Linux.
* Set environment variables for make.
* Brew installs for macos wheels.
* Update
* Pass PARQUET_HOME when building pyarrow.
* Don't exit with error code.
2018-02-20 15:21:32 -08:00
Philipp Moritz
eabc4027c8
Hiredis asio integration ( #1547 )
2018-02-20 13:37:09 -08:00
Eric Liang
1b596f7d3b
[rllib] Rollout script needs to pipe in config and update states ( #1566 )
...
* Mon Feb 19 15:20:09 PST 2018
* fix it actually
2018-02-20 12:04:41 -08:00
Helen Che
fd03fb967f
[DataFrame] Implement iteritems, items, itertuples, and iterrows. ( #1543 )
...
* items
* Can't pickle generator so return list
* Add itterows method
* Finish flak8
* Add itertuples
* Some changes
* Add iter tests to mixed types test
* Appease flake8
2018-02-20 10:07:36 -08:00
Richard Liaw
1cd2703cac
[autoscaler] Docker Support ( #1505 )
2018-02-20 00:24:01 -08:00
Richard Liaw
0f766ae24b
[rllib] Fix testGetFilters in A3C ( #1557 )
2018-02-19 22:44:14 -08:00
Richard Liaw
73be235701
Quick Fix for Killing Ray Notebooks ( #1563 )
2018-02-19 16:10:37 -08:00
Eric Liang
ab37d0cd19
Allow ray.init with localhost address ( #1556 )
2018-02-18 16:36:58 -08:00
Eric Liang
09b29c267d
[autoscaler] some doc updates ( #1550 )
2018-02-18 00:53:05 -08:00
Eric Liang
4a6cfee887
[rllib] add tuned example for pendulum ( #1552 )
2018-02-18 00:46:42 -08:00
Robert Nishihara
61d8a17de0
[rllib] Change NotImplemented -> NotImplementedError. ( #1535 )
2018-02-16 17:08:25 -08:00
Hari Subbaraj
8d1a0b0d04
[DataFrame] Dataframe functions (max, min, notnull, notna) ( #1500 )
...
* Finished max, min, notna, notnull
* flake8 satisfied
* fixed pytest fixture error
* flake8 sufficed
* post-code review
* added methods to new mixed types test
2018-02-16 14:00:59 -08:00
Simon Mo
a24cc28773
[DataFrame] Add Parquet Support in Build Process ( #1531 )
...
* Add shell script for building parquet
* Use parquet ci script; remove anaconda
* Remove gcc flag, use default
* add boost_root
* Fix $TP_DIR reference issue
* fix the PR
* check out specific parquet-cpp commit
2018-02-16 07:18:42 -08:00
Alexey Tumanov
844a6afcdd
Implement simple random spillback policy. ( #1493 )
...
* spillback policy implementation: global + local scheduler
* modernize global scheduler policy state; factor out random number engine and generator
* Minimal version.
* Fix test.
* Make load balancing test less strenuous.
2018-02-13 00:09:35 -08:00
William Paul
f2b6a7b58d
Polished TensorFlowVariables code and documentation ( #566 )
2018-02-12 15:38:58 -08:00
Eric Liang
ca0f08d100
[tune] Recover experiments from last checkpoint ( #1532 )
2018-02-12 14:01:19 -08:00
Eric Liang
7e998db656
[rllib] Reduce concat memory usage, allow object store memory to be specified in init ( #1529 )
...
* c
* stop agents
* comment
* Sat Feb 10 02:33:30 PST 2018
* Sat Feb 10 02:33:39 PST 2018
* Update sample_batch.py
* Sun Feb 11 14:38:55 PST 2018
* add ppo config warn
2018-02-11 19:14:51 -08:00
Eric Liang
b6a06b81ed
[tune] Allow perturbations of categorical variables ( #1507 )
...
* categorical perturb
* Sat Feb 3 00:28:13 PST 2018
* explicitly clean up nested actors
* Sat Feb 10 02:21:57 PST 2018
* Sat Feb 10 02:22:29 PST 2018
2018-02-11 18:20:27 -08:00
eugenevinitsky
639df85fda
updated multiagent docs ( #1523 )
...
* updated multiagent docs
* Update rllib.rst
* Update multiagent_mountaincar_env.py
* Update multiagent_pendulum_env.py
2018-02-11 16:35:03 -08:00
alvkao58
81a4be8f65
[rllib] Added vanilla policy gradient ( #1497 )
2018-02-10 13:54:51 -08:00
Philipp Moritz
1ab2e63dbd
Tune transfer buffer size ( #1363 )
...
Increase buffsize from `4096` to `80*1024`.
2018-02-09 14:56:36 -08:00