Commit Graph

  • a654152f9c Pin gym version in Python 2 tests. (#3973) Robert Nishihara 2019-02-06 23:56:14 -08:00
  • 3bb65677dc Use one memory mapped file for plasma (#3871) Philipp Moritz 2019-02-06 23:53:05 -08:00
  • d2b6db3db1 Bump version from 0.6.2 to 0.6.3 (#3972) ray-0.6.3 Stephanie Wang 2019-02-06 19:11:16 -08:00
  • 04fc145a44 [autoscaler] Autoscaler hangs forever on non-zero exit code command (#3969) Eric Liang 2019-02-06 17:25:24 -08:00
  • 49e9bec988 Fix raylet bug in driver cleanup (#3962) Stephanie Wang 2019-02-06 11:19:10 -08:00
  • 244fd473f4 Only mark tasks as forwarded if they are in the lineage cache (#3958) Stephanie Wang 2019-02-05 23:01:38 -08:00
  • b0fe5af7c8 [doc] Update example-parameter-server.rst (#3773) Alex LaGrassa 2019-02-06 01:00:54 -05:00
  • fa4eb8313d Suppress warning for serializing different unique ID types in Python. (#3872) Robert Nishihara 2019-02-05 11:38:33 -08:00
  • b2b8417790 [tune] Improve mnist_pytorch.py example (#3894) vfdev 2019-02-05 02:59:54 +01:00
  • 5fb813ff39 Don't check fail on missing lineage cache entry (#3861) Eric Liang 2019-02-04 17:45:41 -08:00
  • f067223c4a Allow Ray processes to be started inside of gdb and tmux. (#3847) William Ma 2019-02-04 15:23:39 -08:00
  • add8ae7063 Add bazel build for JNI code (#3918) Yuhong Guo 2019-02-05 05:03:46 +08:00
  • e1c68a0881 Enable including Java worker for ray start command (#3838) Wang Qing 2019-02-04 16:23:43 +08:00
  • 7ef830bef1 [rllib] Add copy() in async samples optimizer to fix memory leak (#3938) Eric Liang 2019-02-03 18:34:37 -08:00
  • 8323419a6d [tune] Add SigOpt Integration (#3844) Andrew Tan 2019-02-03 18:23:57 -08:00
  • 85294fb503 [autoscaler] node caching changes (#3937) Kristian Hartikainen 2019-02-03 17:48:07 -08:00
  • 976f018dab [autoscaler] GCP: only call setIamPolicy if necessary (#3782) James Casbon 2019-02-04 00:16:00 +00:00
  • b8cc176b4d [autoscaler] Document gcp subnet config (#3783) James Casbon 2019-02-04 00:14:44 +00:00
  • 9295ab8f60 Various Python code cleanups. (#3837) Si-Yuan 2019-02-04 02:16:24 +08:00
  • a1bcd2a4f5 Update Modin to 0.3.0 (#3936) Devin Petersohn 2019-02-02 23:06:16 -08:00
  • 1a015e420b Optimal PPO Configs (10k reward in 1 hr) + PPO grad clipping implemented (#3934) Michael Luo 2019-02-02 22:10:58 -08:00
  • eab6dd72b5 [tune] logging fixes, better warnings, better cluster support (#3906) Richard Liaw 2019-02-02 19:14:03 -08:00
  • 002531b199 Enable LZ4 compression in pyarrow build (#3931) Luke 2019-02-02 17:38:02 -05:00
  • 54cbb4396f Prepare socket file when start ray (#3925) Yuhong Guo 2019-02-02 12:53:36 +08:00
  • 0f81bc9a33 [rllib] on_train_result results do not get logged (#3865) Eric Liang 2019-02-01 20:32:07 -08:00
  • e0f82fd260 Fix building python 3.7 wheel by installing newer numpy. (#3927) Robert Nishihara 2019-02-01 18:06:48 -08:00
  • 315edab085 [autoscaler] Speedups (#3720) Daniel Edgecumbe 2019-02-01 10:46:32 +00:00
  • ff3c6af1d6 [autoscaler]: Remove assertion in info string (#3916) Daniel Edgecumbe 2019-02-01 08:32:24 +00:00
  • 1302fafc0b [Tune] Add export_formats option to export policy graphs (#3868) Tianming Xu 2019-02-01 09:07:27 +08:00
  • b9eed2e86c [autoscaler] Move attach helper text under exec_cluster (#3920) Kristian Hartikainen 2019-01-31 17:01:24 -08:00
  • 62a0a7bdc7 [tune] Add BayesOpt (#3864) Peter Schafhalter 2019-01-31 16:54:17 -08:00
  • d3551dd8df [tune] Added possibility to execute infinite recovery retries for a trial (#3901) Jimpachnet 2019-01-31 11:21:16 +01:00
  • beb75193da Fix linting on master (#3913) Philipp Moritz 2019-01-31 01:28:45 -08:00
  • d128636bab Ray Logging Configuration (#3691) Richard Liaw 2019-01-30 21:01:12 -08:00
  • 5f145041ef Update Release Docs (#3693) Richard Liaw 2019-01-30 19:37:48 -08:00
  • 93214891b0 Small improvement to kubernetes config files. (#3875) Robert Nishihara 2019-01-30 18:00:20 -08:00
  • 8f6bd6cece change kubernetes examples to use Deployment (#3909) Rong Ou 2019-01-30 17:50:37 -08:00
  • d06d9fc5d7 Fix Python linting errors. (#3905) Robert Nishihara 2019-01-30 13:43:18 -08:00
  • 02766adeca Limit maximum starting workers per language (#3852) Kai Yang 2019-01-30 13:43:12 +08:00
  • 152375aa8a [rllib] Add evaluation option to DQN agent (#3835) Eric Liang 2019-01-29 21:19:53 -08:00
  • c45b91dcca Make redis module safe without crashing by removing RAY_CHECK (#3855) Yuhong Guo 2019-01-30 13:06:31 +08:00
  • fb73cedf70 [rllib] Add examples page, add hierarchical training example, delete SC2 examples (#3815) Eric Liang 2019-01-29 21:06:09 -08:00
  • c9819a721d Update tempfile_services.py (#3896) Bruno Morier 2019-01-30 01:33:02 -02:00
  • 2887dac427 Use Redis version 5.0.3. (#3886) Robert Nishihara 2019-01-29 19:19:05 -08:00
  • 0aadf11c10 Fix compilation on macOS by adding virtual destructors (#3878) Philipp Moritz 2019-01-28 13:22:52 -08:00
  • f7415b37c5 Build Ray with Bazel (#3867) Philipp Moritz 2019-01-27 18:32:04 -08:00
  • c75038b945 [autoscaler] Updating a file in file mounts causes all worker nodes to get restarted Eric Liang 2019-01-27 17:41:37 -08:00
  • ad9f1721d1 Fix object_manager_test.py::object_transfer_retry test (#3863) Stephanie Wang 2019-01-27 13:55:38 -08:00
  • eddd60e14e Improve backend debug logging, refactor scheduling queues (#3819) Stephanie Wang 2019-01-26 00:15:48 -08:00
  • 066fa8abf3 Fix monitor_test.py by waiting for moniter.py to start working (#3840) Yuhong Guo 2019-01-25 18:07:15 +08:00
  • 20162ce159 Compile raylet cython bindings with bazel (#3842) Philipp Moritz 2019-01-25 00:57:31 -08:00
  • 48139cf861 Migrate Python C extension to Cython (#3541) Si-Yuan 2019-01-25 01:17:14 +08:00
  • c1a52b1c86 Remove duplicated code in RayConfig (#3831) Yuhong Guo 2019-01-24 17:04:10 +08:00
  • bfcf254e52 Fix: do not treat actor task as failed if the actor will be reconstructed (#3736) Hao Chen 2019-01-24 15:28:44 +08:00
  • 04ec47cbd4 [rllib] annotate public vs developer vs private APIs (#3808) Eric Liang 2019-01-23 21:27:26 -08:00
  • 01e18b47f4 Direct people to stackoverflow for questions about usage. (#3830) Robert Nishihara 2019-01-23 13:30:02 -08:00
  • dcb744518e Implement actor dummy object gc in java (#3822) Wang Qing 2019-01-24 03:56:25 +08:00
  • 816406ea3d [Java] Fix setCurrentTask() in multi threading (#3821) Wang Qing 2019-01-23 20:45:30 +08:00
  • 0b1608a546 Factor out code for starting new processes and test plasma store in valgrind. (#3824) Robert Nishihara 2019-01-22 14:59:11 -08:00
  • f0e6523323 [rllib] Don't call reset() unless necessary for multi-agent envs Eric Liang 2019-01-20 15:00:18 -08:00
  • 0dad4e6a25 Build Raylet with Bazel (#3806) Philipp Moritz 2019-01-20 12:16:47 -08:00
  • aad48ee5a5 [tune] Fully deprecate raw function literals in Tune (#3788) Eric Liang 2019-01-19 17:09:36 -08:00
  • 16f7ca45e4 Appo (#3779) Michael Luo 2019-01-18 13:40:26 -08:00
  • 931e6a2fc3 Fix compilation error on ARM. (#3800) Philipp Moritz 2019-01-18 00:25:16 -08:00
  • 9af5a62e05 Give better error for old-style actor classes. (#3793) Robert Nishihara 2019-01-17 19:05:04 -08:00
  • 0537508106 Bump strings for 0.6.2 (#3801) Richard Liaw 2019-01-17 19:03:27 -08:00
  • 16a3b99d8d Get rid of Arrow test utils (#3734) Si-Yuan 2019-01-18 10:35:41 +08:00
  • 319c1340cb [rllib] Develop MARWIL (#3635) Jones Wong 2019-01-17 11:00:43 +08:00
  • d1840bc7a9 Simplify RayConfig (#3714) Hao Chen 2019-01-17 08:43:26 +08:00
  • 75ac016e2b Bump version (#3787) ray-0.6.2 Richard Liaw 2019-01-16 11:40:54 -08:00
  • fa99fda2b4 Application Stress Tests (#3612) Richard Liaw 2019-01-16 02:05:16 -08:00
  • c28e6d41f5 [tune] Avoid overwriting checkpoint file (#3781) Richard Liaw 2019-01-16 02:03:16 -08:00
  • a237b4a6a1 [Java] Fix package jaxb not exist when JDK11 (#3738) ggdupont 2019-01-16 07:15:00 +01:00
  • 3b39066c15 Fix pandas 0.22 incompatibility by upgrading Arrow (#3786) Philipp Moritz 2019-01-15 21:17:32 -08:00
  • 401e656b95 [rllib] Sync filters at end of iteration not start; hierarchical docs (#3769) Eric Liang 2019-01-15 16:25:25 -08:00
  • 3918934dfd [tune] Cross-Node Recovery (#3725) Richard Liaw 2019-01-15 10:37:28 -08:00
  • a5df8e3532 minor fix (#3770) Si-Yuan 2019-01-15 05:52:51 +08:00
  • 0b8008f41c remove RAY_CHECK around wait_state.remaining.erase (#3745) Tianming Xu 2019-01-15 02:32:31 +08:00
  • 02bdaf221d Update arrow to include https://github.com/apache/arrow/pull/3392 (#3765) Philipp Moritz 2019-01-14 03:20:26 -08:00
  • 3cf59855af [Java] Replace junit with testNG (#3768) Wang Qing 2019-01-14 17:49:17 +08:00
  • 19908c01b8 Use environment markers to only install faulthandler in Python < 3.3. (#3764) Robert Nishihara 2019-01-13 23:55:59 -08:00
  • 1bb20badec [Java] Fix bug when actor creation task fails (#3740) Hao Chen 2019-01-14 11:09:15 +08:00
  • 27c20a41a9 Update stress tests. (#3614) Robert Nishihara 2019-01-13 17:08:51 -08:00
  • a5d1f03515 [rllib] fix for rollout of lstm policies (#3643) Eugene Vinitsky 2019-01-13 16:54:23 -07:00
  • 00e9f8d870 Fix pyarrow version (#3760) Philipp Moritz 2019-01-13 14:28:23 -08:00
  • 3adffe6a4e [docs] Add example showing how to use Ray on Kubernetes. (#3126) jhpenger 2019-01-14 05:56:47 +08:00
  • 8674606e26 Support to auto-generate Java files from flatbuffer (#3749) Wang Qing 2019-01-14 03:39:23 +08:00
  • d2cf8561f2 Refactor code about ray.ObjectID. (#3674) Yuhong Guo 2019-01-13 17:47:29 +08:00
  • c4b058739b Remove redundant error message (#3761) Eric Liang 2019-01-12 22:22:41 -08:00
  • bdeeacc70f [autoscaler] RecoverUnhealthyWorker mitigation (#3699) Richard Liaw 2019-01-12 14:06:53 -08:00
  • 1480f309c3 [doc] Replace runtest.py with mini_test.py in documentation. (#3750) Robert Nishihara 2019-01-12 14:05:28 -08:00
  • 528bb3afd9 gcp allow manual network configuration (#3748) James Casbon 2019-01-12 22:02:20 +00:00
  • fbea1ece2e Clear new actor handle list after submitting task. (#3755) Robert Nishihara 2019-01-12 07:25:40 -08:00
  • 0a556dc0b5 Refine redis client (#3758) Wang Qing 2019-01-12 23:01:48 +08:00
  • a0cf8ee5a8 Refine Java worker code (#3735) Wang Qing 2019-01-12 22:45:33 +08:00
  • 8723d6b061 Define a Node class to manage Ray processes. (#3733) Robert Nishihara 2019-01-11 22:30:38 -08:00
  • fa2bfa6d76 Fix some small code quality issues. (#3719) Wang Qing 2019-01-11 15:24:49 +08:00
  • cc5ecd71c5 [autoscaler] Add kill and get IP commands to CLI for testing (#3731) Stephanie Wang 2019-01-10 22:06:57 -08:00
  • 574f0b73bc [tune] Fix Trial Serialization (#3743) Richard Liaw 2019-01-10 19:26:10 -08:00
  • 597abb24ea Refine multi-threading support (#3672) Hao Chen 2019-01-11 05:58:11 +08:00