Commit Graph

  • fcb6bdbc39 [Doc] Document Actor.options API (#6099) Simon Mo 2019-11-06 23:12:23 -08:00
  • 9820c10a09 Simplify gRPC service definition for the worker (#6095) Edward Oakes 2019-11-06 13:00:39 -08:00
  • 3f83b2daa9 [rllib] Rollout extensions (#6065) David Bignell 2019-11-06 04:34:18 +00:00
  • 2a0225dd25 [rllib] RLlib chooses wrong neural network model for Atari in 0.7.5 (#6087) Eric Liang 2019-11-05 11:36:29 -08:00
  • 8f6d73a93a [sgd] Extend distributed pytorch functionality (#5675) daiyaanarfeen 2019-11-05 11:16:46 -08:00
  • 82be14f943 Move gRPC calls outside of Raylet stats lock (#6090) Mitchell Stern 2019-11-05 00:47:15 -08:00
  • e312f3d282 Compatibility issues (#6071) mehrdadn 2019-11-05 00:08:14 -08:00
  • fefe050a58 Fix running out of file descriptors in the WebUI (#6086) Philipp Moritz 2019-11-04 21:17:36 -08:00
  • 043d1f4094 Return RayObjects to core worker (#6052) Edward Oakes 2019-11-04 20:27:57 -08:00
  • 18241f4a2d [tune] Added resources_per_trial arg to validate_save_restore u… (#6032) visatish 2019-11-04 13:24:46 -08:00
  • c23eae5998 [Serve] Fix router-worker communication (#5961) Simon Mo 2019-11-04 11:29:21 -08:00
  • 8485304e83 Support concurrent Actor calls in Ray (#6053) Eric Liang 2019-11-04 01:14:35 -08:00
  • fbad6f543b Try fixing actor handle destruction on py2 (#6076) Eric Liang 2019-11-03 22:46:40 -08:00
  • 1c5446851a Use Plasma with LRU refreshing integrated (#6050) Philipp Moritz 2019-11-03 16:19:05 -08:00
  • 894885593c Fix prometheus-cpp failure (#6073) Philipp Moritz 2019-11-03 15:05:47 -08:00
  • 1a3e97cf23 Revert "Enable the Ray dashboard by default (#5976)" (#6068) Eric Liang 2019-11-01 17:08:37 -07:00
  • e94bebb1de [tune] Fix Jenkins tests (#6028) Richard Liaw 2019-11-01 16:42:04 -07:00
  • fb34928a2a [minor] Perf optimizations for direct actor task submission (#6044) Eric Liang 2019-11-01 14:41:14 -07:00
  • eef4ad3bba Report census view data as part of raylet node stats (#6060) Eric Liang 2019-11-01 14:26:09 -07:00
  • c8d7065bf3 [CI] Use rerunfailures instead of flaky (#6061) Simon Mo 2019-11-01 13:59:03 -07:00
  • 6166ef3e09 Enable the Ray dashboard by default (#5976) Eric Liang 2019-11-01 12:19:01 -07:00
  • 7f5b3502da Implement Detached Actor (#6036) Simon Mo 2019-11-01 10:28:23 -07:00
  • f7455839bf Expose raylet info to dashboard (#6045) Philipp Moritz 2019-10-31 17:36:59 -07:00
  • c86f945520 Support pass by ref args in for direct actor calls (#6040) Eric Liang 2019-10-31 16:55:10 -07:00
  • 16891e9379 [rllib] Don't use flat weights in non-eager mode (#6001) Eric Liang 2019-10-31 15:16:02 -07:00
  • 16e9dfd2e1 Exit workers when raylet dies unexpectedly (#6014) Edward Oakes 2019-10-30 20:29:25 -07:00
  • e9e78871b9 Remove unused function definition caching (#6042) Edward Oakes 2019-10-30 16:41:18 -07:00
  • 56f3e96887 [Serve] Use ray's cloudpickle (#6051) Simon Mo 2019-10-30 15:21:09 -07:00
  • 4636fc2b78 Fix java ci (#5964) Qing Wang 2019-10-31 05:50:53 +08:00
  • 8ebba202df [minor] Reduce perf overhead of object ref tracking (#6041) Eric Liang 2019-10-29 18:14:51 -07:00
  • b89cac976a Basic direct actor call support in Python (#5991) Eric Liang 2019-10-28 22:09:04 -07:00
  • 4c4342c165 Bring back pytest-sugar (#6038) Simon Mo 2019-10-28 20:24:28 -07:00
  • 03ce3b7c5b Add cloudpickle as doc requirements (#6037) Simon Mo 2019-10-28 18:25:02 -07:00
  • 9e2c5f8218 [Serve] Put global state in remote actor (#5937) Simon Mo 2019-10-28 11:43:47 -07:00
  • c1418b04df Remove CoreWorkerObjectInterface (#6023) Edward Oakes 2019-10-28 12:48:41 -05:00
  • e08b5d0cae [Serve] Add a minimal cli (#5854) Simon Mo 2019-10-28 09:51:31 -07:00
  • 085a6713a0 [docs] Add documentation for Dynamic Custom Resources (#6000) Richard Liaw 2019-10-27 17:58:04 -07:00
  • 80c01617a3 Optimize python task execution (#6024) Philipp Moritz 2019-10-27 00:43:34 -07:00
  • e706cb63cc Fix missing double quotes for spaces in paths (#6026) mehrdadn 2019-10-26 20:46:55 -07:00
  • eb41c945a1 Add gRPC endpoint to raylet to expose metrics (#6005) Stephanie Wang 2019-10-26 16:37:39 -07:00
  • 010270b3dc Cleanup left over shell scripts in build process (#6017) Philipp Moritz 2019-10-26 15:46:46 -07:00
  • a0dcb45dc3 [rllib] Fix APEX priorities returning zero all the time (#5980) Eric Liang 2019-10-26 13:23:42 -07:00
  • 0bb922c29f Revert "Use plasma with batched CreateAndSeal implemented (#5864)" (#6022) Philipp Moritz 2019-10-25 23:02:21 -07:00
  • a5523466a2 Enable memstore by default (#6003) Eric Liang 2019-10-25 21:59:12 -07:00
  • f1d2eb5247 Apply shallow-since and sha256 (#6019) Simon Mo 2019-10-25 19:48:04 -07:00
  • d4055d70e3 Remove CoreWorkerTaskExecutionInterface (#6009) Edward Oakes 2019-10-25 16:33:44 -07:00
  • e6141a0b8b Remove UsePush logic from raylet (#6015) Edward Oakes 2019-10-25 14:52:19 -07:00
  • f8a6ed7832 Spawn processes in background sessions (#6008) Edward Oakes 2019-10-25 13:01:35 -07:00
  • 1ce521a7f3 Remove task context from python worker (#5987) Edward Oakes 2019-10-25 07:38:33 -07:00
  • cf16b2f0c4 Add timesteps and remove ID from progress output (#5999) Ujval Misra 2019-10-25 00:48:42 -07:00
  • 4edae7ea2b Speed up task submissions a bit (#5992) Eric Liang 2019-10-25 00:10:37 -07:00
  • 6f27d881bd Fix core worker shutdown errors (#6004) Edward Oakes 2019-10-24 22:29:05 -07:00
  • 71a2f4c63d fix comment (#6006) Edward Oakes 2019-10-24 18:07:49 -07:00
  • 436dd936d2 Update profiling numbers (#5989) Edward Oakes 2019-10-24 18:02:44 -07:00
  • c73fdb7425 Ignore errors in ObjectID.__dealloc__ (#5997) Edward Oakes 2019-10-24 16:48:47 -07:00
  • c69e9aafdc Update release doc (#5988) Edward Oakes 2019-10-24 11:13:37 -07:00
  • 34fbc7fb4c rllib] Fix leak of TensorFlow assign operations in DQN/DDPG Eric Liang 2019-10-23 00:28:15 -07:00
  • 09d05bb3fa Reduce actor submission python overhead (#5949) Philipp Moritz 2019-10-23 00:11:32 -07:00
  • 875c84ed63 Use plasma with batched CreateAndSeal implemented (#5864) Danyang Zhuo 2019-10-22 21:32:19 -07:00
  • 02931e08f3 [core worker] Python core worker task execution (#5783) Edward Oakes 2019-10-22 20:15:59 -07:00
  • 95241f6686 Fix the incorrect serialization behavior with pickle (#5960) Siyuan (Ryans) Zhuang 2019-10-22 18:08:36 -07:00
  • b6e7ed20ce Fix random numbers on linux wheel build (#5975) Philipp Moritz 2019-10-22 17:52:12 -07:00
  • f7bda0abad [rllib] Fix rnn shape with multi-dimensional data (#5939) Eric Liang 2019-10-22 11:07:26 -07:00
  • 81dd0dfb0a [tune] fix conditional identifier (#5971) Richard Liaw 2019-10-22 02:00:49 -07:00
  • 832b5ce1f6 [docs] fix code block display (#5967) Leo Sklyut 2019-10-22 03:45:38 -04:00
  • 252a5d13ed [sgd/tune][minor] more tf ports (#5953) Richard Liaw 2019-10-21 16:46:16 -07:00
  • 235dec8aa3 [Dashboard] Remove token authentication from dashboard (#5888) Mitchell Stern 2019-10-21 12:48:48 -07:00
  • 26a724c5e6 [core] Support kwargs and positionals in Ray remote calls (#5606) Richard Liaw 2019-10-20 22:40:54 -07:00
  • fc56872012 Send active object IDs to the raylet (#5803) Edward Oakes 2019-10-20 22:05:28 -07:00
  • f286356e06 [docs] add pages about examples on training language models with fairseq (#5755) Zhuohan Li 2019-10-20 20:28:16 -07:00
  • 6b36ef1138 [Serve] Ensure strict traffic splitting (#5929) Simon Mo 2019-10-20 20:18:14 -07:00
  • bc4a0de4da Fix multiple drivers for named actors and add test (#5956) Stephanie Wang 2019-10-20 16:04:21 -07:00
  • 74852c80cb [docs] Improve more serialization Errors (#5658) Richard Liaw 2019-10-20 14:06:00 -07:00
  • 91acecc9f9 [tune][minor] gpu warning (#5948) Richard Liaw 2019-10-19 17:09:48 -07:00
  • 01cc7ed2c0 Fix str of RayTaskError (#5878) ray-0.7.6 releases/0.7.6 Eric Liang 2019-10-10 16:53:18 -07:00
  • d23696de17 Introduce flag to use pickle for serialization (#5805) Philipp Moritz 2019-10-18 22:29:36 -07:00
  • 29eee7f970 Forward multiple ports for autoscaler (#5893) Philipp Moritz 2019-10-18 16:50:46 -07:00
  • 48ba484640 [tune] Test TF2.0, TF1.14, TF1.12 Tensorboard support (#5931) Richard Liaw 2019-10-18 13:50:42 -07:00
  • 697f765efc Refactor CoreWorker to remove TaskInterface (#5924) Stephanie Wang 2019-10-18 00:03:57 -04:00
  • 3ac8592dcf Remove actor handle IDs (#5889) Stephanie Wang 2019-10-17 12:36:34 -04:00
  • d70abcfd70 Fix typo in examples/centralized_critic.py (#5943) Stefan Otte 2019-10-17 17:42:50 +02:00
  • 4d08d3c188 Add dependencies for dashboard to installation.rst (#5942) Alexander Scammon 2019-10-17 00:39:56 -07:00
  • 32b2907457 Update max resource label and give better error message (#5916) Philipp Moritz 2019-10-16 22:37:01 -07:00
  • 6c11b534c8 [Autoscaler] Update AWS Deep Learning AMI to version 24.3 (#5932) Peter Schafhalter 2019-10-16 16:50:54 -07:00
  • d52a4983af Update TF documentation (#5918) Richard Liaw 2019-10-16 01:31:27 -07:00
  • 9f23620412 [tune] tf2.0 mnist example (#5898) Richard Liaw 2019-10-15 22:25:01 -07:00
  • 6843a01a7f Automatically create custom node id resource (#5882) Eric Liang 2019-10-15 21:31:11 -07:00
  • c52bb0621d [tune] Support TF2.0 on Keras Callback (#5912) Richard Liaw 2019-10-15 10:49:50 -07:00
  • af7252da0f Deactivate bazel caching for linux wheels (#5915) Philipp Moritz 2019-10-14 15:48:23 -07:00
  • 69d5c1b53a remove evil redirects (#5919) Eric Liang 2019-10-14 19:41:04 -07:00
  • 5382a26c2e Deactivate bazel caching for linux wheels (#5915) Philipp Moritz 2019-10-14 15:48:23 -07:00
  • 320cba313f [tune] Explicitly set scheduler in run() (#5871) Camille Couturier 2019-10-14 23:44:59 +01:00
  • 7f4141df4e [docs] Pictures for all the Examples (#5859) Richard Liaw 2019-10-14 14:18:52 -07:00
  • 8fd23c0c3f Add back TensorFlow test (#5885) Philipp Moritz 2019-10-14 11:26:02 -07:00
  • 20c0cdee4f [autoscaler] Worker-Head termination + Better Scale-up message (#5909) Richard Liaw 2019-10-14 10:37:50 -07:00
  • abbfe7392f Bump dev version to 0.8.0.dev6 (#5906) Edward Oakes 2019-10-14 11:36:13 +01:00
  • 1650f7b174 [tune] Remove TF MNIST example + add TrialRunner hook to execut… (#5868) Richard Liaw 2019-10-13 20:33:56 -07:00
  • 52e5c9b22d [tune] CPU-Only Head Node support (#5900) Richard Liaw 2019-10-13 20:31:42 -07:00
  • 2cbc67f3d5 Fix test_dying_worker_get (#5908) Eric Liang 2019-10-13 18:06:28 -07:00
  • 0320b21fa2 [autoscaler] uptime redirect fix (#5907) Richard Liaw 2019-10-13 15:25:15 -07:00