Skip to content
Snippets Groups Projects
Commit 00910c45 authored by Florian Schröder's avatar Florian Schröder
Browse files

Update naming convention for Cooperative Cuisine

The term "CooperativeCuisine" in multiple files has been replaced with the correct name "Cooperative Cuisine". These changes are reflected in the main code documentation, pygame_2D visualization, item type enumeration, and the CHANGELOG.
parent e942f35b
No related branches found
No related tags found
No related merge requests found
Pipeline #50267 passed
......@@ -15,6 +15,8 @@
### Changed
- `CooperativeCuisine` occurrences to `Cooperative Cuisine`
### Deprecated
### Removed
......
"""
This is the documentation of CooperativeCuisine.
This is the documentation of Cooperative Cuisine.
# About the package
......@@ -14,7 +14,7 @@ environments designed for reinforcement learning agents as well as the game and
players in a more "real-time"-like environment. They all mostly differ in the visual and graphics dimension. 2D
versions like [overcooked-ai](https://github.com/HumanCompatibleAI/overcooked_ai), [gym-cooking](
https://github.com/rosewang2008/gym-cooking) are most well-known in the community. Besides, the general
adaptations of the original overcooked game. CooperativeCuisine, we want to bring both worlds together: the
adaptations of the original overcooked game. Cooperative Cuisine, we want to bring both worlds together: the
reinforcement learning and real-time playable environment with an appealing visualisation. Enable the potential of
developing artificial agents that play with humans like a "real", cooperative, human partner.
......
......@@ -64,7 +64,7 @@ class EffectType(Enum):
class ItemType(Enum):
"""Enumeration of which types of items exists in *CooperativeCuisine*"""
"""Enumeration of which types of items exists in *Cooperative Cuisine*"""
Ingredient = "Ingredient"
"""All ingredients and process ingredients."""
......
"""
2D visualization of the CooperativeCuisine.
2D visualization of the Cooperative Cuisine.
You will play the levels accordingly to the study config:
- You can play the CooperativeCuisine. You can quit the application in the top right or end the level in the bottom right
- You can play the Cooperative Cuisine. You can quit the application in the top right or end the level in the bottom right
- The orders are pictured in the top, the current score in the bottom left and the remaining time in the bottom
- The final screen after ending a level shows the score
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment