Skip to content
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

Update CHANGELOG for v2020.06.3 #2046

Merged
merged 1 commit into from Sep 16, 2020
Merged

Update CHANGELOG for v2020.06.3 #2046

merged 1 commit into from Sep 16, 2020

Conversation

ryanjulian
Copy link
Member

No description provided.

@ryanjulian ryanjulian requested a review from a team as a code owner September 14, 2020 22:29
@ryanjulian ryanjulian requested review from ahtsan and removed request for a team September 14, 2020 22:29
@mergify mergify bot requested review from a team, zequnyu and yeukfu and removed request for a team September 14, 2020 22:29
@codecov
Copy link

codecov bot commented Sep 14, 2020

Codecov Report

Merging #2046 into master will increase coverage by 23.75%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #2046       +/-   ##
===========================================
+ Coverage   69.80%   93.55%   +23.75%     
===========================================
  Files         192      192               
  Lines       10236    10194       -42     
  Branches     1269     1262        -7     
===========================================
+ Hits         7145     9537     +2392     
+ Misses       2776      430     -2346     
+ Partials      315      227       -88     
Impacted Files Coverage Δ
...rage/np/exploration_policies/exploration_policy.py 100.00% <0.00%> (ø)
src/garage/tf/algos/td3.py 97.20% <0.00%> (+0.52%) ⬆️
src/garage/tf/algos/ddpg.py 97.59% <0.00%> (+0.56%) ⬆️
src/garage/tf/_functions.py 78.20% <0.00%> (+0.64%) ⬆️
src/garage/tf/algos/rl2.py 95.71% <0.00%> (+0.71%) ⬆️
src/garage/torch/algos/ddpg.py 97.47% <0.00%> (+0.78%) ⬆️
...rc/garage/tf/optimizers/penalty_lbfgs_optimizer.py 88.88% <0.00%> (+1.11%) ⬆️
...arage/torch/policies/context_conditioned_policy.py 91.01% <0.00%> (+1.12%) ⬆️
src/garage/torch/algos/sac.py 97.09% <0.00%> (+1.16%) ⬆️
src/garage/tf/algos/npo.py 95.67% <0.00%> (+1.29%) ⬆️
... and 100 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2798ca0...db1c5bc. Read the comment docs.

* MTSAC not learning because it corrupts the termination signal by wrapping with `GarageEnv` twice ([#2029](https://github.com/rlworkgroup/garage/pull/2029))
* MTSAC does not respect `max_episode_length_eval` hyperparameter ([#2029](https://github.com/rlworkgroup/garage/pull/2029))
* MTSAC MetaWorld examples do not use the correct number of tasks ([#2029](https://github.com/rlworkgroup/garage/pull/2029))
* MTSAC now supports a separate `max_episode_length` for evalaution via the `max_episode_length_eval` hyperparameter ([#2029](https://github.com/rlworkgroup/garage/pull/2029))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* MTSAC now supports a separate `max_episode_length` for evalaution via the `max_episode_length_eval` hyperparameter ([#2029](https://github.com/rlworkgroup/garage/pull/2029))
* MTSAC now supports a separate `max_episode_length` for evaluation via the `max_episode_length_eval` hyperparameter ([#2029](https://github.com/rlworkgroup/garage/pull/2029))

@mergify mergify bot requested a review from a team September 16, 2020 02:02
@mergify mergify bot merged commit aadb01b into master Sep 16, 2020
@mergify mergify bot deleted the update-changelog-2020.06.3 branch September 16, 2020 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants