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
457 stars 34 forks source link

fix tensor error #16

Closed jayyoung0802 closed 2 years ago

jayyoung0802 commented 2 years ago

obs which used in BotAgent is Tensor datatype, adjust it to Int datatype.

codecov[bot] commented 2 years ago

Codecov Report

Merging #16 (31bd1f4) into main (0f8c79a) will decrease coverage by 0.05%. The diff coverage is 100.00%.

:exclamation: Current head 31bd1f4 differs from pull request most recent head b90d1e9. Consider uploading reports for the commit b90d1e9 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
- Coverage   94.20%   94.14%   -0.06%     
==========================================
  Files          55       55              
  Lines        3398     3398              
==========================================
- Hits         3201     3199       -2     
- Misses        197      199       +2     
Flag Coverage Δ
unittests 94.14% <100.00%> (-0.06%) :arrow_down:

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

Impacted Files Coverage Δ
gobigger/agents/bot_agent.py 79.53% <100.00%> (-0.59%) :arrow_down:
gobigger/server/server.py 71.98% <0.00%> (-0.44%) :arrow_down:

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 0f8c79a...b90d1e9. Read the comment docs.