From 569cd23c8dbb5588d498f4a7ccaa167f3444a7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Schr=C3=B6der?= <florian.schroeder@uni-bielefeld.de> Date: Sat, 20 Jan 2024 03:18:46 +0100 Subject: [PATCH] Update counters.py docstrings --- overcooked_simulator/counters.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/overcooked_simulator/counters.py b/overcooked_simulator/counters.py index 75c64c31..8268b681 100644 --- a/overcooked_simulator/counters.py +++ b/overcooked_simulator/counters.py @@ -465,13 +465,14 @@ class Trashcan(Counter): class CookingCounter(Counter): - """Cooking machine. Currently, the stove which can have a pot and pan on top. In the future one class for stove, - deep fryer, and oven. + """Cooking machine. Class for the stove, deep fryer, and oven. The character depends on the cooking equipment on top of it: ```yaml U: Stove with a pot Q: Stove with a pan + O: Oven with a (pizza) peel + F: DeepFryer with a basket ``` """ -- GitLab