overcooked_ai icon indicating copy to clipboard operation
overcooked_ai copied to clipboard

A benchmark environment for fully cooperative human-AI performance.

Results 15 overcooked_ai issues
Sort by recently updated
recently updated
newest added

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...

When the environment is initialized or reset, [the assignment of agents to player positions in the environment is randomized](https://github.com/HumanCompatibleAI/overcooked_ai/blob/b7dfc012e3291d0835e270688fbbb71d75b8b795/src/overcooked_ai_py/mdp/overcooked_env.py#L901). However, this operation applies only to the ordering of actions and...

First of all, thank you for your commitment to the repository. I've been tried to make a new BC agent based on my dataset. I collected some data from your...

I am wondering how to use the deprecated MediumLevelPlanner to repeat. I met this problem

Reported via email: ----------------- I’m looking to use the ‘event_infos’ tags as propositional labels for my particular application, but it seems that sometimes these tags don’t get correctly updated. For...

Creating a tutorial Google Colab notebook on how to use the environment, visualize rollouts, etc. Most useful after python visualizations #45 are completed.

documentation
stale

Switch repo to use `pytest` for tests, instead of our current `unittesting` framework that is kind of janky and requires running shell scripts. This is something that should be done...

enhancement
stale

Hi there, I'm the original creator of the repo. Since the original release, the original packages we were using for BC and RL training have had major updates, people have...

Hi, 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...

Related to #161 Proposed change for the Bonus Rewards issue + adding a "binning location". 1) For the game to not freeze, when a bonus order is completed it has...