sjtu-marl / malib

A parallel framework for population-based multi-agent reinforcement learning.
https://malib.io
MIT License
499 stars 60 forks source link

Test cases #57

Closed KornbergFresnel closed 1 year ago

KornbergFresnel commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Merging #57 (26de4d2) into main (6556214) will increase coverage by 5.02%. The diff coverage is 88.88%.

:exclamation: Current head 26de4d2 differs from pull request most recent head 5b369d4. Consider uploading reports for the commit 5b369d4 to get more accurate results

@@            Coverage Diff             @@
##             main      #57      +/-   ##
==========================================
+ Coverage   84.86%   89.89%   +5.02%     
==========================================
  Files          38       36       -2     
  Lines        2531     2336     -195     
==========================================
- Hits         2148     2100      -48     
+ Misses        383      236     -147     
Impacted Files Coverage Δ
malib/rollout/envs/pettingzoo/env.py 96.29% <ø> (+28.64%) :arrow_up:
malib/scenarios/scenario.py 96.55% <ø> (+20.08%) :arrow_up:
malib/rl/common/policy.py 85.80% <80.00%> (+20.39%) :arrow_up:
malib/agent/indepdent_agent.py 100.00% <100.00%> (+33.33%) :arrow_up:
malib/rl/a2c/policy.py 95.45% <100.00%> (+22.72%) :arrow_up:
malib/rl/a2c/trainer.py 98.41% <100.00%> (+8.09%) :arrow_up:
malib/rl/dqn/trainer.py 100.00% <100.00%> (+14.00%) :arrow_up:
malib/agent/agent_interface.py
malib/rl/pg/policy.py 88.37% <0.00%> (+4.65%) :arrow_up:
... and 7 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.