adaptive-intelligent-robotics / QDax

Accelerated Quality-Diversity
https://qdax.readthedocs.io/en/latest/
MIT License
258 stars 42 forks source link

Version 0.2.2: add minimal support for jumanji, PBT and PBT-ME #138

Closed felixchalumeau closed 1 year ago

felixchalumeau commented 1 year ago

Move to version 0.2.2

This release introduces:

codecov-commenter commented 1 year ago

Codecov Report

Merging #138 (6fa19e7) into main (45c4c2a) will decrease coverage by 0.04%. The diff coverage is 92.12%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
- Coverage   92.31%   92.28%   -0.04%     
==========================================
  Files         103      116      +13     
  Lines        5816     6763     +947     
==========================================
+ Hits         5369     6241     +872     
- Misses        447      522      +75     
Impacted Files Coverage Δ
qdax/core/containers/mapelites_repertoire.py 85.71% <ø> (ø)
qdax/core/containers/mome_repertoire.py 98.14% <ø> (ø)
qdax/core/distributed_map_elites.py 100.00% <ø> (ø)
qdax/core/neuroevolution/sac_td3_utils.py 100.00% <ø> (ø)
qdax/environments/exploration_wrappers.py 32.97% <0.00%> (ø)
qdax/environments/locomotion_wrappers.py 85.49% <ø> (ø)
qdax/environments/humanoidtrap.py 18.30% <18.30%> (ø)
qdax/environments/__init__.py 86.79% <60.00%> (-3.01%) :arrow_down:
qdax/baselines/pbt.py 76.47% <76.47%> (ø)
qdax/baselines/sac_pbt.py 96.46% <96.46%> (ø)
... and 28 more

... and 2 files with indirect coverage changes

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