Yi Cheng
|
e552e3f19c
|
Skip test_dependency_torch (#15123)
|
2021-04-05 18:02:10 -07:00 |
|
Kai Fricke
|
d33b0e4bc3
|
[tune] Reconcile placement groups every N seconds to avoid bottlenecks when running many short trials (#15011)
Closes a release blocking issue
|
2021-04-01 17:04:44 +02:00 |
|
Michael Luo
|
b84575c092
|
[RLlib] 2 RLlib Flaky Tests (#14930)
|
2021-03-30 19:21:13 +02:00 |
|
Eric Liang
|
b90cc51c27
|
[RLlib] Attempt splitting rollout test to avoid initial timeout (#14999)
|
2021-03-30 19:20:02 +02:00 |
|
Sven Mika
|
4f66309e19
|
[RLlib] Redo issue 14533 tf enable eager exec (#14984)
|
2021-03-29 20:07:44 +02:00 |
|
SangBin Cho
|
fa5f961d5e
|
Revert "[RLlib] Issue 14533: tf.enable_eager_execution() must be called at beginning. (#14737)" (#14918)
This reverts commit 3e389d5812 .
|
2021-03-25 00:42:01 -07:00 |
|
Sven Mika
|
3e389d5812
|
[RLlib] Issue 14533: tf.enable_eager_execution() must be called at beginning. (#14737)
|
2021-03-24 12:54:27 +01:00 |
|
Sven Mika
|
04bc0a9828
|
[RLlib] Remove all non-trajectory view API code. (#14860)
|
2021-03-23 09:50:18 -07:00 |
|
Sven Mika
|
c3a15ecc0f
|
[RLlib] Issue #13802: Enhance metrics for multiagent->count_steps_by=agent_steps setting. (#14033)
|
2021-03-18 20:27:41 +01:00 |
|
Clark Zinzow
|
5a788474aa
|
[Core] First pass at privatizing non-public Python APIs. (#14607)
* async_compat
* utils
* cluster_utils
* compat
* function_manager
* import_thread
* memory_monitor
* monitor, log_monitor, ray_process_reaper
* metrics_agent
* parameter
* prometheus_exporter
* ray_logging
* signature
|
2021-03-10 22:47:28 -08:00 |
|
Sven Mika
|
732197e23a
|
[RLlib] Multi-GPU for tf-DQN/PG/A2C. (#13393)
|
2021-03-08 15:41:27 +01:00 |
|
Sven Mika
|
ef944bc5f0
|
[RLlib] Re-enable placement group support for RLlib. (#14384)
|
2021-03-05 08:16:24 +01:00 |
|
Kai Fricke
|
7f9340bb2f
|
[tune] Add leading zeros to checkpoint directory (#14152)
* [tune] Add leading zeros to checkpoint directory
* Fix exp analysis tests/support string indices
* Fix tests
* RLLib tests
|
2021-03-01 12:12:19 +01:00 |
|
Richard Liaw
|
a2d2275ee1
|
Revert "[RLlib + Tune] Add placement group support to RLlib. (#14289)" (#14360)
This reverts commit 6cd0cd3bd9 .
|
2021-02-25 14:27:35 -08:00 |
|
Sven Mika
|
6cd0cd3bd9
|
[RLlib + Tune] Add placement group support to RLlib. (#14289)
|
2021-02-25 16:01:31 +01:00 |
|
Sven Mika
|
95ef04b71a
|
[RLlib] Implement TorchPolicy.export_model . (#13989)
|
2021-02-22 17:09:40 +01:00 |
|
Sven Mika
|
929946271d
|
[RLlib] Issue #14022: Trajectory View API fails in MA-env where a new agent terminates right away (done=True right after initial obs). (#14031)
|
2021-02-18 14:07:49 +01:00 |
|
Sven Mika
|
81e7434091
|
[RLlib] TFPolicy.export_model: Add timestep placeholder to model's signature, if needed. (#13988)
|
2021-02-10 15:21:46 +01:00 |
|
Sven Mika
|
eb0038612f
|
[RLlib] Extend on_learn_on_batch callback to allow for custom metrics to be added. (#13584)
|
2021-02-08 15:02:19 +01:00 |
|
Sven Mika
|
d001af3e59
|
[RLlib] Allow rllib rollout to run distributed via evaluation workers. (#13718)
|
2021-02-08 12:05:16 +01:00 |
|
Raoul Khouri
|
714c367b9d
|
[RLlib] Trainer._validate_config idempotentcy correction (issue 13427) (#13556)
|
2021-02-02 13:11:57 +01:00 |
|
Sven Mika
|
52c94b7ee9
|
[RLlib] Allow SAC to use custom models as Q- or policy nets and deprecate "state-preprocessor" for image spaces. (#13522)
|
2021-02-02 13:05:58 +01:00 |
|
Sven Mika
|
4bc257f4fb
|
[RLlib] Fix custom multi action distr (#13681)
|
2021-01-28 19:28:48 +01:00 |
|
Sven Mika
|
93c0a5549b
|
[RLlib] Deprecate vf_share_layers in top-level PPO/MAML/MB-MPO configs. (#13397)
|
2021-01-19 09:51:35 +01:00 |
|
Sven Mika
|
56878221ed
|
[RLlib] Redo: Make TFModelV2 fully modular like TorchModelV2 (soft-deprecate register_variables, unify var names wrt torch). (#13363)
|
2021-01-14 14:44:33 +01:00 |
|
Kai Fricke
|
25f10a947a
|
Revert "[RLlib] Make TFModelV2 behave more like TorchModelV2: Obsolete register_variables. Unify variable dicts. (#13339)" (#13361)
This reverts commit e2b2abb88b .
|
2021-01-12 12:33:57 +01:00 |
|
Sven Mika
|
e2b2abb88b
|
[RLlib] Make TFModelV2 behave more like TorchModelV2: Obsolete register_variables. Unify variable dicts. (#13339)
|
2021-01-11 22:42:30 +01:00 |
|
Sven Mika
|
6f342a2221
|
[RLlib] Preparatory PR for: Documentation on Model Building. (#13260)
|
2021-01-08 10:56:09 +01:00 |
|
Sven Mika
|
9eba1871bb
|
[RLlib] Support easy use_attention=True flag for using the GTrXL model. (#11698)
|
2021-01-01 14:06:23 -05:00 |
|
Sven Mika
|
d811d65920
|
[RLlib] run_regression_tests.py: --framework flag (instead of --torch). (#13097)
|
2020-12-29 15:27:59 -05:00 |
|
Sven Mika
|
c524f86785
|
[RLlib] BC/MARWIL/recurrent nets minor cleanups and bug fixes. (#13064)
|
2020-12-27 09:46:03 -05:00 |
|
Sven Mika
|
a5318961de
|
[RLlib] Preprocessor fixes (multi-discrete) and tests. (#13083)
|
2020-12-26 20:14:36 -05:00 |
|
Sven Mika
|
b2bcab711d
|
[RLlib] Attention Nets: tf (#12753)
|
2020-12-20 20:22:32 -05:00 |
|
Sven Mika
|
e40b14d255
|
[RLlib] Batch-size for truncate_episode batch_mode should be confgurable in agent-steps (rather than env-steps), if needed. (#12420)
|
2020-12-08 16:41:45 -08:00 |
|
Sven Mika
|
99c81c6795
|
[RLlib] Attention Net prep PR #3. (#12450)
|
2020-12-07 13:08:17 +01:00 |
|
Sven Mika
|
3f4bc16276
|
[RLlib] Add a minimal JAX ModelV2 (FCNet) to RLlib. (#12502)
|
2020-12-03 15:51:30 +01:00 |
|
Amog Kamsetty
|
f9a99f20dd
|
Revert "Re-Revert "[Core] zero-copy serializer for pytorch (#12344)" (#12478)" (#12515)
This reverts commit 3f22448834 .
|
2020-11-30 19:05:55 -08:00 |
|
Siyuan (Ryans) Zhuang
|
3f22448834
|
Re-Revert "[Core] zero-copy serializer for pytorch (#12344)" (#12478)
* [Core] zero-copy serializer for pytorch (#12344)
* zero-copy serializer for pytorch
* address possible bottleneck
* add tests & device support
(cherry picked from commit 0a505ca83d )
* add environmental variables
* update doc
|
2020-11-30 11:43:03 -08:00 |
|
Sven Mika
|
592c161032
|
[RLlib] Issue 12118: LSTM prev-a/r should be separately configurable. Fix missing prev-a one-hot encoding. (#12397)
* WIP.
* Fix and LINT.
|
2020-11-25 11:27:46 -08:00 |
|
Sven Mika
|
b6b54f1c81
|
[RLlib] Trajectory view API: enable by default for SAC, DDPG, DQN, SimpleQ (#11827)
|
2020-11-16 10:54:35 -08:00 |
|
Sven Mika
|
62c7ab5182
|
[RLlib] Trajectory view API: Enable by default for PPO, IMPALA, PG, A3C (tf and torch). (#11747)
|
2020-11-12 16:27:34 +01:00 |
|
Benjamin Black
|
1999266bba
|
Updated pettingzoo env to acomidate api changes and fixes (#11873)
* Updated pettingzoo env to acomidate api changes and fixes
* fixed test failure
* fixed linting issue
* fixed test failure
|
2020-11-09 16:09:49 -08:00 |
|
Sven Mika
|
5b788ccb13
|
[RLlib] Trajectory view API (prep PR for switching on by default across all RLlib; plumbing only) (#11717)
|
2020-11-03 12:53:34 -08:00 |
|
Sven Mika
|
bfc4f95e01
|
[RLlib] Fix test_bc.py test case. (#11722)
* Fix large json test file.
* Fix large json test file.
* WIP.
|
2020-10-31 00:16:09 -07:00 |
|
Sven Mika
|
d9f1874e34
|
[RLlib] Minor fixes (torch GPU bugs + some cleanup). (#11609)
|
2020-10-27 10:00:24 +01:00 |
|
Sven Mika
|
2aec77e305
|
[RLlib] Fix two test cases that only fail on Travis. (#11435)
|
2020-10-16 13:53:30 -05:00 |
|
Sven Mika
|
414041c6dd
|
[RLlib] Do not create env on driver iff num_workers > 0. (#11307)
|
2020-10-15 18:21:30 +02:00 |
|
Sven Mika
|
a6a94d3206
|
[RLlib] Fix test_env_with_subprocess.py. (#11356)
|
2020-10-13 12:42:20 -07:00 |
|
Sven Mika
|
1ebcdf236f
|
[RLlib] Add support for custom MultiActionDistributions. (#11311)
|
2020-10-12 13:50:43 -07:00 |
|
Sven Mika
|
0c0f67c14d
|
[RLlib] ARS/ES eval workers not working: Issue 9933. (#11308)
|
2020-10-12 13:49:48 -07:00 |
|