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

Add hyper action for RL #25

Closed mingzhang96 closed 2 years ago

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

Codecov Report

Merging #25 (8c1c856) into main (b6ef63a) will decrease coverage by 3.83%. The diff coverage is 55.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
- Coverage   91.90%   88.07%   -3.84%     
==========================================
  Files          55       63       +8     
  Lines        3473     3915     +442     
==========================================
+ Hits         3192     3448     +256     
- Misses        281      467     +186     
Flag Coverage Δ
unittests 88.07% <55.44%> (-3.84%) :arrow_down:

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

Impacted Files Coverage Δ
gobigger/agents/base_agent.py 100.00% <ø> (ø)
gobigger/render/env_render.py 85.14% <ø> (-0.05%) :arrow_down:
gobigger/render/realtime_render.py 95.83% <ø> (-0.06%) :arrow_down:
setup.py 0.00% <ø> (ø)
gobigger/hyper/tests/test_demo.py 9.17% <9.17%> (ø)
gobigger/managers/player_manager.py 73.60% <29.41%> (+0.26%) :arrow_up:
gobigger/managers/spore_manager.py 67.85% <36.36%> (+0.54%) :arrow_up:
gobigger/managers/thorns_manager.py 83.82% <50.00%> (-0.56%) :arrow_down:
gobigger/hyper/actions.py 62.09% <62.09%> (ø)
gobigger/balls/clone_ball.py 98.57% <100.00%> (-0.01%) :arrow_down:
... and 11 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 b6ef63a...8c1c856. Read the comment docs.