HumanCompatibleAI / overcooked_ai

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

Tomato featurization #76

Closed nathan-miller23 closed 3 years ago

nathan-miller23 commented 3 years ago

Updates in featurize_state to account for both tomatoes and variable length pots

nathan-miller23 commented 3 years ago
nathan-miller23 commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #76 (26f82c6) into master (242c24d) will decrease coverage by 0.68%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
- Coverage   82.70%   82.01%   -0.69%     
==========================================
  Files          10       16       +6     
  Lines        3035     3636     +601     
==========================================
+ Hits         2510     2982     +472     
- Misses        525      654     +129     
Flag Coverage Δ
no-planners ?

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

Impacted Files Coverage Δ
overcooked_ai_py/agents/benchmarking.py 56.90% <0.00%> (-9.39%) :arrow_down:
overcooked_ai_py/planning/planners.py 84.99% <0.00%> (-0.85%) :arrow_down:
overcooked_ai_py/mdp/overcooked_mdp.py 92.00% <0.00%> (-0.81%) :arrow_down:
overcooked_ai_py/static.py 100.00% <0.00%> (ø)
...rcooked_ai_py/visualization/visualization_utils.py 41.66% <0.00%> (ø)
overcooked_ai_py/visualization/pygame_utils.py 69.01% <0.00%> (ø)
overcooked_ai_py/mdp/overcooked_trajectory.py 76.00% <0.00%> (ø)
overcooked_ai_py/__init__.py 100.00% <0.00%> (ø)
overcooked_ai_py/utils.py 58.97% <0.00%> (ø)
overcooked_ai_py/visualization/state_visualizer.py 95.97% <0.00%> (ø)
... and 3 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 3b7a161...26f82c6. Read the comment docs.