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
Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Show more breadcrumbs
Social Cognitive Systems
CoCoSy
Cooperative Cuisine Environment
Commits
28e18c05
Commit
28e18c05
authored
1 year ago
by
Fabian Heinrich
Browse files
Options
Downloads
Patches
Plain Diff
Changed empty layout "E" to "_".
parent
71927daa
No related branches found
No related tags found
1 merge request
!13
40-visualisierungsregeln
Pipeline
#42054
failed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
overcooked_simulator/game_content/layouts/basic.layout
+11
-11
11 additions, 11 deletions
overcooked_simulator/game_content/layouts/basic.layout
overcooked_simulator/overcooked_environment.py
+1
-1
1 addition, 1 deletion
overcooked_simulator/overcooked_environment.py
with
12 additions
and
12 deletions
overcooked_simulator/game_content/layouts/basic.layout
+
11
−
11
View file @
28e18c05
EEEEEEEEEEE
E
CCUCTCLCC
E
ECEEEEEEECE
ECEEEEEEECE
EWEEEEEEEEE
ECEEEEEEEEE
EPEEEEEEEEE
ECEEEEEEECE
ECEEEEEEEXE
E
CCBBCCCCC
E
EEEEEEEEEEE
___________
_
CCUCTCLCC
_
_C_______C_
_C_______C_
_W_________
_C_________
_P_________
_C_______C_
_C_______X_
_
CCBBCCCCC
_
___________
This diff is collapsed.
Click to expand it.
overcooked_simulator/overcooked_environment.py
+
1
−
1
View file @
28e18c05
...
...
@@ -74,7 +74,7 @@ class Environment:
"
T
"
:
lambda
pos
:
Dispenser
(
pos
,
self
.
item_info
[
"
Tomato
"
]),
"
L
"
:
lambda
pos
:
Dispenser
(
pos
,
self
.
item_info
[
"
Lettuce
"
]),
"
P
"
:
lambda
pos
:
Dispenser
(
pos
,
self
.
item_info
[
"
Plate
"
]),
"
E
"
:
None
,
"
_
"
:
None
,
"
U
"
:
lambda
pos
:
Stove
(
pos
,
self
.
item_info
[
"
Pot
"
].
create_item
(),
...
...
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