HumanCompatibleAI / overcooked_ai

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

added workflow yaml file for running black and isort #96

Closed jyan1999 closed 2 years ago

jyan1999 commented 2 years ago

Description

added workflow yaml file for running black and isort

Fixes #94

Type of change

Checklist:

micahcarroll commented 2 years ago

You'll have to actually run isort and black across all files of the repo for the status checks to pass!

codecov[bot] commented 2 years ago

Codecov Report

Merging #96 (c3dc0cd) into master (a778db7) will increase coverage by 0.60%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #96      +/-   ##
==========================================
+ Coverage   81.49%   82.09%   +0.60%     
==========================================
  Files          16       14       -2     
  Lines        3669     3575      -94     
==========================================
- Hits         2990     2935      -55     
+ Misses        679      640      -39     
Impacted Files Coverage Δ
overcooked_ai_py/mdp/overcooked_env.py 70.39% <0.00%> (-0.46%) :arrow_down:
overcooked_ai_py/planning/search.py 51.77% <0.00%> (-0.41%) :arrow_down:
overcooked_ai_py/mdp/overcooked_mdp.py 91.86% <0.00%> (-0.19%) :arrow_down:
overcooked_ai_py/planning/planners.py 84.89% <0.00%> (-0.10%) :arrow_down:
overcooked_ai_py/agents/benchmarking.py 54.44% <0.00%> (ø)
overcooked_ai_py/data/planners/__init__.py 100.00% <0.00%> (ø)
overcooked_ai_py/mdp/overcooked_trajectory.py 76.00% <0.00%> (ø)
overcooked_ai_py/visualization/pygame_utils.py 69.01% <0.00%> (ø)
...rcooked_ai_py/visualization/visualization_utils.py 41.66% <0.00%> (ø)
overcooked_ai_py/__init__.py
... and 5 more

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