Skip to content
Snippets Groups Projects
README.md 3.75 KiB
Main Pipeline Report Main Coverage Report Dev Pipeline Report Dev Coverage Report

Cooperative Cuisine Environment

The overcooked-like cooperative cuisine environment for real-time human cooperative interactions and artificial agents.

For an extensive introduction, have a look at the Documentation.

Installation

You have two options to install the environment. Either clone it and install it locally or install it in your site-packages. You need a Python 3.10 or newer environment conda environment.

Local Editable Installation

In your repo, PyCharmProjects or similar directory with the correct environment active:

conda install -c conda-forge pygraphviz
git clone https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator.git
cd overcooked-simulator
pip install -e .