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

mujoco benchmark -- ddpg, td3, sac #305

Merged
merged 14 commits into from
Mar 7, 2021
Merged

Conversation

ChenDRAG
Copy link
Collaborator

@ChenDRAG ChenDRAG commented Mar 7, 2021

Releasing Tianshou's SOTA benchmark of 9 out of 13 environments from the MuJoCo Gym task suite.
Last commit of #274 finally! See #274 for details.

@ChenDRAG
Copy link
Collaborator Author

ChenDRAG commented Mar 7, 2021

@yingchengyang

@Trinkle23897 Trinkle23897 changed the title Offmujoco mujoco benchmark -- ddpg, td3, sac Mar 7, 2021
@codecov-io
Copy link

codecov-io commented Mar 7, 2021

Codecov Report

Merging #305 (1a1fed5) into master (389bdb7) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #305      +/-   ##
==========================================
- Coverage   94.04%   94.00%   -0.04%     
==========================================
  Files          51       51              
  Lines        3256     3237      -19     
==========================================
- Hits         3062     3043      -19     
  Misses        194      194              
Flag Coverage Δ
unittests 94.00% <100.00%> (-0.04%) ⬇️

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

Impacted Files Coverage Δ
tianshou/policy/modelfree/ddpg.py 98.78% <100.00%> (+0.07%) ⬆️
tianshou/policy/modelfree/dqn.py 98.78% <100.00%> (ø)
tianshou/policy/modelfree/sac.py 85.71% <100.00%> (-1.79%) ⬇️
tianshou/policy/modelfree/td3.py 100.00% <100.00%> (ø)
tianshou/trainer/offline.py 100.00% <100.00%> (ø)
tianshou/trainer/offpolicy.py 100.00% <100.00%> (ø)
tianshou/trainer/onpolicy.py 97.01% <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 389bdb7...1a1fed5. Read the comment docs.

@Trinkle23897 Trinkle23897 linked an issue Mar 7, 2021 that may be closed by this pull request
@Trinkle23897 Trinkle23897 merged commit e605bde into thu-ml:master Mar 7, 2021
@Trinkle23897 Trinkle23897 linked an issue Mar 7, 2021 that may be closed by this pull request
BFAnas pushed a commit to BFAnas/tianshou that referenced this pull request May 5, 2024
Releasing Tianshou's SOTA benchmark of 9 out of 13 environments from the MuJoCo Gym task suite.
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 mujoco examples' result mismatch
4 participants