HumanCompatibleAI / overcooked_ai

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

terrain_analysis bug fix #72

Closed jocelyn-chen closed 3 years ago

jocelyn-chen commented 3 years ago

Fixes a bug in which the function terrain_analysis in layout_evaluator.py was modifying the terrain_mtx parameter which led to inconsistent behavior when calling terrain_analysis several times.