Commit Graph

  • 3af84ada47 Revert "[rllib] remove exists call (#6168)" (#6616) Eric Liang 2019-12-26 22:44:26 -08:00
  • 46acb02aa4 Fix verbose shutdown error and test_env_with_subprocesses (#6614) Eric Liang 2019-12-26 22:43:39 -08:00
  • eb0813ea35 Re-enable UI tests for wheels. (#6602) Robert Nishihara 2019-12-26 22:34:56 -08:00
  • d3db9e9c1e By default, reconstruction should only be enabled for actor creation. (#6613) Eric Liang 2019-12-26 19:57:50 -08:00
  • 98689bd263 Changed foreach_policy to foreach_trainable_policy (#6564) Zhongxia Yan 2019-12-26 22:50:48 -05:00
  • 65297e65f0 Experimental Actor Pool (#6055) zhu-eric 2019-12-26 14:35:10 -08:00
  • 0dd8a60679 [tune] Usability errors PBT (#5972) inventormc 2019-12-26 14:27:07 -08:00
  • b40869d0e4 Wrapper for the dm_env interface (#6468) gehring 2019-12-26 16:22:17 -05:00
  • b98b288ffd [GCS] Change GCS Test to cc_test (#6596) micafan 2019-12-26 14:34:35 +08:00
  • d2bba596ab Fix actor reconstruction with direct call (#6570) Zhijun Fu 2019-12-26 10:59:50 +08:00
  • be23b3ac41 [sgd] show training result for examples (#6552) Yuhao Yang 2019-12-25 17:15:43 -08:00
  • df4533c649 [tune] demo exporting trained models in pbt examples (#6533) Yuhao Yang 2019-12-25 17:14:49 -08:00
  • 93e8c85e72 [tune] Avoid duplication in TrialRunner execution (#6598) Richard Liaw 2019-12-26 02:13:55 +01:00
  • 8707a721d9 [tune] update params for optimizer in reset_config (#6522) Yuhao Yang 2019-12-25 17:10:09 -08:00
  • aa7b861332 [minor][tune] Support Type Hinting for py3 (#6571) Richard Liaw 2019-12-25 08:15:33 +01:00
  • cfb5934c62 Update id_specification.md (#6586) Bharat Naik 2019-12-24 18:27:21 -08:00
  • eaee672b7f Revert "Perform Bazel install directly in Windows CI (#6529)" (#6593) Philipp Moritz 2019-12-24 16:39:07 -08:00
  • f89d81896a Fix flaky test_gpu_ids test. (#6579) Robert Nishihara 2019-12-24 14:26:44 -08:00
  • 2f57391595 Fix bug when failing to import remote functions or actors with args and kwargs. (#6577) Robert Nishihara 2019-12-24 13:23:48 -08:00
  • 687de41273 [GCS] refactor the GCS Client Node Interface (#6010) micafan 2019-12-24 20:36:37 +08:00
  • 6b1a57542e Add actor.__ray_kill__() to terminate actors immediately (#6523) Edward Oakes 2019-12-23 23:12:57 -06:00
  • 49b0ebf724 Add prominent note about deprecating Python 2. (#6581) Robert Nishihara 2019-12-23 13:48:21 -08:00
  • 84d3d4b67b [GCS]refactor the GCS Client Task Interface (#6556) micafan 2019-12-23 17:54:21 +08:00
  • bac6f3b61e [Dashboard] Collecting worker stats in node manager and implement webui display in the backend (#6574) Yunzhi Zhang 2019-12-22 17:50:23 -08:00
  • c5f141013b Perform Bazel install directly in Windows CI (#6529) mehrdadn 2019-12-22 16:14:51 -08:00
  • 50fb26de68 Fix FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use arr[tuple(seq)] instead of arr[seq]. In the future this will be interpreted as an array index, arr[np.array(seq)], which will result either in an error or a different result. (#6568) mehrdadn 2019-12-22 13:02:34 -08:00
  • 7bbfa85c66 [Streaming] Streaming data transfer java (#6474) Chaokun Yang 2019-12-22 10:56:05 +08:00
  • 1b14fbe179 Hotfix ray download links in documentation (#6572) Edward Oakes 2019-12-21 15:00:29 -07:00
  • 932cb3c297 check connected (#6565) Edward Oakes 2019-12-20 22:04:25 -07:00
  • f06d7422db Improve handling and caching of GitHub repository archives (#6526) mehrdadn 2019-12-20 17:22:35 -08:00
  • e50aa99be1 Reference counting for direct call submitted tasks (#6514) Edward Oakes 2019-12-20 17:06:33 -08:00
  • b0b6b56bb7 Platform shims for Windows (#6548) mehrdadn 2019-12-20 12:32:07 -08:00
  • 1e817f48df Fix Arrow and Windows linking issues in Bazel (#6546) mehrdadn 2019-12-20 11:53:20 -08:00
  • 548df014ec SAC Performance Fixes (#6295) Michael Luo 2019-12-20 10:51:25 -08:00
  • eca4cc7c00 Fix plasma_store_server path (#6499) Chaokun Yang 2019-12-20 14:45:51 +08:00
  • 3c0164419b Add gcs server job info & actor info handler (#6469) fangfengbin 2019-12-20 14:28:04 +08:00
  • de22cdb233 Reduce reporter CPU (#6553) Eric Liang 2019-12-19 22:21:30 -08:00
  • 97e8afacd3 [Streaming] Fix run_streaming_queue_test (#6538) wanxing 2019-12-20 11:10:01 +08:00
  • af9f76359a Fix crash caused by unit test testWaitAndCrash (#6549) Kai Yang 2019-12-20 11:06:53 +08:00
  • e556b729c2 [direct call] Fix max_calls interaction with background tasks. (#6536) Eric Liang 2019-12-19 13:48:32 -08:00
  • 41fa2e9604 Remove object id translation (#6531) Edward Oakes 2019-12-19 12:47:49 -08:00
  • 7b955881f3 Initializing default saver inside the function (#6540) Eyal Sela 2019-12-19 12:29:45 -08:00
  • 634b437543 Work around some compile errors for boost::asio::generic::stream_protocol (#6545) mehrdadn 2019-12-19 12:05:41 -08:00
  • 3bb680a719 [Java] Add getAsyncContext and setAsyncContext API (#6439) Kai Yang 2019-12-19 18:08:58 +08:00
  • 7e2addb424 Revert "[GCS] refactor the GCS Client Task Interface (#5515)" (#6543) Hao Chen 2019-12-19 17:11:36 +08:00
  • d807d0bab6 Serve small fixes (#6539) Simon Mo 2019-12-18 23:08:59 -08:00
  • f78583147c [GCS] refactor the GCS Client Task Interface (#5515) micafan 2019-12-19 15:02:21 +08:00
  • d78a1062db [Serve] Pluggable Queueing Policy (#6492) alindkhare 2019-12-19 00:28:38 -05:00
  • 03c37c7825 [Java] Add the default redis password for Java (#6528) Kai Yang 2019-12-19 10:53:53 +08:00
  • 012c0ca7dc Fix some missing header files (#6527) mehrdadn 2019-12-18 16:54:51 -08:00
  • 3af5fe60e7 modify developer tips page to add PR and CI tips (#6530) Rong Rong 2019-12-18 16:20:05 -08:00
  • c507859a83 [Dashboard] Node resource display fix (#6521) Yunzhi Zhang 2019-12-18 12:07:37 -08:00
  • 26ec500ef9 Implement async get for direct actor call (#6339) Simon Mo 2019-12-18 11:50:21 -08:00
  • ec4f8d5311 [hotfix][tune] fix get_sync_client. (#6525) Ujval Misra 2019-12-17 23:59:43 -08:00
  • 978d72be0a Disable port sharing in grpc server (#6479) Kai Yang 2019-12-18 14:48:54 +08:00
  • 7e6defca72 fix ClassLoaderTest.java (#6502) Kai Yang 2019-12-18 14:48:25 +08:00
  • e530c37b0e Use localhost and set redis password by default (#6481) Simon Mo 2019-12-17 19:41:19 -08:00
  • bbe5d83eb8 Windows CI for Ray on github actions (#6519) Philipp Moritz 2019-12-17 17:33:33 -08:00
  • 6725a61bda Release 0.8.0 test logs (#6512) Eric Liang 2019-12-17 15:56:50 -08:00
  • ab5a9f0946 Patch hiredis for Windows (#6446) mehrdadn 2019-12-17 15:32:47 -08:00
  • 2530eb90dc Move tf.test.is_gpu_available() to after session init (#6515) Eric Liang 2019-12-17 14:55:39 -08:00
  • 0afe14f215 require packaging (#6517) ray-0.8.0 releases/0.8.0 Philipp Moritz 2019-12-17 12:01:14 -08:00
  • 4d71ab83cf require packaging (#6517) Philipp Moritz 2019-12-17 12:01:14 -08:00
  • 81197e47c7 [tune] Refactor syncer (#6496) Ujval Misra 2019-12-17 05:25:16 -08:00
  • 7a24144bfd Polish Bazel build scripts (#6424) mehrdadn 2019-12-17 02:38:36 -08:00
  • 9d6e03aba0 Fix use of select() instead of poll() (#6477) mehrdadn 2019-12-17 02:33:37 -08:00
  • 166560e428 [Dashboard] displays resources row (#6516) Yunzhi Zhang 2019-12-17 01:05:57 -08:00
  • 840d9c126f Move travis build script to after the deploy stage (#6518) Simon Mo 2019-12-17 00:03:05 -08:00
  • 1a1324d2a2 Bump version from 0.8.0.dev6 -> 0.9.0.dev (#6508) Eric Liang 2019-12-16 23:57:42 -08:00
  • 5862eabed6 Revert "[rllib] Raise an error if GPUs are enabled but not tf.test.is_gpu_available() (#6365)" Eric Liang 2019-12-16 20:05:39 -08:00
  • 9948a3779d Simplify patches and make them more robust (#6478) mehrdadn 2019-12-16 19:28:06 -08:00
  • 38b43fb3ca Optimize O(n^2) behavior in dependency resolver (#6509) Edward Oakes 2019-12-16 18:41:02 -08:00
  • 6cb34b699e Expose extra node info from raylet stats (#6511) Mitchell Stern 2019-12-16 18:22:37 -08:00
  • 0d98203221 Merge branch 'releases/0.8.0' of github.com:ray-project/ray into releases/0.8.0 Eric Liang 2019-12-16 18:12:12 -08:00
  • 7cf29beb4b add warn Eric Liang 2019-12-16 18:12:05 -08:00
  • ce1c9a87a7 Expand dashboard by default (#6505) Yunzhi Zhang 2019-12-16 17:17:29 -08:00
  • 74b2e871b7 Tentative workaround for some forks and signals on Windows (#6362) mehrdadn 2019-12-16 16:57:49 -08:00
  • 8636d67b72 Improve release docs and add results from 0.7.7 (#6506) Edward Oakes 2019-12-16 15:51:39 -08:00
  • b7d23405fe [Dashboard] Change default port from 8080 to 8265 (#6503) Mitchell Stern 2019-12-16 14:25:23 -08:00
  • 28baf2fa28 Print summaries for stress tests (#6498) Edward Oakes 2019-12-16 14:14:48 -08:00
  • b1e83d83d1 Print summaries for stress tests (#6498) Edward Oakes 2019-12-16 14:14:48 -08:00
  • 57bffe9620 bump version to 0.8.0 Eric Liang 2019-12-16 14:10:14 -08:00
  • 1531c21dbd [Dashboard] Add remaining features from old dashboard (#6489) Mitchell Stern 2019-12-16 11:21:18 -08:00
  • b7d5c8f220 [Java] Fix multiple FunctionManagers creating multiple ClassLoader s (#6434) Kai Yang 2019-12-16 14:04:44 +08:00
  • e38b25edfb Fix duplicate progress output. (#6497) Ujval Misra 2019-12-15 21:53:24 -08:00
  • 5719a05757 [sgd] Add support for multi-model multi-optimizer training (#6317) Richard Liaw 2019-12-15 15:19:45 -08:00
  • c2499c802f disable actor checkpointing and reconstruction test in direct call mode (#6490) Kai Yang 2019-12-15 17:54:31 +08:00
  • c3ef8581d2 [Java] fix UT segmentation fault on exit (#6455) Kai Yang 2019-12-15 17:52:34 +08:00
  • cd250ba0bc [Java] ID length fix (#6454) Kai Yang 2019-12-15 16:01:05 +08:00
  • f5d10eea0b [Projects] Refactor cluster specification (#6488) Philipp Moritz 2019-12-14 22:43:06 -08:00
  • 93157e0774 Make sure numpy >= 1.16.0 is installed for fast pickling support (#6486) ray-0.7.7 releases/0.7.7 Philipp Moritz 2019-12-14 16:36:49 -08:00
  • 1c389fcbfc Fix worker exit cleanup (#6450) Edward Oakes 2019-12-13 16:52:50 -08:00
  • 90f5f9a3e4 Fix error message when failing to start UI if grpcio not installed. (#6433) Robert Nishihara 2019-12-11 14:56:14 -08:00
  • 9cc0ecc6ff Fix duplicated logging if log dir is not set (#6342) Kai Yang 2019-12-15 13:29:36 +08:00
  • 6c0531683f Add gcs server as well as the unit test (#6401) ZhuSenlin 2019-12-15 13:23:42 +08:00
  • afae8406da Make sure numpy >= 1.16.0 is installed for fast pickling support (#6486) Philipp Moritz 2019-12-14 16:36:49 -08:00
  • ac8f8143e7 Fix simple typo: verion -> version (#6485) Tim Gates 2019-12-15 10:37:55 +11:00
  • e2b7459bfc Fix worker exit cleanup (#6450) Edward Oakes 2019-12-13 16:52:50 -08:00
  • 3cb499632e (Bug Fix): Remove the extra 0.5 in the Diagonal Gaussian entropy (#6475) Eugene Vinitsky 2019-12-13 23:42:30 +01:00
  • ad4da17899 [Tune] Add example and tutorial for DCGAN (#6400) Yuhao Yang 2019-12-13 14:15:44 -08:00