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

PettingZoo #127

Closed nil123532 closed 1 year ago

nil123532 commented 1 year ago

Does the author use PettingZoo Library to implement OverCooked Environment?

micahcarroll commented 1 year ago

What do you mean? We don't use PettingZoo, but if I remember correctly PettingZoo tried to incorporate Overcooked in it at some point.

nil123532 commented 1 year ago

If you go on overcooked_ai/src/overcooked_ai_py/mdp on line 672 - from pettingzoo.utils.env import ParallelEnv

Why do you import that?

jyan1999 commented 1 year ago

The environment was created due to a feature request for PettingZoo support (details can be found in this issue). This environment is not used anywhere in the codebase and exists merely as an optional supplement.

micahcarroll commented 1 year ago

Ah, right! Thanks @jyan1999!

nil123532 commented 1 year ago

Thank you!