Commit Graph

  • d90f365394 [rllib] Add self-supervised loss to model (#3291) Eric Liang 2018-11-12 18:55:24 -08:00
  • ce6e01b988 enable incremental builds (#3292) Philipp Moritz 2018-11-12 18:49:09 -08:00
  • bd0dbde149 [rllib] Rename ServingEnv => ExternalEnv (#3302) Eric Liang 2018-11-12 16:31:27 -08:00
  • e37891d79d [tune] Fix default handling for timesteps (#3293) Richard Liaw 2018-11-12 15:52:17 -08:00
  • 49e2085d78 [rllib] Don't reset envs when possible (#3290) Eric Liang 2018-11-11 01:45:37 -08:00
  • 463511f8a6 [tune] Track and warn on low memory (#3298) Eric Liang 2018-11-11 00:29:45 -08:00
  • 53489d2f85 [sgd] Document and add simple MNIST example (#3236) Eric Liang 2018-11-10 21:52:20 -08:00
  • d681893b0f Speed up task dispatch. (#3234) Ion 2018-11-10 19:55:12 +02:00
  • 29c182d449 [tune] Support "None" for upload_dir Richard Liaw 2018-11-09 22:02:08 -08:00
  • a51d618d88 [autoscaler] missing example-full.yaml file in the latest wheel for provider type "local" Eric Liang 2018-11-09 21:25:15 -08:00
  • 9dd3eedbac [rllib] rollout.py should reduce num workers (#3263) Eric Liang 2018-11-09 12:29:16 -08:00
  • 22113be04c [tune] Annotated Example Page and showcase Tutorials (#3267) Richard Liaw 2018-11-08 23:45:05 -08:00
  • 588705b6fa [autoscaler] Add option to allow private ips only (#3270) Eric Liang 2018-11-08 17:07:31 -08:00
  • 8894883153 Force kill web UI in ray stop (#3257) Philipp Moritz 2018-11-08 00:05:32 -08:00
  • 9b2794101d [minor] Change chunk already exists to DEBUG, add flags for rllib multi node testing (#3228) Eric Liang 2018-11-08 00:04:20 -08:00
  • d950e92f63 Allow multiple threads to call ray.get and ray.wait (#3244) Stephanie Wang 2018-11-07 22:39:28 -08:00
  • 0bab8ed95c Expose internal config parameters for starting Ray (#3246) Richard Liaw 2018-11-07 21:46:02 -08:00
  • 43df405d07 [rllib] Add some debug logs during agent setup (#3247) Eric Liang 2018-11-07 14:54:28 -08:00
  • cf9e838326 [tune] Raise Error when overstepping (#3235) Richard Liaw 2018-11-07 14:27:09 -08:00
  • 29e3362905 Better errors on process deaths (#3252) Eric Liang 2018-11-07 14:08:16 -08:00
  • 1dd5d92789 Enable timeline visualizations of object transfers. (#3255) Robert Nishihara 2018-11-07 12:45:59 -08:00
  • 4182b85611 Cache resources in SchedulingQueue (#3232) Philipp Moritz 2018-11-06 21:23:31 -08:00
  • 2e04ffe00c Change dict serialization warning to debug (#3230) Eric Liang 2018-11-06 21:23:07 -08:00
  • ca585703b2 Refactor ObjectDirectory to reduce and fix callback usage (#3227) Stephanie Wang 2018-11-06 20:33:10 -08:00
  • 344b4ef0ff [rllib] Fix filter sync for ES and ARS (#2918) eugenevinitsky 2018-11-06 17:09:34 -10:00
  • 725df3a485 Set the process title in workers and actors (#3219) Eric Liang 2018-11-06 14:59:22 -08:00
  • f3efcd2342 Fix password authentication in worker (#3124) Peter Schafhalter 2018-11-06 13:40:03 -08:00
  • 8356a01dd6 Remove suppressing duplicate error message (missed a couple) Eric Liang 2018-11-05 23:37:14 -08:00
  • 80f63696ac Cap object store memory to 20GB when size is None (#3243) Eric Liang 2018-11-05 18:34:19 -08:00
  • 4968cc5d70 Fix a small typo (#3240) Wang Qing 2018-11-06 10:30:53 +08:00
  • bf88aa5013 Increase timeout before reconstruction is triggered (#3217) Stephanie Wang 2018-11-05 18:03:50 -08:00
  • d8ae9de99c Caching task resource requirements. (#3231) Ion 2018-11-06 01:14:09 +02:00
  • 813f51769f [rllib] Fix rllib rollouts script and add test (#3211) Eric Liang 2018-11-05 00:33:25 -08:00
  • 99bac44375 Update CMake to support Mac OS X 10.14 (#3218) Philipp Moritz 2018-11-04 16:32:58 -08:00
  • fb6ac28b44 single sourcing the package version (#3220) xutianming 2018-11-05 05:53:55 +08:00
  • 369cb833fe [rllib] Implement custom metrics (#3144) Eric Liang 2018-11-03 18:48:32 -07:00
  • 7d69c77a19 [rllib] Decouple ape-x sampling and learning speed Eric Liang 2018-11-03 18:07:39 -07:00
  • 0da15b1c1f Fix build system dependency for local_scheduler_client (#3215) Philipp Moritz 2018-11-03 13:19:02 -07:00
  • 9a0f0db070 Add ray stack tool for debugging (#3213) Eric Liang 2018-11-03 13:13:02 -07:00
  • ca7d4c2cf5 Enable to specify driver id by user. (#3084) Wang Qing 2018-11-03 10:01:50 +08:00
  • 5ce7ed7dad Fix 'tempfile' docs (#3180) Si-Yuan 2018-11-02 16:50:55 -07:00
  • 8c03683573 Add warning about using latest wheels (#3207) Eric Liang 2018-11-02 15:41:10 -07:00
  • e495ab5e7c Fix some paths /tmp/raylogs -> /tmp/ray. (#3189) Robert Nishihara 2018-11-02 12:10:53 -07:00
  • 5822aa2388 Rename get_task -> worker_idle in timeline. (#3179) Robert Nishihara 2018-11-02 12:08:46 -07:00
  • 2bef9844bf Revert "[autoscaler] Also grant roles to worker nodes" (#3199) Eric Liang 2018-11-01 23:23:06 -07:00
  • e612e26103 Add use_raylet option for backwards compatibility. (#3176) Robert Nishihara 2018-11-01 14:16:04 -07:00
  • 57d6e98302 Update actor fault tolerance documentation. (#3175) Robert Nishihara 2018-11-01 11:52:05 -07:00
  • 60f28040ea Document fractional resources. (#3174) Robert Nishihara 2018-11-01 10:50:56 -07:00
  • b2caed9651 [minor] fix a3c pytorch example dim 80 => 84 Eric Liang 2018-10-31 22:00:14 -07:00
  • cd284bb487 [rllib] Document env compatibility, Ape-X support for multi-agent (#3147) Eric Liang 2018-10-31 21:59:34 -07:00
  • 2086a57e61 [tune] Add Fractional GPU example/docs (#3169) Richard Liaw 2018-10-31 18:53:16 -07:00
  • 1f29a960f4 Update task_table and object_table API. (#3161) Robert Nishihara 2018-10-31 12:52:50 -07:00
  • 9df2e6e6f4 [tune] Modify stop criteria in hyperopt example (#3102) Dennis Chung 2018-10-31 04:26:40 +08:00
  • aacbd007a0 [xray] Implement faster flush policy for lineage cache (#3071) Stephanie Wang 2018-10-30 09:59:50 -07:00
  • a221f55b0d [rllib] Add custom value functions, fix up and document multi-agent variable sharing (#3151) Eric Liang 2018-10-29 19:37:27 -07:00
  • e49839c73f Fix linting. (#3155) Robert Nishihara 2018-10-28 20:43:29 -07:00
  • 32f0d6b77e Deprecate num_workers argument to ray.init and ray start. (#3114) Robert Nishihara 2018-10-28 20:12:49 -07:00
  • 9868af4c7c Use /tmp instead of /dev/shm for object store on Linux if /dev/shm is too small. (#3149) Robert Nishihara 2018-10-28 20:09:06 -07:00
  • 08fc9e5bcd Add more description to setup.py. (#3153) Robert Nishihara 2018-10-28 19:49:52 -07:00
  • fd854ff090 Allow the node manager port and object manager port to be set through… (#3130) Robert Nishihara 2018-10-28 17:28:41 -07:00
  • a404401dc6 Update agent.py to fix lint error Eric Liang 2018-10-28 15:28:08 -07:00
  • d6bf890648 Solve hang caused by ray.get in collect_metrics (#3096) Jones Wong 2018-10-29 02:52:18 +08:00
  • af0c1174cd [sgd] Merge sharded param server based SGD implementation (#3033) Eric Liang 2018-10-27 21:25:02 -07:00
  • befbf78048 Delete empty pubsub keys (#3146) Yuhong Guo 2018-10-28 02:58:39 +08:00
  • 6531eed2d0 [rllib] Better error message when action space dim too high (#3119) Eric Liang 2018-10-26 16:55:00 -07:00
  • 658c14282c Remove legacy Ray code. (#3121) Robert Nishihara 2018-10-26 13:36:58 -07:00
  • 055daf17a0 [autoscaler] better message if there are more than 10 key pairs Eric Liang 2018-10-26 12:42:11 -07:00
  • b4614ae69a [java] customize path of ray.conf (#3100) bibabolynn 2018-10-26 13:36:34 +08:00
  • d3148cc3ab [SGD] Provide better error message if model graphs have different numbers of variables (#3139) Philipp Moritz 2018-10-25 22:18:10 -07:00
  • d34516f1f8 Update Gemfile Jekyll version (#3140) Philipp Moritz 2018-10-25 21:43:08 -07:00
  • 5aa29613db Fix linting errors. (#3127) Robert Nishihara 2018-10-24 16:30:00 -07:00
  • 55d161b49f [autoscaler] Also grant roles to worker nodes Eric Liang 2018-10-24 13:57:36 -07:00
  • 7c1fd19fd9 [Java] support python worker command in raylet (#3092) Hanwei Jin 2018-10-24 20:43:39 +08:00
  • 9c1826ed69 Use XRay backend by default. (#3020) Robert Nishihara 2018-10-23 12:46:39 -07:00
  • 9d2e864caf Fix Python linting error. (#3113) Robert Nishihara 2018-10-22 23:41:42 -07:00
  • 22dd7e0428 Add test for wait reconstruction. (#3110) Robert Nishihara 2018-10-22 23:16:55 -07:00
  • 73a092e08c update (#3112) Eric Liang 2018-10-22 22:55:43 -07:00
  • 8d8b6e5bfa Retry connections to redis for async and subscribe contexts (#3105) Philipp Moritz 2018-10-22 22:31:13 -07:00
  • eff7cb4458 [tune] Fix SearchAlg finishing early (#3081) Richard Liaw 2018-10-22 12:17:13 -07:00
  • 221d1663c1 [rllib] switch to python logger (#3098) Eric Liang 2018-10-21 23:43:57 -07:00
  • 40c4148d4f Cluster Utilities for Fault Tolerance Tests (#3008) Richard Liaw 2018-10-20 22:56:29 -07:00
  • a4db5bbaea Fill driver id into actor notification when finishing assigned task. (#3080) Wang Qing 2018-10-21 11:12:20 +08:00
  • 59901a88a0 [rllib] Native support for Dict and Tuple spaces; fix Tuple action spaces; add prev a, r to LSTM (#3051) Eric Liang 2018-10-20 15:21:22 -07:00
  • 9a2b5333ef Add links for latest Python 3.7 wheels to documentation. (#3091) Robert Nishihara 2018-10-19 12:15:22 -07:00
  • 9a5c273db7 [java] fix check exception type (#3093) bibabolynn 2018-10-19 21:43:42 +08:00
  • b410ee0d29 [Java] Support dynamically defining resources when submitting task. (#3070) Wang Qing 2018-10-19 21:22:32 +08:00
  • 9d23fa03c9 [xray] All messages on main asio event loop should be written asynchronously (#3023) Eric Liang 2018-10-18 21:56:22 -07:00
  • fa469783d8 Fix bug when connecting to password-secured cluster (#3083) Peter Schafhalter 2018-10-18 21:43:03 -07:00
  • 8fcdafc6ea Adding Python3.7 wheels support (#2546) Devin Petersohn 2018-10-18 17:58:39 -07:00
  • 653c5b114a [c++] Refine Log Code (#2816) Yuhong Guo 2018-10-19 01:51:36 +08:00
  • b82fd157a7 Remove Redis protected mode (#3073) Peter Schafhalter 2018-10-17 22:48:14 -07:00
  • 2c52d9dfa0 Fix actor handle id creation when actor handle was pickled (#3074) Philipp Moritz 2018-10-17 18:00:52 -07:00
  • 3c0803e7e9 [rllib] use ray.wait to get next worker result in async sample optimizer (#2993) Richard Liu 2018-10-17 17:44:51 -07:00
  • a41bbc10ef Add password authentication to Redis ports (#2952) Peter Schafhalter 2018-10-16 22:48:30 -07:00
  • a9e454f6fd [rllib] Include config dicts in the sphinx docs (#3064) Eric Liang 2018-10-16 15:55:11 -07:00
  • 64e5eb305e [Java] Add jvm-parameters in Config. (#3065) Wang Qing 2018-10-17 06:03:18 +08:00
  • 4d8cfc0bf5 [tune] Fix (some more) misleading comments in tune/results.py (#3068) Praveen Palanisamy 2018-10-16 14:07:53 -04:00
  • 6240ccbc6e [rllib] Add more warnings when multi-agent envs might not be set up right (#3061) Eric Liang 2018-10-15 13:42:56 -07:00
  • 3c891c6ece [rllib] Parallel-data loading and multi-gpu support for IMPALA (#2766) Eric Liang 2018-10-15 11:02:50 -07:00
  • 4dc78b735b [tune] Fix misleading comment (#3058) Marlon 2018-10-15 07:25:39 +02:00