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

Demo merge #109

Closed jyan1999 closed 1 year ago

jyan1999 commented 1 year ago

Description

Merged overcooked_demo into overcooked_ai, and added a script so users can add agents more easily.

Type of change

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Merging #109 (398e5c1) into master (89d49f8) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 398e5c1 differs from pull request most recent head 1d2d1b1. Consider uploading reports for the commit 1d2d1b1 to get more accurate results

@@           Coverage Diff           @@
##           master     #109   +/-   ##
=======================================
  Coverage   82.15%   82.15%           
=======================================
  Files          16       16           
  Lines        3709     3709           
=======================================
  Hits         3047     3047           
  Misses        662      662           
Impacted Files Coverage Δ
overcooked_ai_py/agents/agent.py 69.06% <0.00%> (ø)
overcooked_ai_py/planning/planners.py 84.89% <0.00%> (ø)
overcooked_ai_py/mdp/overcooked_mdp.py 92.34% <0.00%> (ø)

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

micahcarroll commented 1 year ago

I'm guessing this PR should be converted to draft for now?

jyan1999 commented 1 year ago

Ah yeah that would be fine. I am mostly done, but I keep forgetting to change some small details like README files

micahcarroll commented 1 year ago

Ah, wait, ignore my previous comment – I mistook the last commit deltas for the whole PR deltas, so I thought this PR was just adding 5 files from Overcooked Demo (not the whole thing), and so I assumed it was just a WIP.

Will review shortly!