overcooked-demo icon indicating copy to clipboard operation
overcooked-demo copied to clipboard

Web application where humans can play Overcooked with AI agents.

Results 14 overcooked-demo issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to use the 'legacy' branch of this repo to visualize the agents trained using the code in the 'neurips2019' branch of 'human_aware_rl' ([this](https://github.com/HumanCompatibleAI/human_aware_rl/tree/neurips2019)) However, when I'm following...

I tried following this guide: https://github.com/HumanCompatibleAI/overcooked-demo/tree/master/server/static/assets/agents/RllibSelfPlay_CrampedRoom to add my pretrained rllib agent and play with it, however that didn't work. Trying to lead the already given example doesn't work either...

Currently can load a agent for layout X into layout Y. Should update the agent to have a set of layouts for which it can be deployed, and only add...

Added black and isort pre-commit github action

This version of the code allows to run the application on the m1 architecture, but the correction of the ray library should be done (it cannot load the agents right...

bug

Adds the possibility to pick from layouts list "complicated_random_room" and "simple_random_room". Now when loading layout it first check if there is a .json file with mdp_gen_params inside static/layout_generation_params and if...

1. Added usage of named parameters to up.sh. They can be used everything that was specified by env variables (that are no longer used), also trajectories and agents directories. 2....

enhancement

Extension to the PR https://github.com/HumanCompatibleAI/overcooked-demo/pull/29. It is separate PR because it requires a review of https://github.com/HumanCompatibleAI/overcooked_ai/pull/38 and I don't want to prevent the merge of previous changes because of that....

Allows to work with dynamic_orders change. Should be merged along with PR in overcooked_ai repo https://github.com/HumanCompatibleAI/overcooked_ai/pull/57 . Fully backward compatible (works with https://github.com/HumanCompatibleAI/overcooked_ai/tree/master, works with https://github.com/bmielnicki/overcooked_ai/tree/dynamic_orders), unless you use layout...

Updating gh-pages requires to manually go through all changes imported to it to change "assets/xxx" mentions to "static/assets/xxx" mentions. We should find a way around this.