Closed mingzhang96 closed 3 years ago
Merging #15 (c92d165) into main (5b08903) will increase coverage by
0.77%
. The diff coverage is98.97%
.
@@ Coverage Diff @@
## main #15 +/- ##
==========================================
+ Coverage 93.37% 94.14% +0.77%
==========================================
Files 55 55
Lines 3379 3398 +19
==========================================
+ Hits 3155 3199 +44
+ Misses 224 199 -25
Flag | Coverage Δ | |
---|---|---|
unittests | 94.14% <98.97%> (+0.77%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
gobigger/server/server_default_config.py | 100.00% <ø> (ø) |
|
gobigger/render/env_render.py | 85.19% <98.71%> (+9.46%) |
:arrow_up: |
gobigger/utils/collision_detection.py | 98.00% <100.00%> (-0.24%) |
:arrow_down: |
gobigger/agents/bot_agent.py | 78.94% <0.00%> (-0.59%) |
:arrow_down: |
gobigger/server/server.py | 72.41% <0.00%> (+2.15%) |
:arrow_up: |
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 5b08903...c92d165. Read the comment docs.
Content
EnvRender.get_overlap()
to reduce the num of balls to detect.state_tick_per_second
when doing training, because we don't need so many state tick to perform the game well.PrecisionCollisionDetection
inutils/collision_detection.py
to get faster.Performance
The settings of the game is as following:
As the state of game is unstable, there may be somewhat fluctuating.