You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working on integrating symbolic AI agents with the environment and I noticed something:
-Whenever you complete a bonus order the game completely freezes
For example, if you open the tutorial3 layout and complete the bonus reward, the game will just stop
Is this for overcooked-demo data collection? It's been a while since we've tested that, probably some package versions have changed and are causing issues. I'm trying to make package installation more reliable, and while I doubt it will fully fix this problem, if you were to get to the bottom of it, the fix would probably be long-lasting (so feel free to make a PR with the changes!)
This is whenever I run the Overcooked-demo. The exact issue is as follows: you complete a bonus reward and the game freezes. To me that would only make sense if the bonus order was the last one to complete, so the game "ends". However, we should be able to complete multiple bonus rewards AND you can't even serve that order as the game freezes on serve. I will try to fix it when I have time next week, and will submit a PR if I find the issue:)
Activity
micahcarroll commentedon Mar 22, 2025
Is this for overcooked-demo data collection? It's been a while since we've tested that, probably some package versions have changed and are causing issues. I'm trying to make package installation more reliable, and while I doubt it will fully fix this problem, if you were to get to the bottom of it, the fix would probably be long-lasting (so feel free to make a PR with the changes!)
margaritaradeva commentedon Mar 23, 2025
This is whenever I run the Overcooked-demo. The exact issue is as follows: you complete a bonus reward and the game freezes. To me that would only make sense if the bonus order was the last one to complete, so the game "ends". However, we should be able to complete multiple bonus rewards AND you can't even serve that order as the game freezes on serve. I will try to fix it when I have time next week, and will submit a PR if I find the issue:)
Fix bonus rewards freezing issue