Commit Graph

  • a24cc28773 [DataFrame] Add Parquet Support in Build Process (#1531) Simon Mo 2018-02-16 07:18:42 -08:00
  • 844a6afcdd Implement simple random spillback policy. (#1493) Alexey Tumanov 2018-02-13 00:09:35 -08:00
  • f2b6a7b58d Polished TensorFlowVariables code and documentation (#566) William Paul 2018-02-12 15:38:58 -08:00
  • ca0f08d100 [tune] Recover experiments from last checkpoint (#1532) Eric Liang 2018-02-12 14:01:19 -08:00
  • 7e998db656 [rllib] Reduce concat memory usage, allow object store memory to be specified in init (#1529) Eric Liang 2018-02-11 19:14:51 -08:00
  • b6a06b81ed [tune] Allow perturbations of categorical variables (#1507) Eric Liang 2018-02-11 18:20:27 -08:00
  • 639df85fda updated multiagent docs (#1523) eugenevinitsky 2018-02-11 16:35:03 -08:00
  • 81a4be8f65 [rllib] Added vanilla policy gradient (#1497) alvkao58 2018-02-10 13:54:51 -08:00
  • 1ab2e63dbd Tune transfer buffer size (#1363) Philipp Moritz 2018-02-09 14:56:36 -08:00
  • 62680011ee [DataFrame] Add implementation for get method (#1496) Helen Che 2018-02-08 22:12:03 -08:00
  • 41007722f9 [tune] improve s3 log sync (#1511) Eric Liang 2018-02-08 00:42:25 -08:00
  • 89db7841d2 Update arrow version. (#1512) Robert Nishihara 2018-02-07 23:05:16 -08:00
  • fa37564511 [DataFrame] Implementation for head, idxmax, idxmin, pop, tail, and Ray Index (#1520) Devin Petersohn 2018-02-07 15:43:45 -08:00
  • ff8e7f8259 Actor checkpointing for distributed actor handles (#1498) Stephanie Wang 2018-02-07 11:19:32 -08:00
  • 0a9dbc84b5 Tue Feb 6 20:57:42 PST 2018 (#1521) Eric Liang 2018-02-06 23:11:31 -08:00
  • 4ec51a4660 [rllib] Occasional Thread Error from RLlib (#1441) Eric Liang 2018-02-06 20:30:11 -08:00
  • 12095611c6 Update wheel in example.yaml. (#1515) Robert Nishihara 2018-02-05 15:06:02 -08:00
  • df7252b2fe Bump version to 0.3.1. (#1397) ray-0.3.1 Robert Nishihara 2018-02-04 13:25:25 -08:00
  • fcb59cba81 Add missing availability_zone argument to development example. (#1509) Robert Nishihara 2018-02-03 15:04:22 -08:00
  • d0dd33e13c not share registered objects between _Regitry objects (#1508) the-sea 2018-02-04 07:03:52 +08:00
  • 0a79442954 [DataFrame] MVP (1/4) (#1495) Simon Mo 2018-02-03 09:26:18 -08:00
  • b948405532 [tune] clean up population based training prototype (#1478) Eric Liang 2018-02-02 23:03:12 -08:00
  • a936468f99 [tune] using None as the parameter default value instead of mutable dict (#1501) the-sea 2018-02-03 13:47:51 +08:00
  • 369773d3e8 [rllib] minor bug fix to shared model, model wasnt actually shared due to new scope (#1503) eugenevinitsky 2018-02-02 20:37:00 -08:00
  • d8850eac4b Suppress object transfer requests when object is already being received. (#1430) Melih Elibol 2018-02-01 22:45:31 -08:00
  • ed77a4c415 Make ray.get_gpu_ids() respect existing CUDA_VISIBLE_DEVICES. (#1499) Robert Nishihara 2018-02-01 21:29:14 -08:00
  • a5b00a545e [tune] Fix Tune ParallelCoordinateViz Notebook (#1494) Richard Liaw 2018-02-01 00:13:57 -08:00
  • 7550b628bf fix indentation for ES (#1484) Philipp Moritz 2018-01-31 17:22:39 -08:00
  • 7187f9fe56 Pin gym version to 0.9.5 in tests. (#1490) Robert Nishihara 2018-01-31 15:50:25 -08:00
  • a3f8fa426b Start integrating new GCS APIs (#1379) Philipp Moritz 2018-01-31 11:01:12 -08:00
  • 35b1d6189b [tune] save error msg, cleanup after object checkpoints Eric Liang 2018-01-29 18:48:45 -08:00
  • 0b022c0973 Automatically increase redis maxclients if the ulimit is high enough. (#1482) Robert Nishihara 2018-01-28 12:55:38 -08:00
  • 4c6dae5517 Raise an exception in Jenkins tests after a timeout. (#1477) Robert Nishihara 2018-01-27 20:21:27 -08:00
  • 8c96c34bb3 [tune] fix doc typo and also make sure to clean "/" from config (#1476) Eric Liang 2018-01-26 21:51:07 -08:00
  • 3195c6aa63 Fix local scheduler crash when driver creates actor and exits. (#1474) Robert Nishihara 2018-01-26 14:29:53 -08:00
  • 668737f383 Replace actor dummy objects with mock calls to the local scheduler (#1467) Stephanie Wang 2018-01-26 14:18:45 -08:00
  • 782b4aeb0f Document how to profile Ray using pprof. (#1464) Zongheng Yang 2018-01-25 21:40:52 -08:00
  • 7aa979a024 [tune] Added Population Based Training (#1355) Kaahan 2018-01-25 21:38:37 -08:00
  • e5c4d9ea0c [tune] Fix Trial Logging File name (#1466) Richard Liaw 2018-01-25 17:57:40 -08:00
  • f3d2dc0ad4 [tune] Fix Docs (#1469) Richard Liaw 2018-01-25 16:39:00 -08:00
  • e96acc26f7 Fix MNIST downloading problems in parameter server examples. (#1457) Robert Nishihara 2018-01-25 14:14:37 -08:00
  • 0a01d3c71f [rllib] Mountaincar fix (#1472) eugenevinitsky 2018-01-25 13:58:35 -08:00
  • f6c835e4b8 Fix for gym version 0.9.5. (#1471) Robert Nishihara 2018-01-25 13:58:15 -08:00
  • ab5d4a6010 Bring cloudpickle inside the repository. (#1445) Robert Nishihara 2018-01-25 11:36:37 -08:00
  • 173f1d629a [tune] Ray Tune API cleanup (#1454) Eric Liang 2018-01-24 16:55:17 -08:00
  • a1b01ee7fb [autoscaler] Fix confirmation (y/N) for autoscaler for Python 2 (#1450) Philipp Moritz 2018-01-24 14:05:42 -08:00
  • a7d544424c [tune] Experiment Management API (#1328) Richard Liaw 2018-01-24 13:45:10 -08:00
  • 1d2a28ab07 [rllib] test all combinations of {obs_space} x {action_space} (#1449) Eric Liang 2018-01-24 11:03:43 -08:00
  • 5acc98e629 Update arrow with better dataframe serialization and get rid of custo… (#1413) Robert Nishihara 2018-01-24 10:03:29 -08:00
  • f1303291b4 Ray scheduler spillback plumbing + mechanism (#1362) Alexey Tumanov 2018-01-23 20:18:12 -08:00
  • 21a916009e Adding documentation for building from current master without cloning. (#1455) Devin Petersohn 2018-01-23 14:47:30 -08:00
  • fb4d991732 Add actor reconstruction limitations to documentation (#1452) Stephanie Wang 2018-01-23 13:40:50 -08:00
  • 4b0ef5eb2c [rllib] Behavior Cloning (#1400) Roy Fox 2018-01-23 10:50:45 -08:00
  • ee36effd8e [rllib] Add n-step Q learning for DQN (#1439) Eric Liang 2018-01-23 10:31:19 -08:00
  • f32c0c8ec1 Move calls to ray.worker.cleanup into tearDown part of tests for isolation. (#1433) Robert Nishihara 2018-01-22 22:54:56 -08:00
  • 4b1c8be4fe Fix setting log-level to debug. (#1432) Melih Elibol 2018-01-21 21:51:05 -08:00
  • 4aca016bff Adding series and a way to validate our API. (#1435) Devin Petersohn 2018-01-21 19:20:54 -08:00
  • 74718efa73 Nondeterministic reconstruction for actors (#1344) Stephanie Wang 2018-01-21 13:44:13 -08:00
  • 83949a533b [autoscaler] Increased head and worker storage to 25 GiB (#1401) Peter Schafhalter 2018-01-21 13:09:29 -08:00
  • 04a50aa9ae [tune] Standardize Ray Tune on documentation (#1448) Richard Liaw 2018-01-21 12:07:15 -08:00
  • a2b190e65b Fix occasional task timeline failure to get task ids (#1442) Eric Liang 2018-01-21 12:04:44 -08:00
  • 424bd7f74d [rllib] improve custom env docs (#1447) Eric Liang 2018-01-19 21:36:18 -08:00
  • d7dfb16cc8 Add some development tips to documentation. (#1426) Robert Nishihara 2018-01-19 16:16:45 -08:00
  • ed603fc5e9 Add link to github from documentation. (#1425) Robert Nishihara 2018-01-19 10:14:34 -08:00
  • e216766bbc [rllib] Update docs with api and components overview figures (#1443) Eric Liang 2018-01-19 10:08:45 -08:00
  • 37076a9ff8 Multiagent model using concatenated observations (#1416) eugenevinitsky 2018-01-18 19:51:31 -08:00
  • 215d526e0d Load evaluation configuration from checkpoint (#1392) Peter Schafhalter 2018-01-17 10:51:33 -08:00
  • b8811cbe34 [autoscaling] increase connect timeout, boto retries, and check subnet conf (#1422) Eric Liang 2018-01-16 16:11:09 -08:00
  • eac11c252c Update wheel in autoscaler example. (#1408) Robert Nishihara 2018-01-13 01:06:23 -08:00
  • 78fb3c5ed9 [autoscaler] Fix ValueError: Missing required config keyavailability_zoneof type str Yaroslav Bulatov 2018-01-13 00:59:15 -08:00
  • d4592382a4 [tune][minor] Fixes (#1383) Richard Liaw 2018-01-11 18:14:20 -08:00
  • 1290072764 [rllib] Expose PPO evaluator resource requirements (#1391) Philipp Moritz 2018-01-11 11:09:01 -08:00
  • 44792530a9 fix autoscaler test (#1411) Philipp Moritz 2018-01-10 13:18:34 -08:00
  • 5a2f85048d [rllib] Fix incorrect documentation on how to use custom models #1405 Eric Liang 2018-01-09 18:09:05 -08:00
  • a59a9e20af Added option for availability zone (#1393) Peter Schafhalter 2018-01-09 13:49:47 -08:00
  • 112ef07563 Adding all DataFrame methods with NotImplementedErrors (#1403) Devin Petersohn 2018-01-07 12:00:16 -08:00
  • 1e0dfca2dc Remove pyarrow version check. (#1394) Robert Nishihara 2018-01-06 22:42:55 -08:00
  • c60ccbad46 [carla] [rllib] Add support for carla nav planner and scenarios from paper (#1382) Eric Liang 2018-01-05 21:32:41 -08:00
  • 088f01496c Remove unused object info table code. (#1388) Robert Nishihara 2018-01-05 11:00:06 -08:00
  • 77af2b5516 [autoscaler] Sometimes instances are restarted even when they don't need to be (#1385) Eric Liang 2018-01-02 16:34:46 -08:00
  • c1e8f9477a add Ray paper (#1387) Philipp Moritz 2018-01-02 16:33:07 -08:00
  • 1bc55e182d Update the pip wheel in example.yaml and add docs (#1381) Eric Liang 2018-01-01 13:02:05 -08:00
  • 6e6674a824 [rllib] Split docs into user and development guide (#1377) Eric Liang 2018-01-01 11:10:44 -08:00
  • b6c42f96be Auto-scale ray clusters based on GCS load metrics (#1348) Eric Liang 2017-12-31 14:39:57 -08:00
  • e970e24ea5 Update arrow, and pass memcopy_threads into put. (#1374) Robert Nishihara 2017-12-31 13:32:06 -08:00
  • 3304099cc4 [rllib] Evaluators and Optimizers Refactoring (#1339) Richard Liaw 2017-12-30 00:24:54 -08:00
  • 22c7c87e14 [rllib] [tune] Custom preprocessors and models, various fixes (#1372) Eric Liang 2017-12-28 13:19:04 -08:00
  • 3d224c4edf Second Part of Internal API Refactor (#1326) Philipp Moritz 2017-12-26 16:22:04 -08:00
  • 4bb5b6bd5b [rllib] A3C Configurations (#1370) Richard Liaw 2017-12-24 12:25:13 -08:00
  • b217a5ef14 [rllib] Fix Pong-PPO tuned example Config (#1369) Richard Liaw 2017-12-23 01:36:33 -08:00
  • 715737cc06 [docs] Add backlinks from hyperopt / rl algorithm examples to the built-on Ray libraries (#1356) Eric Liang 2017-12-23 00:31:33 -08:00
  • 43e78217f8 Thu Dec 21 23:19:24 PST 2017 (#1367) Eric Liang 2017-12-22 17:29:45 -08:00
  • 22460ff7af Use Anaconda for autoscaling example and add example config for devel… (#1361) Robert Nishihara 2017-12-22 01:59:02 -08:00
  • 0ae660ce4e [carla] In carla example, save all images and measurements to local disk (#1350) Eric Liang 2017-12-21 15:19:55 -08:00
  • 3a301c3d56 Fix pyarrow version check (#1360) Philipp Moritz 2017-12-21 13:00:36 -08:00
  • 4a2d62e7ef fix thirdparty install bug. (#1354) Melih Elibol 2017-12-20 23:08:53 -08:00
  • fa3a41366c [minor] Use a better timeline pic in the documentation Eric Liang 2017-12-20 12:54:25 -08:00
  • a75a473d7f Add a distributed Dataframe API to Ray (#1330) Devin Petersohn 2017-12-20 09:31:22 -08:00
  • 3c4408cf51 Rebase Ray on Arrow 0.8 (#1323) Philipp Moritz 2017-12-19 14:24:21 -08:00
  • 772527caa4 [rllib] Support 1-dimensional action spaces (PPO) (#1347) Cathy Wu 2017-12-19 14:17:06 -08:00