opendilab / GoBigger

[ICLR 2023] Come & try Decision-Intelligence version of "Agar"! Gobigger could also help you with multi-agent decision intelligence study.
https://gobigger.readthedocs.io/en/latest/
Apache License 2.0
460 stars 34 forks source link

obs update config #7

Closed mingzhang96 closed 3 years ago

mingzhang96 commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #7 (c31e0e8) into main (fc67097) will decrease coverage by 0.25%. The diff coverage is 90.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
- Coverage   95.24%   94.99%   -0.26%     
==========================================
  Files          51       55       +4     
  Lines        3135     3258     +123     
==========================================
+ Hits         2986     3095     +109     
- Misses        149      163      +14     
Flag Coverage Δ
unittests 94.99% <90.14%> (-0.26%) :arrow_down:

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

Impacted Files Coverage Δ
gobigger/server/__init__.py 100.00% <ø> (ø)
gobigger/server/server.py 68.83% <61.29%> (-1.82%) :arrow_down:
gobigger/utils/config_utils.py 86.95% <86.95%> (ø)
gobigger/render/env_render.py 93.51% <89.51%> (-3.87%) :arrow_down:
gobigger/agents/bot_agent.py 77.14% <100.00%> (+4.76%) :arrow_up:
gobigger/balls/base_ball.py 100.00% <100.00%> (ø)
gobigger/balls/clone_ball.py 99.50% <100.00%> (+<0.01%) :arrow_up:
gobigger/balls/food_ball.py 100.00% <100.00%> (ø)
gobigger/balls/spore_ball.py 100.00% <100.00%> (ø)
gobigger/balls/thorns_ball.py 97.95% <100.00%> (ø)
... and 13 more

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 fc67097...c31e0e8. Read the comment docs.