Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Cooperative Cuisine Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Social Cognitive Systems
CoCoSy
Cooperative Cuisine Environment
Commits
569cd23c
Commit
569cd23c
authored
1 year ago
by
Florian Schröder
Browse files
Options
Downloads
Patches
Plain Diff
Update counters.py docstrings
parent
e8096b9d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!30
Resolve "Item and Meal extension fish and chips, pizza; general class for cooking counter -> stove, deep fryer, oven on class"
Pipeline
#44218
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
overcooked_simulator/counters.py
+3
-2
3 additions, 2 deletions
overcooked_simulator/counters.py
with
3 additions
and
2 deletions
overcooked_simulator/counters.py
+
3
−
2
View file @
569cd23c
...
...
@@ -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
```
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment