Commit Graph

  • bb207a205b [rllib] Support torch device and distributions. (#4553) cfan 2019-04-12 11:39:14 -07:00
  • 5cfbfe5df6 [Java] Implement GcsClient (#4601) Wang Qing 2019-04-12 22:44:47 +08:00
  • fe07a5b4b1 Add delete_creating_tasks option for internal.free() (#4588) Wang Qing 2019-04-12 13:38:31 +08:00
  • e88e706fcc Enforce quoting style in Travis. (#4589) justinwyang 2019-04-11 14:24:26 -07:00
  • 6697407ec4 [Java Streaming] Fix StreamSource constructor and SourceFunction initialization (#4597) ppeagle 2019-04-10 20:02:11 +08:00
  • ed02bf11f7 [autoscaler] Lint code that we forgot to lint in #4537 (#4584) Kristian Hartikainen 2019-04-10 02:01:36 -07:00
  • 74fd3d7e21 [rllib] Support prev_state/prev_action in rollout and fix multiagent (#4565) Vlad Firoiu 2019-04-10 08:01:25 +01:00
  • f8e8743347 [tune] Improve PBT example (#4575) Eric Liang 2019-04-09 20:59:17 -07:00
  • dab99d26af Improve code related to node (#4383) Si-Yuan 2019-04-09 17:27:54 +08:00
  • c5bcec54f3 Add ignore items for java build (#4579) Wang Qing 2019-04-09 15:59:58 +08:00
  • 4f46d3e9bf [rllib] Add multi-agent examples for hand-coded policy, centralized VF (#4554) Eric Liang 2019-04-09 00:36:49 -07:00
  • 7f23e8431b fixed typo in kuber yaml (#4582) Duane 2019-04-08 23:13:42 -07:00
  • 915486984a [autoscaler] Add support for separate docker containers on head and worker nodes (#4537) Stefan Pantic 2019-04-08 01:51:32 +02:00
  • da5a471485 [rllib] validate observation in NoPreprocessor (#4546) Jones Wong 2019-04-07 16:11:50 -07:00
  • f9b8e77e3b [rllib] Don't merge unrolls from same episode when calculating seq lens (#4557) Eric Liang 2019-04-07 12:11:30 -07:00
  • 37208216ae [rllib] Rename Agent to Trainer (#4556) Eric Liang 2019-04-07 00:36:18 -07:00
  • 820c71b7d0 [tune/rllib] Add checkpoint eraser (#4490) Dušan Josipović 2019-04-07 05:01:54 +02:00
  • 7746d20d30 [rllib] ExternalMultiAgentEnv (#4200) ctombumila37 2019-04-07 04:58:14 +02:00
  • 991b911e1d [tune] Add --columns flag for CLI (#4564) Andrew Tan 2019-04-05 19:49:01 -07:00
  • 300ec72d15 [tune] Add compatibility to nevergrad 0.2.0+ (#4529) Jérémy 2019-04-06 04:44:58 +02:00
  • bfd0af52bc [tune] Add documentation to --output flag (#4518) Andrew Tan 2019-04-05 00:16:35 -07:00
  • 50b2aa0740 [tune] Better handling of tune.function in global checkpoint (#4519) Richard Liaw 2019-04-04 21:08:47 -07:00
  • fb88f7efe6 Fixed bug in Dirichlet (#4440) (#4560) Federico Fontana 2019-04-04 22:33:09 +01:00
  • 5693cd1344 [docs] Show source code (#3281) Tasha Chin 2019-04-03 21:30:20 -07:00
  • 4b25810994 Adds a push_id to every push in the object manager (#4407) William Ma 2019-04-03 17:12:06 -07:00
  • c2349cf12d Remove local/global_scheduler from code and doc. (#4549) Yuhong Guo 2019-04-04 08:05:09 +08:00
  • 51dae23d5c [tune] Search Alg delay import + CLI timing test (#4230) Adi Zimmerman 2019-04-03 08:52:45 -07:00
  • 68ccc4d3cf Travis CI: Do not hard-code Trusty, it EOLs this month (#4545) cclauss 2019-04-03 10:39:52 +02:00
  • b0f6ddf6d1 Remove CMake files (#4493) Philipp Moritz 2019-04-02 22:17:33 -07:00
  • 7d776f35e1 Integrate metrics (#4246) Wang Qing 2019-04-03 12:01:02 +08:00
  • 8e19d3721f Travis CI: The 'sudo' tag is now deprecated (#4542) cclauss 2019-04-03 04:55:19 +02:00
  • 23404f7bcf Fix some flaky tests (#4535) Hao Chen 2019-04-03 08:57:11 +08:00
  • db4cf24636 [serve] Double Serialization Optimization (#4532) Simon Mo 2019-04-02 12:35:03 -07:00
  • 55a2d39409 [rllib] Add option for RNN state and value estimates to span episodes (#4429) Eric Liang 2019-04-02 02:44:15 -07:00
  • c2c548bdfd Fix broken pipe callback (#4513) Yuhong Guo 2019-04-02 17:42:18 +08:00
  • 20c7b2a6eb [Java] TestNG outputs more verbose error messages (#4507) bibabolynn 2019-04-02 17:41:20 +08:00
  • fe7763e786 [rllib] replace the assertion in SyncReplayOptimizer by a warning (#4534) Jones Wong 2019-04-02 01:43:22 -07:00
  • 60b230b8ad [rllib] Add support for LR schedule to DQN/APEX (#4473) opherlieber 2019-04-01 21:35:34 +03:00
  • 0d94f3eeef [rllib] Improve datapath throughput of IMPALA / APPO (#4324) Eric Liang 2019-03-31 12:25:52 -07:00
  • dffe19c59c Update GCP gpu image (#4524) Toanngo 2019-03-31 10:01:22 +02:00
  • b01ac41e6f [rllib] Try to call close on envs on stop (#4521) Eric Liang 2019-03-30 19:36:05 -07:00
  • fce0062380 [rllib] Switch to tune.run() instead of run_experiments() (#4515) Eric Liang 2019-03-30 14:07:50 -07:00
  • 5efb21e1d0 Initial commit for Ray streaming (#4268) ppeagle 2019-03-30 19:32:05 +08:00
  • e5bcae52f5 Add lint advisory to PR template Eric Liang 2019-03-29 16:49:02 -07:00
  • 798944fbfa Fixes Inconsistent weight assignment operations in DQNPolicyGraph (#4… (#4504) Risto Vuorio 2019-03-29 16:31:59 -04:00
  • f4b313eaad [rllib] Moved clip_action into policy_graph; Clip actions in compute_single_action (#4459) Leon Sievers 2019-03-29 21:26:07 +01:00
  • 5133b10700 Add support for tensorflow resource variables (#4438) gehring 2019-03-29 16:23:05 -04:00
  • 77005d1814 [rllib] Make batch timeout for remote workers tunable (#4435) bjg2 2019-03-29 21:19:42 +01:00
  • 2ffe67c5c3 [rllib] Minor cleanups to TFPolicyGraph: add init args, constants for loss inputs (#4478) Eric Liang 2019-03-29 12:44:23 -07:00
  • ab55a1f93a [Java] Clean up outdated dependencies (#4489) bibabolynn 2019-03-28 14:33:45 +08:00
  • 1bcb0b94cc Synchronize arrow version and put changes upstream (#4385) Philipp Moritz 2019-03-27 22:37:07 -07:00
  • a22bf1e511 Minor aesthetic changes to python file. (#4492) Robert Nishihara 2019-03-27 19:59:29 -07:00
  • 09b2961750 [rllib] Ensure stats are consistently reported across all algos (#4445) Eric Liang 2019-03-27 15:40:15 -07:00
  • 2871609296 [rllib] Report sampler performance metrics (#4427) Eric Liang 2019-03-27 13:24:23 -07:00
  • 12db684f72 [tune] add filter flag for Tune CLI (#4337) Andrew Tan 2019-03-27 11:19:25 -07:00
  • c6f12e5219 Update documentation from 0.7.0.dev1 to 0.7.0.dev2. (#4485) Robert Nishihara 2019-03-26 17:32:53 -07:00
  • c0e10ef12d Bump version number from 0.6.5 to 0.7.0.dev2. (#4484) Robert Nishihara 2019-03-26 16:44:32 -07:00
  • 8548f12eb2 Give better error when include_webui=1 and webui can't be started. (#4471) Robert Nishihara 2019-03-26 14:54:32 -07:00
  • 7a9d1546d4 [java] Fix getWorker and add create multi actors test (#4472) bibabolynn 2019-03-26 20:26:13 +08:00
  • 7d70cfba6e [Java] Fix loading custom classes from jars (#4475) Wang Qing 2019-03-26 20:15:08 +08:00
  • cff08e19ff [rllib] Print out intermediate data shapes on the first iteration (#4426) Eric Liang 2019-03-26 00:27:59 -07:00
  • 8ee240f40e [rllib] Use 64-byte aligned memory when concatenating arrays (#4408) Eric Liang 2019-03-25 23:56:51 -07:00
  • c68eea6134 [rllib] More efficient tuple flattening. (#4416) Vlad Firoiu 2019-03-25 19:00:33 -04:00
  • a275af337e [tune] Make examples more verbose (#4469) Richard Liaw 2019-03-25 15:13:17 -07:00
  • 5b8eb475ce [rllib] Allow None to be specified in multi-agent envs (#4464) Eric Liang 2019-03-25 11:38:17 -07:00
  • 11580fb7dc Changes where actor resources are assigned (#4323) William Ma 2019-03-24 15:49:36 -07:00
  • 01699ce4ea [rllib] Fix race condition with multiple data loaders, fix stats Eric Liang 2019-03-23 20:17:01 -07:00
  • 7a38f9be1c Avoid redundant bazel build (#4458) Hao Chen 2019-03-23 10:44:11 +08:00
  • 01747b11a1 Bump version from 0.7.0.dev1 to 0.6.5. (#4461) ray-0.6.5 Robert Nishihara 2019-03-22 15:03:29 -07:00
  • 32bf23d24f [tune] Remove output of tests Richard Liaw 2019-03-22 10:48:03 -07:00
  • 80cd9c9c1a [travis] Add back '-v' option to pytest and install psutil (#4430) Hao Chen 2019-03-22 17:45:55 +08:00
  • b21c20c9a6 [rllib] Added missing action clipping for rollout example script (#4413) Leon Sievers 2019-03-22 08:51:27 +01:00
  • 59d74d5e92 [Java] Build Java code with Bazel (#4284) Ruifang Chen 2019-03-22 14:30:05 +08:00
  • 4b8b703561 [rllib] Some API cleanups and documentation improvements (#4409) Eric Liang 2019-03-21 21:34:22 -07:00
  • 59079a799c Signal actor failure (#4196) Ion 2019-03-21 15:17:42 -07:00
  • c36d03874b Redis returns OK when removing a non-existent set entry (#4434) Kai Yang 2019-03-22 02:59:15 +08:00
  • 57c1aeb427 [rllib] Use suppress_output instead of run_silent.sh script for tests (#4386) Eric Liang 2019-03-21 00:15:24 -07:00
  • d03999d01e Cross-language invocation Part 1: Java calling Python functions and actors (#4166) Hao Chen 2019-03-21 13:34:21 +08:00
  • 828dc08ac8 [tune] Fix tests for Function API for better consistency (#4421) Richard Liaw 2019-03-20 22:31:38 -07:00
  • 80ef8c19aa Add initial news reader example (#4348) Philipp Moritz 2019-03-20 18:47:12 -07:00
  • 9c158c6a87 Start dashboard on all nodes and other small fixes. (#4428) Robert Nishihara 2019-03-20 13:04:06 -07:00
  • 4ac9c1ed6e Fix bug in cluster mode where driver exits when there are tasks in the waiting queue (#4251) Stephanie Wang 2019-03-20 10:18:27 -07:00
  • 8ce7565530 Refactor pytest fixtures for ray core (#4390) Yuhong Guo 2019-03-20 11:48:32 +08:00
  • c6f15a0057 Revert [rllib] Reserve CPUs for replay actors in apex (#4404) Eric Liang 2019-03-19 09:58:45 -07:00
  • c93eb126ec Allow manually writing to return ObjectIDs from tasks/actor methods (#3805) Peter Schafhalter 2019-03-19 03:24:57 +01:00
  • 7c3274e65b [tune] Make the logging of the function API consistent and predictable (#4011) gehring 2019-03-18 22:14:26 -04:00
  • edb063c3c8 Fix glog problem of no call stack (#4395) Yuhong Guo 2019-03-19 09:21:21 +08:00
  • 3b141b26cd Fix global_state not disconnected after ray.shutdown (#4354) Wang Qing 2019-03-19 07:44:49 +08:00
  • 2a046116ce [tune] Fix _SafeFallbackEncoder type checks (#4238) Kristian Hartikainen 2019-03-18 16:34:56 -07:00
  • 27cd6ea401 [rllib] Flip sign of A2C, IMPALA entropy coefficient; raise DeprecationWarning if negative (#4374) Eric Liang 2019-03-17 18:07:37 -07:00
  • ea5a6f8455 [tune] Simplify API (#4234) Richard Liaw 2019-03-17 13:03:32 -07:00
  • 20a155d03d [Tune] Support initial parameters for SkOpt search algorithm (#4341) markgoodhead 2019-03-17 06:11:30 +00:00
  • b513c0f498 [autoscaler] Restore error message for setup Eric Liang 2019-03-16 18:00:37 -07:00
  • 5e95abe63e [tune] Fix performance issue and fix reuse tests (#4379) Richard Liaw 2019-03-16 13:52:02 -07:00
  • a45019d98c [rllib] Add option to proceed even if some workers crashed (#4376) Eric Liang 2019-03-16 13:34:09 -07:00
  • db9fe6619d Run only relevant tests in Travis based on git diff. (#4271) justinwyang 2019-03-15 22:23:54 -07:00
  • a6a5b344b9 [Java] Upgrade checkstyle plugin (#4375) Hao Chen 2019-03-16 02:36:09 +08:00
  • c5e2c9af4d Build wheels for macOS with Bazel (#4280) Philipp Moritz 2019-03-15 10:37:57 -07:00
  • 93d9867290 Fix linting error on master (#4377) Hao Chen 2019-03-16 01:31:09 +08:00
  • f8d12b0418 [Java] Package native dependencies into jar (#4367) Hao Chen 2019-03-15 12:38:40 +08:00