Commit Graph

  • 9f751ff8c4 Add ability to specify worker and driver ports (#7833) Edward Oakes 2020-04-16 13:49:25 -05:00
  • d5f517b2f5 [docs] Hotfix for missing css files. (#8051) Richard Liaw 2020-04-16 11:44:55 -07:00
  • 4d8bf5635d [hotfix] Lint formatting for new Tune optimizer ZOOpt (#8040) Richard Liaw 2020-04-16 09:24:30 -07:00
  • d4cae5f632 [Core] Added ability to specify different IP addresses for a core worker and its raylet. (#7985) Clark Zinzow 2020-04-16 09:32:24 -06:00
  • d0fab84e4d [RLlib] DDPG PyTorch version. (#7953) Sven Mika 2020-04-16 10:20:01 +02:00
  • e1d3f7eba6 [rllib]Add config for rllib to support set python environments (#8026) Xianyang Liu 2020-04-16 16:13:45 +08:00
  • 9345d03ffb [Streaming] Streaming data transfer supports cross language. (#7961) wanxing 2020-04-16 15:16:48 +08:00
  • 5a7882bb44 Fix gcs_server get invalid local address (#7842) fangfengbin 2020-04-16 14:58:19 +08:00
  • 7b0518b993 [streaming] Async changes for resourcemanager part (#7955) JianZhangYang 2020-04-16 14:15:45 +08:00
  • 5c274fe631 [Tune] Add ZOOpt search algorithm (#7960) Servon 2020-04-16 12:13:29 +08:00
  • 956ea7c944 Hotfix CI determine_tests_to_run (#8039) mehrdadn 2020-04-15 17:00:38 -07:00
  • 7455610d5a Serve Doc: Quickstart (#7940) Simon Mo 2020-04-15 12:25:37 -07:00
  • ba00c29b67 Factor out Travis 'install' sections for use with GitHub Actions (#7988) mehrdadn 2020-04-15 08:10:22 -07:00
  • 428516056a [RLlib] SAC Torch (incl. Atari learning) (#7984) Sven Mika 2020-04-15 13:25:16 +02:00
  • efbaf155b2 [GCS]Add publish and subscribe function of gcs table (#7909) fangfengbin 2020-04-15 19:24:52 +08:00
  • dfb0ad0d3e [Java] Fix Java CI exit code issue (#8028) Qing Wang 2020-04-15 15:28:52 +08:00
  • 8e439688fc Torch sequence_mask now works for tensors on different devices (#7980) Jan Blumenkamp 2020-04-15 07:21:51 +02:00
  • c17404918c [GCS]Add gcs table storage interface (#7949) fangfengbin 2020-04-15 10:48:12 +08:00
  • b4656ca244 Fix dashboard profiling (#8013) Philipp Moritz 2020-04-14 08:30:16 -07:00
  • 026abb119c fix GrpcServer out-of-bounds bug (#7995) fangfengbin 2020-04-14 10:34:29 +08:00
  • d985d7537e Replace all instances of ray.readthedocs.io with ray.io (#7994) Robert Nishihara 2020-04-13 16:17:05 -07:00
  • e97adba6ac [autoscaler] Improve argument handling for submit (#7986) Richard Liaw 2020-04-13 15:53:42 -07:00
  • e68d601ec7 [docs] Add link master <-> latest via sphinx version warnings (#8010) Richard Liaw 2020-04-13 15:21:08 -07:00
  • 4a81793ba5 GCS-Based actor management implementation (#6763) ZhuSenlin 2020-04-14 00:48:48 +08:00
  • 1b0f6fd558 Check AF_UNIX path length (#7951) mehrdadn 2020-04-13 09:30:01 -07:00
  • c222d64ca1 [GCS] Add MessagePublisher to GCS (#7771) micafan 2020-04-13 19:32:28 +08:00
  • 7c52359b00 Fix Windows build (#7987) mehrdadn 2020-04-12 13:29:48 -07:00
  • 2cb9cfb2b6 [serve] Make workers fault tolerant (#7970) Edward Oakes 2020-04-12 11:48:08 -05:00
  • 98bfcd53bc [Java] Rename group id and package name. (#7864) Qing Wang 2020-04-12 17:59:34 +08:00
  • 3061067039 Fix bug in java/test.sh (#7952) mehrdadn 2020-04-11 23:56:14 -07:00
  • 07002825aa Proper command-line parsing (#7603) mehrdadn 2020-04-11 23:07:07 -07:00
  • d7eef808b8 [core] Reconstruction for lost plasma objects (#7733) Stephanie Wang 2020-04-11 16:52:57 -07:00
  • 18e9a076e5 [core] Cancel worker lease requests that are no longer needed (#7929) Stephanie Wang 2020-04-11 16:51:32 -07:00
  • 87e3c39b48 [tune] Ensure Cleanup (#7967) Richard Liaw 2020-04-11 16:28:03 -07:00
  • dd63178e91 [sgd] Semantic Segmentation Example (#7825) Richard Liaw 2020-04-10 20:35:45 -07:00
  • 0b4e09da76 Log to terminal if glog is also doing so (#7868) mehrdadn 2020-04-10 16:41:21 -07:00
  • 9e31ee991a [Dashboard] Configure Subset of Parameters/Metrics and show Err… (#7726) aannadi 2020-04-10 13:27:52 -07:00
  • 4aa68b82fa [CI] Various Improvements to Travis Scripts (#7956) mehrdadn 2020-04-10 13:26:28 -07:00
  • 7be7af11ab [serve] Push requests to workers instead of polling via dequeue_request (#7965) Edward Oakes 2020-04-10 14:47:03 -05:00
  • d8f5b52265 [serve] Don't use mixin class for class-based backends (#7957) Edward Oakes 2020-04-10 12:01:14 -05:00
  • 31b40b00f6 [rllib] Pull out experimental dsl into rllib.execution module, add initial unit tests (#7958) Eric Liang 2020-04-10 00:56:08 -07:00
  • 0d713e3eba [Streaming] Try to trigger mock transfer tests ci (#7885) Lingxuan Zuo 2020-04-10 11:56:59 +08:00
  • e3ffb8ac28 [tune] Refactoring: Deduplicate (#7918) marload 2020-04-10 12:19:04 +09:00
  • 305eb74a86 [serve] Make HTTP proxy fault tolerant (#7936) Edward Oakes 2020-04-09 17:07:22 -05:00
  • 0a5b6d1f57 [Testing] Do not run any non-RLlib/core tests if only RLLib affected (except wheels). (#7892) Sven Mika 2020-04-09 23:36:06 +02:00
  • 1b31c11806 [RLlib] DDPG re-factor to fit into RLlib's functional algorithm builder API. (#7934) Sven Mika 2020-04-09 23:04:21 +02:00
  • 870271d51f [Serve] Call serve.init in function handler (#7947) Simon Mo 2020-04-09 11:46:15 -07:00
  • d2b5c171cb [RLlib] Add pytorch sigils to toc and add links to algo overview table. (#7950) Sven Mika 2020-04-09 19:40:18 +02:00
  • 59867dad75 Move Jenkins test to Github action (#7342) Simon Mo 2020-04-09 10:27:19 -07:00
  • 061043229f [GCS]Optimize gcs client testcases (#7895) fangfengbin 2020-04-09 12:30:58 +08:00
  • c5bf9cc472 [streaming] Sync changes for graph part. (#7827) Tianyi Chen 2020-04-09 12:30:44 +08:00
  • 6521e92a95 [RaySGD] Honor the use_gpu flag (#7942) David Chan 2020-04-08 20:20:09 -07:00
  • 44825d81e9 Change Proctitle to IDLE after an Error (#7863) ijrsvt 2020-04-08 11:33:43 -07:00
  • 8f94f9c372 [arch linux] add package installation instructions (#7898) acxz 2020-04-08 14:13:42 -04:00
  • fc6259a656 Cross language serialization for primitive types (#7711) fyrestone 2020-04-08 21:10:57 +08:00
  • e8c19aba41 [rllib] Add test case that we don't have a hard torch dependency (#7926) Eric Liang 2020-04-07 18:07:39 -07:00
  • 85481d635d [serve] Call serve.init() before initializing backends (#7922) Edward Oakes 2020-04-07 17:22:52 -05:00
  • 1be87c7fbb [serve] Remove global state, instead access the master actor directly (#7914) Edward Oakes 2020-04-07 15:21:40 -05:00
  • 81314143eb [RLlib] Use framework_iterator (add torch/eager/tf) to PPO and PG tests. (#7915) Sven Mika 2020-04-07 21:40:34 +02:00
  • d3c310f408 [serve] Only access backend_table in master actor (#7913) Edward Oakes 2020-04-07 10:12:39 -05:00
  • 48b48cc8c2 Support multiple core workers in one process (#7623) Kai Yang 2020-04-07 11:01:47 +08:00
  • e91595f955 [GCS] Add ObjectLocator to gcs server (#7557) micafan 2020-04-07 10:37:24 +08:00
  • c2cb5c2214 [RLlib] MARWIL torch. (#7836) Sven Mika 2020-04-07 01:38:50 +02:00
  • 9f6cbf168e New scheduler local node (#7899) Ion 2020-04-06 12:43:42 -07:00
  • a67edc4051 [tune] Improve user guides and API docs (#7716) Richard Liaw 2020-04-06 12:16:35 -07:00
  • 22ccc43670 [RLlib] DQN torch version. (#7597) Sven Mika 2020-04-06 20:56:16 +02:00
  • f63b4c1110 [sgd] make ddp optional (#7875) Richard Liaw 2020-04-06 11:41:36 -07:00
  • 203c077895 Switch to Boost generic sockets (#7656) mehrdadn 2020-04-05 22:26:46 -07:00
  • 82c2d9faba [RLlib] Fix broken RLlib tests in master. (#7894) Sven Mika 2020-04-05 18:34:23 +02:00
  • 38fad274aa Add links to 3.8 nightly wheels to docs. (#7902) Robert Nishihara 2020-04-04 21:59:45 -07:00
  • 73fd78316d [Dashboard] Authentication (#7888) SangBin Cho 2020-04-04 19:40:54 -07:00
  • 3c91ff1f63 [autoscaler] Allowing users to provide extra configs for AWS (#7844) Allen 2020-04-04 18:36:51 -07:00
  • 630b3b1752 [rllib] set daemon status for PolicyServerInput thread (#7862) Eric Liang 2020-04-04 16:08:51 -07:00
  • 11c2b500b8 [bazel] Remove deprecated and now non-existent flag (#7886) acxz 2020-04-04 01:36:01 -04:00
  • 7827d2c2de Add wheel build dependency (#7877) acxz 2020-04-03 21:10:34 -04:00
  • e03f687b84 Cleaning up remaining Local Mode Code (#7865) ijrsvt 2020-04-03 17:54:15 -07:00
  • 185d591108 No need to send actor died signal from RedisActorInfoAccessor (#7883) micafan 2020-04-04 08:45:39 +08:00
  • b853df7a3b [autoscaler] Switch to ARM for Azure deployment (#7717) Markus Cozowicz 2020-04-04 00:51:56 +02:00
  • 1d4823c0ec [RLlib] Add testing framework_iterator. (#7852) Sven Mika 2020-04-03 21:24:25 +02:00
  • bb6c675231 [RLlib] Bug fix: Copy is_exploring placeholder for multi-GPU tower generation. (#7846) Sven Mika 2020-04-03 19:44:58 +02:00
  • 5537fe13b0 [RLlib] Exploration API: ParamNoise Integration into DQN; working example/test cases. (#7814) Sven Mika 2020-04-03 19:44:25 +02:00
  • 1b477c6dd0 [Streaming] Fix streaming CI failure. (#7869) Qing Wang 2020-04-03 10:45:25 +08:00
  • 1d532d1cb8 [Dashboard ]Action Implementation. (#7826) SangBin Cho 2020-04-02 18:02:37 -07:00
  • a3181816b3 Add result from 0.8.4 release (#7876) Simon Mo 2020-04-02 15:31:03 -07:00
  • 7f9ddfcfd8 Only access route_table and policy_table in master actor (#7835) Edward Oakes 2020-04-02 16:44:53 -05:00
  • cbe494ab13 [flaky test] Fix flaky test_heartbeats_single (#7857) Edward Oakes 2020-04-02 16:23:28 -05:00
  • 314250d072 [docs] Make Ray slack more prominent (#7870) Richard Liaw 2020-04-02 11:14:02 -07:00
  • 7b08db9f8c [RLlib] Remove all instances of tf.contrib.layers. ... from RLlib code (deprecated). (#7851) Sven Mika 2020-04-02 03:03:14 +02:00
  • 9bfc2c4b54 Moving Local Mode to C++ (#7670) ijrsvt 2020-04-01 13:50:57 -07:00
  • 89aa47012a Bump version key to 0.8.4 ray-0.8.4 releases/0.8.4 simon-mo 2020-04-01 13:24:18 -07:00
  • 15dbd88c5d Python 3.8 compatibility (#7754) mehrdadn 2020-04-01 10:03:23 -07:00
  • 1ab98155eb [Release] Revert Enable GCS Server by Default (#7840) Simon Mo 2020-04-01 10:05:07 -07:00
  • 65054a2c7c Python 3.8 compatibility (#7754) mehrdadn 2020-04-01 10:03:23 -07:00
  • 24bf6ad607 [raysgd] Improve raysgd examples (#7818) Richard Liaw 2020-04-01 08:58:39 -07:00
  • f4239d27fa [serve] Create all other actors in master actor (#7791) Edward Oakes 2020-04-01 10:15:04 -05:00
  • b011c604d7 Remove ray.tasks() from API. (#7807) Robert Nishihara 2020-04-01 08:10:40 -07:00
  • 780c1c3b08 [GCS] impl RedisStoreClient for GCS Service (#7675) micafan 2020-04-01 21:18:19 +08:00
  • e153e3179f [RLlib] Exploration API: Policy changes needed for forward pass noisifications. (#7798) Sven Mika 2020-04-01 09:43:21 +02:00
  • 66df8b8c35 [RLlib] Working/learning example: PPO + torch + LSTM. (#7797) Sven Mika 2020-04-01 07:00:28 +02:00
  • c23e56ce9a Metrics Export Service (#7809) SangBin Cho 2020-03-30 23:28:32 -07:00