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

TRPO benchmark release #340

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 9 commits into from
Apr 19, 2021
Merged

TRPO benchmark release #340

merged 9 commits into from
Apr 19, 2021

Conversation

ChenDRAG
Copy link
Collaborator

See #338 for details

@codecov-commenter
Copy link

codecov-commenter commented Apr 18, 2021

Codecov Report

❗ No coverage uploaded for pull request base (master@f68cb78). Click here to learn what that means.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #340   +/-   ##
=========================================
  Coverage          ?   94.22%           
=========================================
  Files             ?       52           
  Lines             ?     3362           
  Branches          ?        0           
=========================================
  Hits              ?     3168           
  Misses            ?      194           
  Partials          ?        0           
Flag Coverage Δ
unittests 94.22% <100.00%> (?)

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

Impacted Files Coverage Δ
tianshou/policy/modelfree/trpo.py 95.23% <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 f68cb78...d8cc8e8. Read the comment docs.

@Trinkle23897
Copy link
Collaborator

readme?

@ChenDRAG
Copy link
Collaborator Author

readme?

In a minute

@ChenDRAG
Copy link
Collaborator Author

Environment Tianshou ACKTR paper PPO paper baselines spinningup(pytorch)
Ant 2866.7±707.9 ~0 N N ~150
HalfCheetah 4471.2±804.9 ~400 ~0 ~1350 ~850
Hopper 2046.0±1037.9 ~1400 ~2100 ~2200 ~1200
Walker2d 3826.7±782.7 ~550 ~1100 ~2350 ~600
Swimmer 40.9±19.6 ~40 ~121 ~95 ~85
Humanoid 810.1±126.1 N N N N
Reacher -5.1±0.8 -8 ~-115 ~-5 N
InvertedPendulum 1000.0±0.0 ~1000 ~1000 ~910 N
InvertedDoublePendulum 8435.2±1073.3 ~800 ~200 ~7000 N

@ChenDRAG ChenDRAG requested review from danagi and Trinkle23897 April 18, 2021 15:27
Trinkle23897
Trinkle23897 previously approved these changes Apr 19, 2021
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