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

Cleaning JS errors in demo #111

Closed micahcarroll closed 1 year ago

micahcarroll commented 1 year ago

Might be worthwhile trying to clean these errors at some point

Screenshot 2023-02-03 at 5 36 45 PM
jyan1999 commented 1 year ago

Hmmm I don't think I am getting these errors. From the look of it you are missing some local files. Are these errors crashing the game or causing any problems?

micahcarroll commented 1 year ago

Ah, i think that may be why the game is not working for me. Will try to delete the whole folder and set up from scratch!

jyan1999 commented 1 year ago

I think some of these warnings (babel.min.js one for example) are caused by the missing js lib folder, which I have added by pushing an update to the branch.

The last warning about favicon.ico is different though since I can see that the server/static directory does have this file. I'll keep looking to see what might have caused this.