这是indexloc提供的服务,不要输入任何密码
Skip to content

Add Timelimit trick to optimize policies #296

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

Merged
merged 10 commits into from
Feb 26, 2021
Merged

Conversation

ChenDRAG
Copy link
Collaborator

This is the 5th commit of 6 commits mentioned in #274. You can check #274 for more detail.

@ChenDRAG ChenDRAG marked this pull request as draft February 24, 2021 04:51
@codecov-io
Copy link

codecov-io commented Feb 24, 2021

Codecov Report

Merging #296 (b41dd09) into dev (9b61bc6) will not change coverage.
The diff coverage is 85.71%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #296   +/-   ##
=======================================
  Coverage   93.89%   93.89%           
=======================================
  Files          47       47           
  Lines        3241     3241           
=======================================
  Hits         3043     3043           
  Misses        198      198           
Flag Coverage Δ
unittests 93.89% <85.71%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tianshou/policy/modelfree/ddpg.py 98.71% <ø> (-0.05%) ⬇️
tianshou/policy/modelfree/discrete_sac.py 87.69% <ø> (ø)
tianshou/policy/modelfree/sac.py 87.50% <ø> (ø)
tianshou/policy/base.py 77.34% <80.00%> (+0.54%) ⬆️
tianshou/policy/modelfree/td3.py 100.00% <100.00%> (ø)
tianshou/utils/log_tools.py 93.22% <100.00%> (ø)

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 9b61bc6...b41dd09. Read the comment docs.

@Trinkle23897 Trinkle23897 marked this pull request as ready for review February 24, 2021 07:06
@ChenDRAG
Copy link
Collaborator Author

Ready, I think

@Trinkle23897 Trinkle23897 merged commit 3108b9d into thu-ml:dev Feb 26, 2021
@Trinkle23897 Trinkle23897 linked an issue Apr 21, 2021 that may be closed by this pull request
BFAnas pushed a commit to BFAnas/tianshou that referenced this pull request May 5, 2024
* consider timelimit.truncated in calculating returns by default
* remove ignore_done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plans of releasing mujoco benchmark with ddpg/sac/td3 on Tianshou
3 participants