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

adjust obs shape #14

Closed jayyoung0802 closed 2 years ago

jayyoung0802 commented 2 years ago
  1. change obs shape from dict to list
codecov[bot] commented 2 years ago

Codecov Report

Merging #14 (02318a8) into main (86fb7db) will decrease coverage by 1.60%. The diff coverage is 67.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
- Coverage   95.09%   93.48%   -1.61%     
==========================================
  Files          55       55              
  Lines        3304     3379      +75     
==========================================
+ Hits         3142     3159      +17     
- Misses        162      220      +58     
Flag Coverage Δ
unittests 93.48% <67.08%> (-1.61%) :arrow_down:

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

Impacted Files Coverage Δ
gobigger/render/env_render.py 75.73% <56.66%> (-17.79%) :arrow_down:
gobigger/agents/bot_agent.py 79.53% <100.00%> (-2.05%) :arrow_down:
gobigger/players/human_player.py 90.07% <0.00%> (-0.71%) :arrow_down:
gobigger/server/server.py 71.98% <0.00%> (+0.86%) :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 86fb7db...02318a8. Read the comment docs.