Skip to content
Snippets Groups Projects

Resolve "File, dir renaming"

Merged Florian Schröder requested to merge 71-file-dir-renaming-2 into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
  • The package name 'overcooked-environment' mentioned in the installation instructions has been updated to 'cooperative_cuisine'. This change has been reflected in both the README.md and __init__.py files to ensure that users install the correct package named 'cooperative_cuisine' from the given repository.
@@ -23,7 +23,7 @@ like a "real", cooperative, human partner.
You need a Python **3.10** or newer environment.
```bash
pip install overcooked-environment@git+https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator@main
pip install cooperative_cuisine@git+https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator@main
```
Or clone it and install it as an editable library which allows you to use all the scripts directly.
```bash
Loading