PKU-Alignment / Safe-Policy-Optimization

NeurIPS 2023: Safe Policy Optimization: A benchmark repository for safe reinforcement learning algorithms
https://safe-policy-optimization.readthedocs.io/en/latest/index.html
Apache License 2.0
331 stars 45 forks source link

feat: support single-agent Isaac Gym and multi-agent multi-goal #55

Closed Gaiejj closed 1 year ago

Gaiejj commented 1 year ago

This pull request would support single-agent Isaac Gym and multi-agent multi-goal environment interface.

codecov[bot] commented 1 year ago

Codecov Report

Merging #55 (8815909) into main (35c0804) will decrease coverage by 0.51%. Report is 3 commits behind head on main. The diff coverage is 55.55%.

:exclamation: Current head 8815909 differs from pull request most recent head 2062e75. Consider uploading reports for the commit 2062e75 to get more accurate results

@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
- Coverage   91.62%   91.12%   -0.51%     
==========================================
  Files          26       27       +1     
  Lines        5267     5576     +309     
==========================================
+ Hits         4826     5081     +255     
- Misses        441      495      +54     
Files Changed Coverage Δ
safepo/common/env.py 53.65% <20.00%> (-5.25%) :arrow_down:
safepo/common/model.py 97.39% <100.00%> (ø)

... and 16 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more