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

Value Error - Overcooked_ai 1.1.0 #142

Closed dkaul09 closed 3 months ago

dkaul09 commented 3 months ago

Hi, I am currenly using the overcooked_ai 1.1.0 version and when I am running the testing suite, I am getting a value error from the test_mdp_serialization . I have not changed any lines of code besides changing np.int to int as np.int is deprecated.

Screenshot 2024-05-11 at 3 34 04 PM
micahcarroll commented 3 months ago

I believe the test passes on the Github Actions, suggesting that maybe there is a discrepancy with your local setup. That being said, if you manage to figure out the fix and it's something in the code, feel free to make a PR!