-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RLlib] DreamerV3: Catalog enhancements 05 - GRU default model support #34284
Merged
sven1977
merged 59 commits into
ray-project:master
from
sven1977:dreamer_v3_catalog_enhancements_05_gru
Apr 18, 2023
Merged
[RLlib] DreamerV3: Catalog enhancements 05 - GRU default model support #34284
sven1977
merged 59 commits into
ray-project:master
from
sven1977:dreamer_v3_catalog_enhancements_05_gru
Apr 18, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
…mer_v3_catalog_enhancements_01
Signed-off-by: sven1977 <[email protected]>
…mer_v3_catalog_enhancements_01
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
…mer_v3_catalog_enhancements_01
Co-authored-by: kourosh hakhamaneshi <[email protected]> Signed-off-by: Sven Mika <[email protected]>
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
…mer_v3_catalog_enhancements_01
…el_conflict' into dreamer_v3_catalog_enhancements_01 Signed-off-by: sven1977 <[email protected]> # Conflicts: # rllib/BUILD # rllib/core/models/base.py # rllib/core/models/specs/tests/test_tensor_spec.py # rllib/core/models/tf/encoder.py # rllib/core/models/tf/mlp.py # rllib/core/models/tf/primitives.py # rllib/core/models/torch/mlp.py # rllib/models/utils.py
…01' into dreamer_v3_catalog_enhancements_01
Signed-off-by: sven1977 <[email protected]>
…l_spec_rename_to_specs_plural_to_avoid_tf_keras_model_conflict
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
…el_conflict' into dreamer_v3_catalog_enhancements_01
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
…mer_v3_catalog_enhancements_02_deconv2d Signed-off-by: sven1977 <[email protected]> # Conflicts: # rllib/BUILD # rllib/core/models/specs/tests/test_tensor_spec.py # rllib/core/models/tf/encoder.py # rllib/core/models/tf/mlp.py # rllib/core/models/tf/primitives.py # rllib/core/models/torch/mlp.py # rllib/models/utils.py
…alog_enhancements_02_deconv2d
Signed-off-by: sven1977 <[email protected]>
…mer_v3_catalog_enhancements_02_deconv2d
Signed-off-by: sven1977 <[email protected]>
…mer_v3_catalog_enhancements_04_lstm
Signed-off-by: sven1977 <[email protected]>
…mer_v3_catalog_enhancements_05_gru
Signed-off-by: sven1977 <[email protected]>
sven1977
requested review from
gjoliver,
avnishn,
ArturNiederfahrenhorst,
smorad,
maxpumperla,
kouroshHakha and
krfricke
as code owners
April 11, 2023 20:24
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
…mer_v3_catalog_enhancements_05_gru
sven1977
changed the title
[WIP; RLlib] DreamerV3: Catalog enhancements 05 - GRU default model support
[RLlib] DreamerV3: Catalog enhancements 05 - GRU default model support
Apr 17, 2023
ArturNiederfahrenhorst
approved these changes
Apr 17, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR looks super cool.
test_recurrent_encoders is currently failing.
So after that, I say we can merge 👍
Signed-off-by: sven1977 <[email protected]>
Thanks for the review @ArturNiederfahrenhorst , fixed the test and waiting for all to pass now ... |
…mer_v3_catalog_enhancements_05_gru
elliottower
pushed a commit
to elliottower/ray
that referenced
this pull request
Apr 22, 2023
…t. (ray-project#34284) Signed-off-by: elliottower <[email protected]>
ProjectsByJackHe
pushed a commit
to ProjectsByJackHe/ray
that referenced
this pull request
May 4, 2023
…t. (ray-project#34284) Signed-off-by: Jack He <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DreamerV3: Catalog enhancements 05 - GRU default model support
state=(num_layers, B, [hidden state dim])
.Why are these changes needed?
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.