HumanCompatibleAI / overcooked_ai

A benchmark environment for fully cooperative human-AI performance.
https://arxiv.org/abs/1910.05789
MIT License
683 stars 144 forks source link

Fixed gym issue #104

Closed jyan1999 closed 1 year ago

jyan1999 commented 1 year ago

Fixed argument error when calling the featurization function. Performed sanity checks by checking the action and obs space after initialization Added one sanity check in overcooked_test.py file to verify the action & observation spaces after initialization

Fixes #68

Type of change

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Merging #104 (40f43bd) into master (0571eb0) will decrease coverage by 0.14%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
- Coverage   82.29%   82.15%   -0.15%     
==========================================
  Files          14       16       +2     
  Lines        3581     3709     +128     
==========================================
+ Hits         2947     3047     +100     
- Misses        634      662      +28     
Impacted Files Coverage Δ
overcooked_ai_py/utils.py 61.11% <0.00%> (ø)
overcooked_ai_py/__init__.py 100.00% <0.00%> (ø)
overcooked_ai_py/mdp/overcooked_env.py 77.97% <0.00%> (+7.58%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more