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

Add 'game_ended_step' to config files

The 'game_ended_step' has been added to both 'environment_config_no_validation.yaml' and 'environment_config.yaml' files. This state will trigger at the end of each game, and now it'll be recognized by the system.
parent 9e993a13
No related branches found
No related tags found
1 merge request!92Resolve "additional state keys and values"
Pipeline #49692 passed
......@@ -187,6 +187,7 @@ hook_callbacks:
- content_ready
- dispenser_item_returned
- additional_state_update
- game_ended_step
callback_class: !!python/name:cooperative_cuisine.recording.FileRecorder ''
callback_class_kwargs:
......
......@@ -184,7 +184,8 @@ hook_callbacks:
- progress_finished
- content_ready
- dispenser_item_returned
- additional_state_update
- additional_state_update#
- game_ended_step
callback_class: !!python/name:cooperative_cuisine.recording.FileRecorder ''
callback_class_kwargs:
......
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