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
f2b475e5
Commit
f2b475e5
authored
10 months ago
by
Fabian Heinrich
Browse files
Options
Downloads
Patches
Plain Diff
Update human readable prints of game events
parent
2c929c76
No related branches found
Branches containing commit
No related tags found
1 merge request
!95
Updated arguments for some hooks that they have more complete information.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cooperative_cuisine/configs/human_readable_print_templates.yaml
+13
-5
13 additions, 5 deletions
...ative_cuisine/configs/human_readable_print_templates.yaml
with
13 additions
and
5 deletions
cooperative_cuisine/configs/human_readable_print_templates.yaml
+
13
−
5
View file @
f2b475e5
init_orders
:
"
Orders
$init_orders
were
initialized."
post_dispenser_pick_up
:
"
Player
$player
picked
up
$return_this
from
the
$counter."
post_dispenser_pick_up
:
"
Player
$player
picked
up
$return_this
from
the
$counter."
post_counter_pick_up
:
"
Player
$player
picked
$return_this
up
from
$counter."
post_counter_pick_up
:
"
Player
$player
picked
$return_this
up
from
$counter."
post_counter_drop_off
:
"
Player
$player
dropped
$item
off
on
$counter."
post_counter_drop_off
:
"
Player
$player
dropped
$item
off
on
$counter."
cutting_board_100
:
"
Player
$player
finished
chopping
at
$counter."
cutting_board_100
:
"
Player
$player
finished
chopping
$item
at
$counter."
player_start_interaction
:
"
Player
$player
started
interacting
with
$counter."
player_start_interaction
:
"
Player
$player
started
interacting
with
$counter."
player_end_interact
:
"
Player
$player
stopped
interacting
with
$counter."
player_end_interact
:
"
Player
$player
stopped
interacting
with
$counter."
post_serving
:
"
Item
$item
was
served
at
$counter."
post_serving
:
"
Player
$player
served
Item
$item
at
$counter."
dirty_plate_arrives
:
"
A
plate
returned
to
$counter."
dirty_plate_arrives
:
"
A
plate
returned
to
$counter."
trashcan_usage
:
"
Player
$player
threw
$item
in
$counter."
trashcan_usage
:
"
Player
$player
threw
$item
in
$counter."
plate_cleaned
:
"
Player
$player
cleaned
a
plate
at
$counter."
plate_cleaned
:
"
Player
$player
cleaned
plate
$
plate
at
$counter."
added_plate_to_sink
:
"
Player
$player
put
$item
in
$counter."
added_plate_to_sink
:
"
Player
$player
put
$item
in
$counter."
drop_on_sink_addon
:
"
Player
$player
put
$item
on
$counter."
drop_on_sink_addon
:
"
Player
$player
put
$item
on
$counter."
pick_up_from_sink_addon
:
"
Player
$player
picked
up
$occupied_by
from
$counter."
pick_up_from_sink_addon
:
"
Player
$player
picked
up
$occupied_by
from
$counter."
serve_not_ordered_meal
:
"
Meal
$meal
was
served
but
it
was
not
ordered."
serve_not_ordered_meal
:
"
Meal
$meal
was
served
but
it
was
not
ordered."
completed_order
:
"
Order
$order
was
completed
."
completed_order
:
"
Player
$player
completed
order
$order
."
new_orders
:
"
Orders
$new_orders
were
ordered."
new_orders
:
"
Orders
$new_orders
were
ordered."
order_expired
:
"
Order
$order
expired."
order_expired
:
"
Order
$order
expired."
action_on_not_reachable_counter
:
"
Action
$action
was
performed
yet
nearest
counter
$counter
was
not
reachable."
action_on_not_reachable_counter
:
"
Action
$action
was
performed
yet
nearest
counter
$counter
was
not
reachable."
...
@@ -26,4 +27,11 @@ on_item_transition: "$item became $result."
...
@@ -26,4 +27,11 @@ on_item_transition: "$item became $result."
progress_started
:
"
Item
$item
started
progressing."
progress_started
:
"
Item
$item
started
progressing."
progress_finished
:
"
Item
$item
finished
its
progress."
progress_finished
:
"
Item
$item
finished
its
progress."
content_ready
:
"
Meal
$result
was
created
on
$before."
content_ready
:
"
Meal
$result
was
created
on
$before."
dispenser_item_returned
:
"
Player
$player
returned
$item
to
$counter."
dispenser_item_returned
:
"
Player
$player
returned
$item
to
$counter."
\ No newline at end of file
no_serving
:
"
Player
$player
tried
to
serve
$item
on
$counter
but
it
was
not
ordered."
serve_without_plate
:
"
Player
$player
tried
to
serve
$item
but
there
was
no
plate."
players_collide
:
"
Players
collided:
$collisions."
additional_state_update
:
"
Additional
state
update;
$update."
game_ended_step
:
"
The
game
ended."
score_changed
:
"
The
score
changed
by
$increase
to
$score
because
$info."
fire_extinguished
:
"
Player
$player
extinguished
a
fire
at
$target."
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