Commit Graph

  • b37a283053 [rllib] support local mode (#2795) Eric Liang 2018-09-02 23:02:19 -07:00
  • 0ac855e061 Push errors to all drivers when node is marked dead. (#2808) Robert Nishihara 2018-09-02 20:04:58 -07:00
  • c71bbbc3af Add test (currently skipped) that drivers release resources when exiting. (#2797) Robert Nishihara 2018-09-02 17:34:48 -07:00
  • e5fd1d55a1 Ignore failing global sheduler valgrind test. (#2805) Robert Nishihara 2018-09-02 15:23:32 -07:00
  • 3b0a2c4197 [Java] improve Java API module (#2783) Hao Chen 2018-09-03 02:51:16 +08:00
  • 2691b3a11a Add signal handlers to improve debuggability (#2757) Yuhong Guo 2018-09-02 12:58:23 +08:00
  • 1c50082498 Re-enable sharded monitor test for xray, convert to pytest. (#2804) Robert Nishihara 2018-09-01 19:53:40 -07:00
  • 869ee8e25d Integrate plasma store list facility (#2752) Philipp Moritz 2018-09-01 16:53:51 -07:00
  • fdc9688226 [xray] push warning to driver for infeasible tasks (#2784) Alexey Tumanov 2018-09-01 13:21:27 -07:00
  • 4db196438b fix 'from ray.rllib import ppo' in doc (#2794) Philipp Moritz 2018-08-31 23:34:47 -07:00
  • 5b45f0bdff [xray] Implementing Gcs sharding (#2409) Yucong He 2018-08-31 15:54:30 -07:00
  • eda6ebb87d Convert some unittests to pytest. (#2779) Robert Nishihara 2018-08-31 11:24:15 -07:00
  • 3813ae34b3 [tune] Add AutoMLBoard: Monitoring UI (experimental) (#2574) wangyiguang 2018-08-31 15:26:44 +08:00
  • b6260003cb Some small changes (#2782) Ryan Sepassi 2018-08-30 22:42:49 -07:00
  • 0347e6418b [tune] Add PyTorch MNIST Example + Misc. Tweaks (#2708) Richard Liaw 2018-08-30 16:18:56 -07:00
  • 224d38cbb2 Name Python threads. (#2767) Robert Nishihara 2018-08-30 11:08:24 -07:00
  • 32f7d6fcf5 Add back some tests for xray. (#2772) Robert Nishihara 2018-08-30 11:07:23 -07:00
  • 9f06c19edd Fix glog wheel failure on MacOS (#2775) Yuhong Guo 2018-08-31 00:06:19 +08:00
  • 514633456b [Java] Fix out-dated signatures of JNI methods (#2756) Wang Qing 2018-08-30 17:59:29 +08:00
  • ba7efafa67 Remove force_start argument from StartWorkerProcess. (#2762) Robert Nishihara 2018-08-29 22:43:47 -07:00
  • 5021795190 Update documents to replace 0.5.0 with 0.5.2. (#2761) Robert Nishihara 2018-08-29 21:05:09 -07:00
  • f4f3478b45 Bump version number to 0.5.2. (#2765) ray-0.5.2 Robert Nishihara 2018-08-29 13:39:25 -07:00
  • 357c0d6156 [tune] Adds option to checkpoint at end of trials (#2754) Praveen Palanisamy 2018-08-29 16:14:17 -04:00
  • 6edbbf4fbf Document the release process. (#2760) Robert Nishihara 2018-08-29 00:06:33 -07:00
  • 132f133214 Limit number of concurrent workers started by hardware concurrency. (#2753) Robert Nishihara 2018-08-28 23:53:40 -07:00
  • 3850e3ba64 Added extra logging related arguments to "ray start" (#2664) Mitar 2018-08-28 23:00:37 -07:00
  • 69d1354016 [rllib] Document ARS & rainbow (#2744) Eric Liang 2018-08-28 18:13:36 -07:00
  • 6e1de19cc2 Bump version to 0.5.1. (#2755) ray-0.5.1 Robert Nishihara 2018-08-28 16:52:17 -07:00
  • b7722897b4 Deprecate 'driver_mode' argument. (#2758) Robert Nishihara 2018-08-28 16:45:49 -07:00
  • de047daea7 [xray] raylet scheduling mechanism with a simple spillback policy (#2749) Alexey Tumanov 2018-08-28 00:03:34 -07:00
  • 90ae8f11df The function get_node_ip_address while catch an exception and return … (#2722) adoda 2018-08-28 13:24:49 +08:00
  • b4cba9a49f [java] Fix the logic of generating TaskID (#2747) Wang Qing 2018-08-28 04:11:33 +08:00
  • f37c260bdb [multi-language part 3] support multiple languages in raylet backend (#2672) Hao Chen 2018-08-27 13:06:25 +08:00
  • 0b6e08ebee Separate python logger module-wise (#2703) Yuhong Guo 2018-08-27 04:46:15 +08:00
  • 26d3c0655c [java] Improve UniqueID code. (#2723) Wang Qing 2018-08-27 03:32:57 +08:00
  • 4f4bea086a [java] Remove multi-return API (#2724) Hao Chen 2018-08-26 15:04:54 +08:00
  • dbba7f2a53 [autoscaler] Cleanup Logging (#2709) Richard Liaw 2018-08-25 17:08:45 -07:00
  • 982cde664f [rllib] Add noisy network and distributional Q-learning to implement Rainbow (#2737) Jones Wong 2018-08-25 14:17:14 -07:00
  • 6201a6d1c7 [rllib] add augmented random search (#2714) eugenevinitsky 2018-08-24 22:20:02 -07:00
  • 5fd44afb8a Add note about huge pages using up memory. (#2733) Robert Nishihara 2018-08-24 17:02:54 -07:00
  • 697bfb14db Hotfix for glog PR (#2734) Yuhong Guo 2018-08-25 07:30:51 +08:00
  • d16b6f6a32 [tune] Rename 'repeat' to 'num_samples' (#2698) Michael Tu 2018-08-24 15:05:24 -07:00
  • bcab5bcd02 fix it (#2735) Eric Liang 2018-08-24 15:01:12 -07:00
  • b4c47a5861 Upgrade arrow to include more detailed flushing message (#2706) Philipp Moritz 2018-08-24 11:44:04 -07:00
  • e467f546b5 Upgrade version of anaconda. (#2730) Robert Nishihara 2018-08-23 19:14:39 -07:00
  • aa014af85b [rllib] Fix atari reward calculations, add LR annealing, explained var stat for A2C / impala (#2700) Eric Liang 2018-08-23 17:49:10 -07:00
  • 1b3de31ff1 [xray] Fix bug where driver task ID is assumed to be nil (#2725) Stephanie Wang 2018-08-23 14:44:47 -07:00
  • 344a83f327 Fix build failure of Arrow and Parquet when the folder is empty. (#2720) Yuhong Guo 2018-08-24 00:44:26 +08:00
  • eec1a3eb89 Support pluggable backend log lib with glog (#2695) Yuhong Guo 2018-08-24 00:43:38 +08:00
  • 4be324efc3 [tune] Support infinity value in report result (#2693) old-bear 2018-08-23 04:09:14 +08:00
  • 38867eea4e [tune] Cross-Framework Compatibility (#2646) joyyoj 2018-08-23 01:55:45 +08:00
  • fbe6c59f72 [rllib] Misc fixes, A2C (#2679) Eric Liang 2018-08-20 15:28:03 -07:00
  • 880ef1bd21 doc fix (#2696) Yucong He 2018-08-20 16:11:32 -05:00
  • 89d4a6df93 Start Redis in protected mode when started via ray.init(). (#2697) Robert Nishihara 2018-08-20 14:08:01 -07:00
  • 8fd5757aaa [xray] Don't process any more messages from dead node managers (#2688) Stephanie Wang 2018-08-19 21:11:40 -07:00
  • 230ac7aa80 [tune] Compatibility fix under py2 on str condition (#2673) old-bear 2018-08-20 11:43:03 +08:00
  • 9473da69bd [autoscaler] Experimental support for local / on-prem clusters (#2678) Eric Liang 2018-08-19 12:43:04 -07:00
  • 62d0698097 [tune] Tune Facelift (#2472) Richard Liaw 2018-08-19 11:00:55 -07:00
  • 78b6bfb7f9 [Java] Change log dir to /tmp/raylogs (#2677) Hao Chen 2018-08-19 14:46:36 +08:00
  • e56eb354eb [tune] Remove hack to serve pin requests off thread (#2680) Eric Liang 2018-08-18 13:19:52 -07:00
  • aaf5456b3d Add test that tasks sent to actor on dead node raise exceptions. (#2626) Robert Nishihara 2018-08-16 22:48:31 -07:00
  • 06a58016d8 [multi-language part 2] Change the command line arguments to start raylet (#2670) Wang Qing 2018-08-17 12:59:44 +08:00
  • a719e089b0 [multi-language part 1] add a 'language' field to task specification (#2639) Hao Chen 2018-08-17 12:26:42 +08:00
  • 6670880f03 [rllib] Workaround actor creation hang edge case for ape-X (#2661) Eric Liang 2018-08-16 18:03:50 -07:00
  • 5f430da180 [rllib] Provide internal access to episode state in compute_actions() and allow returning extra batches (#2559) Eric Liang 2018-08-16 14:37:21 -07:00
  • 127cf291a3 Delete __init__.py (#2668) Eric Liang 2018-08-16 02:01:21 -07:00
  • e3e0cfce87 [xray] Resubmit tasks that fail to be forwarded (#2645) Stephanie Wang 2018-08-16 02:12:56 -05:00
  • dd924a388b silence progress log from 'git clone' and 'pip install' (#2667) Hao Chen 2018-08-16 13:54:35 +08:00
  • 6cb6dd30d1 silence shutdown callback (#2662) Philipp Moritz 2018-08-15 22:48:00 -07:00
  • 079c4e482a ray exec and ray attach commands (#2560) Eric Liang 2018-08-15 14:31:50 -07:00
  • 53f9755594 [rllib] Fix support for mixed discrete and continuous action spaces, add to regression test (#2655) Eric Liang 2018-08-15 10:19:41 -07:00
  • 98fed67b45 fix offset by one issue in the local scheduler (#2652) tianyapiaozi 2018-08-16 01:10:30 +08:00
  • 3c75e71afc reduce noisy log messages from wget (#2656) Hao Chen 2018-08-16 00:10:28 +08:00
  • eeb15771ba Add ray.internal.free (#2542) Yuhong Guo 2018-08-15 13:01:23 +08:00
  • f13e3e22f2 Upgrade arrow to include tensorflow op fix (#2607) Philipp Moritz 2018-08-14 21:47:01 -07:00
  • 62649715ca [xray] Cache a task's object dependencies (#2623) Stephanie Wang 2018-08-14 20:25:41 -07:00
  • dede80f3df [xray] Reduce fatal checks in the lineage cache that fail during reconstruction (#2642) Stephanie Wang 2018-08-14 15:25:32 -07:00
  • 4bd98eed45 Support building Java and Python version at the same time. (#2640) Yuhong Guo 2018-08-15 02:33:51 +08:00
  • 493585574a Updating documentation. (#2643) Mitar 2018-08-13 19:18:12 -07:00
  • 806fdf2f05 [xray] Object manager retries Pull requests (#2630) Stephanie Wang 2018-08-13 19:15:55 -07:00
  • baba624373 updated agent.compute_action to return rnn state (#2581) efang96 2018-08-13 18:04:42 -07:00
  • 8769b8ac32 Fixing docstring. (#2638) Mitar 2018-08-13 16:19:32 -07:00
  • 9559873d13 [rllib] tuple space shouldn't assume elements are all the same size (#2637) Eric Liang 2018-08-11 10:57:40 -07:00
  • 230b9ab33b [asv] Add benchmark for ray.wait (#2625) Peter Schafhalter 2018-08-10 17:52:36 -07:00
  • 244337d381 [java] Support resources management in raylet mode. (#2606) Wang Qing 2018-08-11 03:44:18 +08:00
  • 4a7be6f46d [xray] Make sure raylet does not crash if remote raylet dies (#2619) Stephanie Wang 2018-08-09 20:36:30 -07:00
  • 007208d2bb Support older version TF and Support RMSProp in Impala (#2590) Jones Wong 2018-08-09 19:51:32 -07:00
  • 170e08cf02 fix a bug in killing unregistered workers (#2613) Hao Chen 2018-08-10 08:57:25 +08:00
  • 143a118fbf [xray] Fix valgrind crash when memory profiling raylet (#2583) Philipp Moritz 2018-08-09 15:37:17 -07:00
  • f093ed1fc6 [xray] Fix crash in case of spurious reconstruction (#2609) Stephanie Wang 2018-08-09 14:46:46 -07:00
  • 2de9bfc7e3 [xray] Log warnings for asio handlers that take too long (#2601) Stephanie Wang 2018-08-09 14:39:23 -07:00
  • d49b4bef0a [xray] Basic task reconstruction mechanism (#2526) Stephanie Wang 2018-08-09 07:24:37 -07:00
  • 8ae82180b4 [xray] Adds a driver table. (#2289) Melih Elibol 2018-08-09 02:41:40 -04:00
  • df7ee7ff1e raylet memory corruption fixes (#2591) Alexey Tumanov 2018-08-08 19:50:43 -07:00
  • 6ab01a2cad [xray] Fix bug when counting a task's lineage size (#2600) Stephanie Wang 2018-08-08 00:00:17 -07:00
  • a0691ee49b [xray] Prevent sending excessive uncommitted lineage on task forwarding (#2534) Ujval Misra 2018-08-07 21:10:23 -07:00
  • 64053278aa [tune] Support lambda functions in hyperparameters / tune rllib multiagent support (#2568) Eric Liang 2018-08-07 16:29:21 -07:00
  • e7f76d7914 [xray] Fix typo concerning heartbeat_timeout_milliseconds in monitor (#2586) Philipp Moritz 2018-08-07 13:45:51 -07:00
  • bb44456f6f [rllib, tune] TrainingResult -> Dict, Removes C408 from flake8 (#2565) Richard Liaw 2018-08-07 12:17:44 -07:00
  • a3202f581c [xray] Add flag to start raylet in valgrind (#2582) Philipp Moritz 2018-08-07 11:25:21 -07:00