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

Add NPG policy #344

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 11 commits into from
Apr 21, 2021
Merged

Add NPG policy #344

merged 11 commits into from
Apr 21, 2021

Conversation

ChenDRAG
Copy link
Collaborator

See #338

@codecov-commenter
Copy link

codecov-commenter commented Apr 21, 2021

Codecov Report

Merging #344 (77e8e4c) into master (c059f98) will increase coverage by 0.07%.
The diff coverage is 97.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #344      +/-   ##
==========================================
+ Coverage   94.22%   94.30%   +0.07%     
==========================================
  Files          52       53       +1     
  Lines        3362     3406      +44     
==========================================
+ Hits         3168     3212      +44     
  Misses        194      194              
Flag Coverage Δ
unittests 94.30% <97.95%> (+0.07%) ⬆️

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

Impacted Files Coverage Δ
tianshou/policy/modelfree/trpo.py 93.44% <90.00%> (-1.80%) ⬇️
tianshou/policy/modelfree/npg.py 98.85% <98.85%> (ø)
tianshou/policy/__init__.py 100.00% <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 c059f98...77e8e4c. Read the comment docs.

@Trinkle23897 Trinkle23897 merged commit 1dcf65f into thu-ml:master Apr 21, 2021
@ChenDRAG ChenDRAG deleted the npg branch April 21, 2021 03:11
BFAnas pushed a commit to BFAnas/tianshou that referenced this pull request May 5, 2024
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 implementing 3 classic model-free algorithm (TRPO/TNPG/ACKTR), and benchmarking them in mujoco settings
3 participants